| 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 'chromium_code': 1, | 9 'chromium_code': 1, |
| 10 'chromecast_branding%': 'Chromium', | 10 'chromecast_branding%': 'Chromium', |
| (...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 207 'browser/metrics/external_metrics.cc', | 207 'browser/metrics/external_metrics.cc', |
| 208 'browser/metrics/external_metrics.h', | 208 'browser/metrics/external_metrics.h', |
| 209 ], | 209 ], |
| 210 'dependencies': [ | 210 'dependencies': [ |
| 211 '../components/components.gyp:metrics_serialization', | 211 '../components/components.gyp:metrics_serialization', |
| 212 ], | 212 ], |
| 213 }], | 213 }], |
| 214 ], | 214 ], |
| 215 }, | 215 }, |
| 216 { | 216 { |
| 217 'target_name': 'cast_shell_unittests', | |
| 218 'type': '<(gtest_target_type)', | |
| 219 'dependencies': [ | |
| 220 'cast_shell_common', | |
| 221 '../base/base.gyp:base_prefs_test_support', | |
| 222 '../base/base.gyp:run_all_unittests', | |
| 223 '../base/base.gyp:test_support_base', | |
| 224 '../components/components.gyp:component_metrics_proto', | |
| 225 '../testing/gtest.gyp:gtest', | |
| 226 ], | |
| 227 'sources': [ | |
| 228 'browser/metrics/cast_metrics_service_client_unittest.cc', | |
| 229 ], | |
| 230 'conditions': [ | |
| 231 ['use_allocator!="none"', { | |
| 232 'dependencies': [ | |
| 233 '../base/allocator/allocator.gyp:allocator', | |
| 234 ], | |
| 235 }], | |
| 236 ] | |
| 237 }, # end of target 'cast_metrics_unittests' | |
| 238 { | |
| 239 'target_name': 'cast_version_header', | 217 'target_name': 'cast_version_header', |
| 240 'type': 'none', | 218 'type': 'none', |
| 241 'direct_dependent_settings': { | 219 'direct_dependent_settings': { |
| 242 'include_dirs': [ | 220 'include_dirs': [ |
| 243 '<(SHARED_INTERMEDIATE_DIR)', | 221 '<(SHARED_INTERMEDIATE_DIR)', |
| 244 ], | 222 ], |
| 245 }, | 223 }, |
| 246 'actions': [ | 224 'actions': [ |
| 247 { | 225 { |
| 248 'action_name': 'version_header', | 226 'action_name': 'version_header', |
| (...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 474 'sources': [ | 452 'sources': [ |
| 475 'browser/test/chromecast_browser_test.cc', | 453 'browser/test/chromecast_browser_test.cc', |
| 476 'browser/test/chromecast_browser_test.h', | 454 'browser/test/chromecast_browser_test.h', |
| 477 'browser/test/chromecast_browser_test_runner.cc', | 455 'browser/test/chromecast_browser_test_runner.cc', |
| 478 ], | 456 ], |
| 479 }, | 457 }, |
| 480 ], # end of targets | 458 ], # end of targets |
| 481 }], | 459 }], |
| 482 ], # end of conditions | 460 ], # end of conditions |
| 483 } | 461 } |
| OLD | NEW |