Commit Graph
5 Commits
Author SHA1 Message Date
mkarolin 36d98fde8b [GN] no more jumbo.
Chromium change:

https://chromium.googlesource.com/chromium/src.git/+/878b18040e2d5a6d2c39f5a49be6f9dc04c35d03

commit 878b18040e2d5a6d2c39f5a49be6f9dc04c35d03
Author: Dirk Pranke <dpranke@google.com>
Date:   Fri Aug 7 20:53:38 2020 +0000

    Remove all remaining references to the jumbo build.

    This removes jumbo.gni, the imports of jumbo.gni, and
    any remaining stray references to it in the build files and docs.

    Bug: 994387
2020-09-11 14:45:31 -04:00
mkarolin 255b51bc0e Renamed build output in brave/network/public/cpp.
Due to a collision with another target:

ERROR at //build/config/BUILDCONFIG.gn:570:5: Duplicate output file.
    target(_target_type, _target_name) {
    ^-----------------------------------
Two or more targets generate the same output:
  cpp.dll

This is can often be fixed by changing one of the target names, or by
setting an output_name on one of them.

Collisions:
  //brave/services/network/public/cpp:cpp
  //media/learning/mojo/public/cpp:cpp

Chromium change:

https://chromium.googlesource.com/chromium/src/+/96665a836d2b2ffab4951167fbf3230dbe3aec30

commit 96665a836d2b2ffab4951167fbf3230dbe3aec30
Author: liberato@chromium.org <liberato@chromium.org>
Date:   Thu Jan 23 00:35:37 2020 +0000

    Attach SmoothnessHelper to WMPI for MediaCap experiment

    This CL also plumbs ukm::SourceId through BeginObservation, instead
    of CompleteObservation so that default target values work.
2020-03-19 16:51:30 -04:00
samartnik 0bd0aa0a22 Fixed debug build for Windows 2020-01-04 07:57:56 -05:00
samartnik 674353cb1c Added deps. Minor review fixes. 2019-12-24 08:07:08 -05:00
samartnik e4f3242c79 Fixed Android mono builds 2019-12-24 08:07:08 -05:00