Add browser_tests to the GN build.
commit7d6ec24650eb3f6c7ab8dcfcf0c2829095951962
authorbrettw <brettw@chromium.org>
Wed, 7 Jan 2015 13:00:51 +0000 (7 05:00 -0800)
committerCommit bot <commit-bot@chromium.org>
Wed, 7 Jan 2015 13:01:40 +0000 (7 13:01 +0000)
tree467219488746b5173333d2fe763caba49156f0e1
parentc76ec5eea085163d5712052debb2b3899003a6eb
Add browser_tests to the GN build.

Other misc fixes including:

Add "data_deps" to the templates in BUILDCONFIG. This was renamed from "datadeps" a while ago but both are still supported.

extension_management_test_util.cc includes a generated file policy_constants. GYP generates this with an extra "policy" directory but GN doesn't. The way GYP has the dirs set up, though, using only one "policy" works (and this is what other files do) so I just changed the include.

TBR=dpranke

Review URL: https://codereview.chromium.org/824373003

Cr-Commit-Position: refs/heads/master@{#310276}
17 files changed:
build/config/BUILDCONFIG.gn
chrome/browser/BUILD.gn
chrome/browser/extensions/extension_management_test_util.cc
chrome/chrome_tests.gypi
chrome/chrome_tests_unit.gypi
chrome/test/BUILD.gn
chrome/test/perf/perf_test.gyp
device/serial/BUILD.gn
device/serial/serial.gyp
extensions/BUILD.gn
media/audio/BUILD.gn
media/media.gyp
sdch/BUILD.gn
testing/perf/BUILD.gn
third_party/safe_browsing/BUILD.gn [new file with mode: 0644]
third_party/safe_browsing/safe_browsing.gyp
third_party/widevine/cdm/BUILD.gn