Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(206)

Side by Side Diff: chromecast/chromecast.gyp

Issue 1123993002: Componentizes external_video_surface to reduce webview/Cast duplication. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: java DEPS, round 2 Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « chromecast/browser/cast_content_browser_client.cc ('k') | components/OWNERS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 407 matching lines...) Expand 10 before | Expand all | Expand 10 after
418 'dependencies': [ 418 'dependencies': [
419 'cast_jni_headers', 419 'cast_jni_headers',
420 'cast_shell_common', 420 'cast_shell_common',
421 'cast_shell_icudata', 421 'cast_shell_icudata',
422 'cast_shell_pak', 422 'cast_shell_pak',
423 'cast_version_header', 423 'cast_version_header',
424 '../base/base.gyp:base', 424 '../base/base.gyp:base',
425 '../breakpad/breakpad.gyp:breakpad_client', 425 '../breakpad/breakpad.gyp:breakpad_client',
426 '../components/components.gyp:breakpad_host', 426 '../components/components.gyp:breakpad_host',
427 '../components/components.gyp:crash_component', 427 '../components/components.gyp:crash_component',
428 '../components/components.gyp:external_video_surface',
428 '../content/content.gyp:content', 429 '../content/content.gyp:content',
429 '../skia/skia.gyp:skia', 430 '../skia/skia.gyp:skia',
430 '../ui/gfx/gfx.gyp:gfx', 431 '../ui/gfx/gfx.gyp:gfx',
431 '../ui/gl/gl.gyp:gl', 432 '../ui/gl/gl.gyp:gl',
432 ], 433 ],
433 'include_dirs': [ 434 'include_dirs': [
434 '../breakpad/src', 435 '../breakpad/src',
435 ], 436 ],
436 'sources': [ 437 'sources': [
437 'android/cast_jni_registrar.cc', 438 'android/cast_jni_registrar.cc',
438 'android/cast_jni_registrar.h', 439 'android/cast_jni_registrar.h',
439 'android/chromecast_config_android.cc', 440 'android/chromecast_config_android.cc',
440 'android/chromecast_config_android.h', 441 'android/chromecast_config_android.h',
441 'android/platform_jni_loader.h', 442 'android/platform_jni_loader.h',
442 'app/android/cast_jni_loader.cc', 443 'app/android/cast_jni_loader.cc',
443 'browser/android/cast_window_android.cc', 444 'browser/android/cast_window_android.cc',
444 'browser/android/cast_window_android.h', 445 'browser/android/cast_window_android.h',
445 'browser/android/cast_window_manager.cc', 446 'browser/android/cast_window_manager.cc',
446 'browser/android/cast_window_manager.h', 447 'browser/android/cast_window_manager.h',
447 'browser/android/external_video_surface_container_impl.cc',
448 'browser/android/external_video_surface_container_impl.h',
449 'crash/android/cast_crash_reporter_client_android.cc', 448 'crash/android/cast_crash_reporter_client_android.cc',
450 'crash/android/cast_crash_reporter_client_android.h', 449 'crash/android/cast_crash_reporter_client_android.h',
451 'crash/android/crash_handler.cc', 450 'crash/android/crash_handler.cc',
452 'crash/android/crash_handler.h', 451 'crash/android/crash_handler.h',
453 ], 452 ],
454 'conditions': [ 453 'conditions': [
455 ['chromecast_branding=="Chrome"', { 454 ['chromecast_branding=="Chrome"', {
456 'dependencies': [ 455 'dependencies': [
457 'internal/chromecast_internal.gyp:cast_shell_android_internal' 456 'internal/chromecast_internal.gyp:cast_shell_android_internal'
458 ], 457 ],
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
517 }, 516 },
518 'includes': [ '../build/java_apk.gypi' ], 517 'includes': [ '../build/java_apk.gypi' ],
519 }, 518 },
520 { 519 {
521 'target_name': 'cast_jni_headers', 520 'target_name': 'cast_jni_headers',
522 'type': 'none', 521 'type': 'none',
523 'sources': [ 522 'sources': [
524 'browser/android/apk/src/org/chromium/chromecast/shell/CastCrashHand ler.java', 523 'browser/android/apk/src/org/chromium/chromecast/shell/CastCrashHand ler.java',
525 'browser/android/apk/src/org/chromium/chromecast/shell/CastWindowAnd roid.java', 524 'browser/android/apk/src/org/chromium/chromecast/shell/CastWindowAnd roid.java',
526 'browser/android/apk/src/org/chromium/chromecast/shell/CastWindowMan ager.java', 525 'browser/android/apk/src/org/chromium/chromecast/shell/CastWindowMan ager.java',
527 'browser/android/apk/src/org/chromium/chromecast/shell/ExternalVideo SurfaceContainer.java',
528 ], 526 ],
529 'direct_dependent_settings': { 527 'direct_dependent_settings': {
530 'include_dirs': [ 528 'include_dirs': [
531 '<(SHARED_INTERMEDIATE_DIR)/chromecast', 529 '<(SHARED_INTERMEDIATE_DIR)/chromecast',
532 ], 530 ],
533 }, 531 },
534 'variables': { 532 'variables': {
535 'jni_gen_package': 'chromecast', 533 'jni_gen_package': 'chromecast',
536 }, 534 },
537 'includes': [ '../build/jni_generator.gypi' ], 535 'includes': [ '../build/jni_generator.gypi' ],
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
631 'sources': [ 629 'sources': [
632 'graphics/cast_egl_platform_default.cc', 630 'graphics/cast_egl_platform_default.cc',
633 'graphics/graphics_properties_default.cc', 631 'graphics/graphics_properties_default.cc',
634 'graphics/osd_plane_default.cc' 632 'graphics/osd_plane_default.cc'
635 ], 633 ],
636 } 634 }
637 ] 635 ]
638 }], 636 }],
639 ], # end of conditions 637 ], # end of conditions
640 } 638 }
OLDNEW
« no previous file with comments | « chromecast/browser/cast_content_browser_client.cc ('k') | components/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698