Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 { | 5 { |
| 6 'variables': { | 6 'variables': { |
| 7 'android_support_v13_target%': | 7 'android_support_v13_target%': |
| 8 '../third_party/android_tools/android_tools.gyp:android_support_v13_java lib', | 8 '../third_party/android_tools/android_tools.gyp:android_support_v13_java lib', |
| 9 'cast_build_release': 'internal/build/cast_build_release', | 9 'cast_build_release': 'internal/build/cast_build_release', |
| 10 'chromium_code': 1, | 10 'chromium_code': 1, |
| (...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 66 'sources': [ | 66 'sources': [ |
| 67 'crash/cast_crash_reporter_client_simple.cc', | 67 'crash/cast_crash_reporter_client_simple.cc', |
| 68 ], | 68 ], |
| 69 }], | 69 }], |
| 70 ] | 70 ] |
| 71 }, # end of target 'cast_crash_client' | 71 }, # end of target 'cast_crash_client' |
| 72 { | 72 { |
| 73 'target_name': 'cast_net', | 73 'target_name': 'cast_net', |
| 74 'type': '<(component)', | 74 'type': '<(component)', |
| 75 'sources': [ | 75 'sources': [ |
| 76 'net/connectivity_checker.cc', | |
| 77 'net/connectivity_checker.h', | |
| 78 'net/net_switches.cc', | |
| 79 'net/net_switches.h', | |
| 76 'net/network_change_notifier_cast.cc', | 80 'net/network_change_notifier_cast.cc', |
|
gunsch
2015/02/20 01:56:03
do you want to delete the NetworkChangeNotifierCas
derekjchow1
2015/02/20 02:24:16
Given we're not finished moving to NetworkChangeNo
| |
| 77 'net/network_change_notifier_cast.h', | 81 'net/network_change_notifier_cast.h', |
| 78 'net/network_change_notifier_factory_cast.cc', | 82 'net/network_change_notifier_factory_cast.cc', |
| 79 'net/network_change_notifier_factory_cast.h', | 83 'net/network_change_notifier_factory_cast.h', |
| 80 ], | 84 ], |
| 81 }, | 85 }, |
| 82 { | 86 { |
| 83 'target_name': 'cast_shell_resources', | 87 'target_name': 'cast_shell_resources', |
| 84 'type': 'none', | 88 'type': 'none', |
| 85 'variables': { | 89 'variables': { |
| 86 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chromecast', | 90 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chromecast', |
| (...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 132 ], | 136 ], |
| 133 }, | 137 }, |
| 134 # This target contains all content-embedder implementation that is | 138 # This target contains all content-embedder implementation that is |
| 135 # non-platform-specific. | 139 # non-platform-specific. |
| 136 { | 140 { |
| 137 'target_name': 'cast_shell_common', | 141 'target_name': 'cast_shell_common', |
| 138 'type': '<(component)', | 142 'type': '<(component)', |
| 139 'dependencies': [ | 143 'dependencies': [ |
| 140 'cast_base', | 144 'cast_base', |
| 141 'cast_crash_client', | 145 'cast_crash_client', |
| 146 'cast_net', | |
| 142 'cast_shell_pak', | 147 'cast_shell_pak', |
| 143 'cast_shell_resources', | 148 'cast_shell_resources', |
| 144 'cast_version_header', | 149 'cast_version_header', |
| 145 'chromecast_locales.gyp:chromecast_locales_pak', | 150 'chromecast_locales.gyp:chromecast_locales_pak', |
| 146 'chromecast_locales.gyp:chromecast_settings', | 151 'chromecast_locales.gyp:chromecast_settings', |
| 147 'media/media.gyp:media_base', | 152 'media/media.gyp:media_base', |
| 148 '../base/base.gyp:base', | 153 '../base/base.gyp:base', |
| 149 '../components/components.gyp:breakpad_host', | 154 '../components/components.gyp:breakpad_host', |
| 150 '../components/components.gyp:cdm_renderer', | 155 '../components/components.gyp:cdm_renderer', |
| 151 '../components/components.gyp:component_metrics_proto', | 156 '../components/components.gyp:component_metrics_proto', |
| (...skipping 22 matching lines...) Expand all Loading... | |
| 174 'browser/cast_content_browser_client.cc', | 179 'browser/cast_content_browser_client.cc', |
| 175 'browser/cast_content_browser_client.h', | 180 'browser/cast_content_browser_client.h', |
| 176 'browser/cast_content_window.cc', | 181 'browser/cast_content_window.cc', |
| 177 'browser/cast_content_window.h', | 182 'browser/cast_content_window.h', |
| 178 'browser/cast_download_manager_delegate.cc', | 183 'browser/cast_download_manager_delegate.cc', |
| 179 'browser/cast_download_manager_delegate.h', | 184 'browser/cast_download_manager_delegate.h', |
| 180 'browser/cast_http_user_agent_settings.cc', | 185 'browser/cast_http_user_agent_settings.cc', |
| 181 'browser/cast_http_user_agent_settings.h', | 186 'browser/cast_http_user_agent_settings.h', |
| 182 'browser/cast_network_delegate.cc', | 187 'browser/cast_network_delegate.cc', |
| 183 'browser/cast_network_delegate.h', | 188 'browser/cast_network_delegate.h', |
| 189 'browser/cast_resource_dispatcher_host_delegate.cc', | |
| 190 'browser/cast_resource_dispatcher_host_delegate.h', | |
| 184 'browser/devtools/cast_dev_tools_delegate.cc', | 191 'browser/devtools/cast_dev_tools_delegate.cc', |
| 185 'browser/devtools/cast_dev_tools_delegate.h', | 192 'browser/devtools/cast_dev_tools_delegate.h', |
| 186 'browser/devtools/remote_debugging_server.cc', | 193 'browser/devtools/remote_debugging_server.cc', |
| 187 'browser/devtools/remote_debugging_server.h', | 194 'browser/devtools/remote_debugging_server.h', |
| 188 'browser/geolocation/cast_access_token_store.cc', | 195 'browser/geolocation/cast_access_token_store.cc', |
| 189 'browser/geolocation/cast_access_token_store.h', | 196 'browser/geolocation/cast_access_token_store.h', |
| 190 'browser/metrics/cast_metrics_prefs.cc', | 197 'browser/metrics/cast_metrics_prefs.cc', |
| 191 'browser/metrics/cast_metrics_prefs.h', | 198 'browser/metrics/cast_metrics_prefs.h', |
| 192 'browser/metrics/cast_metrics_service_client.cc', | 199 'browser/metrics/cast_metrics_service_client.cc', |
| 193 'browser/metrics/cast_metrics_service_client.h', | 200 'browser/metrics/cast_metrics_service_client.h', |
| (...skipping 295 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 489 'renderer/media/video_pipeline_proxy.h', | 496 'renderer/media/video_pipeline_proxy.h', |
| 490 ], | 497 ], |
| 491 }, # end of target 'cast_shell_media' | 498 }, # end of target 'cast_shell_media' |
| 492 # This target contains all of the primary code of |cast_shell|, except | 499 # This target contains all of the primary code of |cast_shell|, except |
| 493 # for |main|. This allows end-to-end tests using |cast_shell|. | 500 # for |main|. This allows end-to-end tests using |cast_shell|. |
| 494 # This also includes all targets that cannot be built on Android. | 501 # This also includes all targets that cannot be built on Android. |
| 495 { | 502 { |
| 496 'target_name': 'cast_shell_core', | 503 'target_name': 'cast_shell_core', |
| 497 'type': '<(component)', | 504 'type': '<(component)', |
| 498 'dependencies': [ | 505 'dependencies': [ |
| 499 'cast_net', | |
|
byungchul
2015/02/20 01:32:39
Not necessary? Internal source has this.
derekjchow1
2015/02/20 02:24:16
In the context of this CL it is needed because And
| |
| 500 'cast_shell_media', | 506 'cast_shell_media', |
| 501 'cast_shell_common', | 507 'cast_shell_common', |
| 502 'media/media.gyp:cast_media', | 508 'media/media.gyp:cast_media', |
| 503 '../ui/aura/aura.gyp:aura_test_support', | 509 '../ui/aura/aura.gyp:aura_test_support', |
| 504 ], | 510 ], |
| 505 'conditions': [ | 511 'conditions': [ |
| 506 ['chromecast_branding=="Chrome"', { | 512 ['chromecast_branding=="Chrome"', { |
| 507 'dependencies': [ | 513 'dependencies': [ |
| 508 '<(cast_internal_gyp):cast_gfx_internal', | 514 '<(cast_internal_gyp):cast_gfx_internal', |
| 509 ], | 515 ], |
| (...skipping 16 matching lines...) Expand all Loading... | |
| 526 # TODO(dougsteed): remove when Chromecast moves to boringssl. | 532 # TODO(dougsteed): remove when Chromecast moves to boringssl. |
| 527 # Allow the cast shell to find the NSS module in the same directory. | 533 # Allow the cast shell to find the NSS module in the same directory. |
| 528 'ldflags': [ | 534 'ldflags': [ |
| 529 '-Wl,-rpath=\$$ORIGIN' | 535 '-Wl,-rpath=\$$ORIGIN' |
| 530 ], | 536 ], |
| 531 }, | 537 }, |
| 532 ], # end of targets | 538 ], # end of targets |
| 533 }], | 539 }], |
| 534 ], # end of conditions | 540 ], # end of conditions |
| 535 } | 541 } |
| OLD | NEW |