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

Side by Side Diff: chromecast/chromecast.gyp

Issue 1149823007: Chromecast: adds external_video_surface_java target. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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 | « no previous file | no next file » | 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 476 matching lines...) Expand 10 before | Expand all | Expand 10 after
487 ], 487 ],
488 }] 488 }]
489 ], 489 ],
490 }, # end of target 'libcast_shell_android' 490 }, # end of target 'libcast_shell_android'
491 { 491 {
492 'target_name': 'cast_shell_java', 492 'target_name': 'cast_shell_java',
493 'type': 'none', 493 'type': 'none',
494 'dependencies': [ 494 'dependencies': [
495 '<(android_support_v13_target)', 495 '<(android_support_v13_target)',
496 '../base/base.gyp:base_java', 496 '../base/base.gyp:base_java',
497 '../components/components.gyp:external_video_surface_java',
497 '../content/content.gyp:content_java', 498 '../content/content.gyp:content_java',
498 '../media/media.gyp:media_java', 499 '../media/media.gyp:media_java',
499 '../net/net.gyp:net_java', 500 '../net/net.gyp:net_java',
500 '../ui/android/ui_android.gyp:ui_java', 501 '../ui/android/ui_android.gyp:ui_java',
501 ], 502 ],
502 'variables': { 503 'variables': {
503 'has_java_resources': 1, 504 'has_java_resources': 1,
504 'java_in_dir': 'browser/android/apk', 505 'java_in_dir': 'browser/android/apk',
505 'resource_dir': 'browser/android/apk/res', 506 'resource_dir': 'browser/android/apk/res',
506 'R_package': 'org.chromium.chromecast.shell', 507 'R_package': 'org.chromium.chromecast.shell',
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
656 'sources': [ 657 'sources': [
657 'graphics/cast_egl_platform_default.cc', 658 'graphics/cast_egl_platform_default.cc',
658 'graphics/graphics_properties_default.cc', 659 'graphics/graphics_properties_default.cc',
659 'graphics/osd_plane_default.cc' 660 'graphics/osd_plane_default.cc'
660 ], 661 ],
661 } 662 }
662 ] 663 ]
663 }], 664 }],
664 ], # end of conditions 665 ], # end of conditions
665 } 666 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698