diff options
author | miu@chromium.org <miu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-23 18:30:29 +0000 |
---|---|---|
committer | miu@chromium.org <miu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-23 18:30:29 +0000 |
commit | 84b92fa8262514ba3097a55b550147837a08e906 (patch) | |
tree | ee121cf2d27f979b6afdb9f388af9c79e31dbee0 /chrome/chrome_renderer.gypi | |
parent | 559d8f4f46d792ba8511c12f421d9fa19c7a45a6 (diff) | |
download | chromium_src-84b92fa8262514ba3097a55b550147837a08e906.zip chromium_src-84b92fa8262514ba3097a55b550147837a08e906.tar.gz chromium_src-84b92fa8262514ba3097a55b550147837a08e906.tar.bz2 |
Reland: [Cast] Consolidate plethora of GYP files into cast.gyp and cast_testing.gypi.
Reland of r265481 (https://codereview.chromium.org/245893005/) with the
following fixes:
1. Re-introduce 'include_tests%' conditional.
2. Conditionally include all Cast utility app targets based on a new GYP
variable: include_cast_utility_apps
3. Fixed compile errors exposed by landing r265481 on the tree.
Testing:
1. This change was tested by building on Linux:
`build/gyp_chromium && ninja -C out/Debug All`
2. Confirmed absence of 'include_cast_utility_apps=1' in
chromium.gyp_env will disable the Cast utility targets.
3. Ran utility apps to confirm the fixes.
R=hclam@chromium.org
Review URL: https://codereview.chromium.org/248083005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@265690 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_renderer.gypi')
-rw-r--r-- | chrome/chrome_renderer.gypi | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/chrome/chrome_renderer.gypi b/chrome/chrome_renderer.gypi index 7d16bb5..fbd29bd 100644 --- a/chrome/chrome_renderer.gypi +++ b/chrome/chrome_renderer.gypi @@ -22,10 +22,8 @@ '../components/components.gyp:visitedlink_renderer', '../content/content.gyp:content_renderer', '../extensions/extensions.gyp:extensions_renderer', - '../media/cast/cast_config.gyp:cast_config', - '../media/cast/cast_sender.gyp:cast_sender', - '../media/cast/logging/logging.gyp:sender_logging', - '../media/cast/transport/cast_transport.gyp:cast_transport', + '../media/cast/cast.gyp:cast_sender', + '../media/cast/cast.gyp:cast_transport', '../net/net.gyp:net', '../skia/skia.gyp:skia', '../third_party/WebKit/public/blink.gyp:blink', |