| 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 'cast_is_debug_build%': 0, | 10 'cast_is_debug_build%': 0, |
| (...skipping 430 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 441 '../skia/skia.gyp:skia', | 441 '../skia/skia.gyp:skia', |
| 442 '../ui/gfx/gfx.gyp:gfx', | 442 '../ui/gfx/gfx.gyp:gfx', |
| 443 '../ui/gl/gl.gyp:gl', | 443 '../ui/gl/gl.gyp:gl', |
| 444 ], | 444 ], |
| 445 'include_dirs': [ | 445 'include_dirs': [ |
| 446 '../breakpad/src', | 446 '../breakpad/src', |
| 447 ], | 447 ], |
| 448 'sources': [ | 448 'sources': [ |
| 449 'android/cast_jni_registrar.cc', | 449 'android/cast_jni_registrar.cc', |
| 450 'android/cast_jni_registrar.h', | 450 'android/cast_jni_registrar.h', |
| 451 'android/cast_metrics_helper_android.cc', |
| 452 'android/cast_metrics_helper_android.h', |
| 451 'android/chromecast_config_android.cc', | 453 'android/chromecast_config_android.cc', |
| 452 'android/chromecast_config_android.h', | 454 'android/chromecast_config_android.h', |
| 453 'android/platform_jni_loader.h', | 455 'android/platform_jni_loader.h', |
| 454 'app/android/cast_jni_loader.cc', | 456 'app/android/cast_jni_loader.cc', |
| 455 'browser/android/cast_window_android.cc', | 457 'browser/android/cast_window_android.cc', |
| 456 'browser/android/cast_window_android.h', | 458 'browser/android/cast_window_android.h', |
| 457 'browser/android/cast_window_manager.cc', | 459 'browser/android/cast_window_manager.cc', |
| 458 'browser/android/cast_window_manager.h', | 460 'browser/android/cast_window_manager.h', |
| 459 'crash/android/cast_crash_reporter_client_android.cc', | 461 'crash/android/cast_crash_reporter_client_android.cc', |
| 460 'crash/android/cast_crash_reporter_client_android.h', | 462 'crash/android/cast_crash_reporter_client_android.h', |
| (...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 525 'asset_location': '<(PRODUCT_DIR)/assets', | 527 'asset_location': '<(PRODUCT_DIR)/assets', |
| 526 'additional_input_paths': ['<(PRODUCT_DIR)/assets/cast_shell.pak'], | 528 'additional_input_paths': ['<(PRODUCT_DIR)/assets/cast_shell.pak'], |
| 527 }, | 529 }, |
| 528 'includes': [ '../build/java_apk.gypi' ], | 530 'includes': [ '../build/java_apk.gypi' ], |
| 529 }, | 531 }, |
| 530 { | 532 { |
| 531 'target_name': 'cast_jni_headers', | 533 'target_name': 'cast_jni_headers', |
| 532 'type': 'none', | 534 'type': 'none', |
| 533 'sources': [ | 535 'sources': [ |
| 534 'browser/android/apk/src/org/chromium/chromecast/shell/CastCrashHand
ler.java', | 536 'browser/android/apk/src/org/chromium/chromecast/shell/CastCrashHand
ler.java', |
| 537 'browser/android/apk/src/org/chromium/chromecast/shell/CastMetricsHe
lper.java', |
| 535 'browser/android/apk/src/org/chromium/chromecast/shell/CastWindowAnd
roid.java', | 538 'browser/android/apk/src/org/chromium/chromecast/shell/CastWindowAnd
roid.java', |
| 536 'browser/android/apk/src/org/chromium/chromecast/shell/CastWindowMan
ager.java', | 539 'browser/android/apk/src/org/chromium/chromecast/shell/CastWindowMan
ager.java', |
| 537 ], | 540 ], |
| 538 'direct_dependent_settings': { | 541 'direct_dependent_settings': { |
| 539 'include_dirs': [ | 542 'include_dirs': [ |
| 540 '<(SHARED_INTERMEDIATE_DIR)/chromecast', | 543 '<(SHARED_INTERMEDIATE_DIR)/chromecast', |
| 541 ], | 544 ], |
| 542 }, | 545 }, |
| 543 'variables': { | 546 'variables': { |
| 544 'jni_gen_package': 'chromecast', | 547 'jni_gen_package': 'chromecast', |
| (...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 640 'sources': [ | 643 'sources': [ |
| 641 'graphics/cast_egl_platform_default.cc', | 644 'graphics/cast_egl_platform_default.cc', |
| 642 'graphics/graphics_properties_default.cc', | 645 'graphics/graphics_properties_default.cc', |
| 643 'graphics/osd_plane_default.cc' | 646 'graphics/osd_plane_default.cc' |
| 644 ], | 647 ], |
| 645 } | 648 } |
| 646 ] | 649 ] |
| 647 }], | 650 }], |
| 648 ], # end of conditions | 651 ], # end of conditions |
| 649 } | 652 } |
| OLD | NEW |