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 340 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 351 'browser/android/cast_window_android.cc', | 351 'browser/android/cast_window_android.cc', |
| 352 'browser/android/cast_window_android.h', | 352 'browser/android/cast_window_android.h', |
| 353 'browser/android/cast_window_manager.cc', | 353 'browser/android/cast_window_manager.cc', |
| 354 'browser/android/cast_window_manager.h', | 354 'browser/android/cast_window_manager.h', |
| 355 'browser/android/external_video_surface_container_impl.cc', | 355 'browser/android/external_video_surface_container_impl.cc', |
| 356 'browser/android/external_video_surface_container_impl.h', | 356 'browser/android/external_video_surface_container_impl.h', |
| 357 'crash/android/cast_crash_reporter_client_android.cc', | 357 'crash/android/cast_crash_reporter_client_android.cc', |
| 358 'crash/android/cast_crash_reporter_client_android.h', | 358 'crash/android/cast_crash_reporter_client_android.h', |
| 359 'crash/android/crash_handler.cc', | 359 'crash/android/crash_handler.cc', |
| 360 'crash/android/crash_handler.h', | 360 'crash/android/crash_handler.h', |
| 361 'crash/cast_crash_keys.cc', | |
|
gunsch
2015/02/17 20:07:58
ah wait, can you move these to cast_crash_client a
| |
| 362 'crash/cast_crash_keys.h', | |
| 361 ], | 363 ], |
| 362 'conditions': [ | 364 'conditions': [ |
| 363 ['chromecast_branding=="Chrome"', { | 365 ['chromecast_branding=="Chrome"', { |
| 364 'dependencies': [ | 366 'dependencies': [ |
| 365 '<(cast_internal_gyp):cast_shell_android_internal' | 367 '<(cast_internal_gyp):cast_shell_android_internal' |
| 366 ], | 368 ], |
| 367 }, { | 369 }, { |
| 368 'sources': [ | 370 'sources': [ |
| 369 'android/chromecast_config_android_stub.cc', | 371 'android/chromecast_config_android_stub.cc', |
| 370 'android/platform_jni_loader_stub.cc', | 372 'android/platform_jni_loader_stub.cc', |
| (...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 524 # TODO(dougsteed): remove when Chromecast moves to boringssl. | 526 # TODO(dougsteed): remove when Chromecast moves to boringssl. |
| 525 # Allow the cast shell to find the NSS module in the same directory. | 527 # Allow the cast shell to find the NSS module in the same directory. |
| 526 'ldflags': [ | 528 'ldflags': [ |
| 527 '-Wl,-rpath=\$$ORIGIN' | 529 '-Wl,-rpath=\$$ORIGIN' |
| 528 ], | 530 ], |
| 529 }, | 531 }, |
| 530 ], # end of targets | 532 ], # end of targets |
| 531 }], | 533 }], |
| 532 ], # end of conditions | 534 ], # end of conditions |
| 533 } | 535 } |
| OLD | NEW |