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

Side by Side Diff: chromecast/chromecast.gyp

Issue 1909313002: Support HEVC through EME (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: CR feedback Created 4 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
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 306 matching lines...) Expand 10 before | Expand all | Expand 10 after
317 'cast_net', 317 'cast_net',
318 'cast_shell_pak', 318 'cast_shell_pak',
319 'cast_shell_resources', 319 'cast_shell_resources',
320 'cast_sys_info', 320 'cast_sys_info',
321 'cast_version_header', 321 'cast_version_header',
322 'chromecast_features', 322 'chromecast_features',
323 'chromecast_locales.gyp:chromecast_locales_pak', 323 'chromecast_locales.gyp:chromecast_locales_pak',
324 'chromecast_locales.gyp:chromecast_settings', 324 'chromecast_locales.gyp:chromecast_settings',
325 'media/media.gyp:media_base', 325 'media/media.gyp:media_base',
326 'media/media.gyp:media_cdm', 326 'media/media.gyp:media_cdm',
327 'media/media.gyp:media_features',
halliwell 2016/06/15 17:40:04 Actually no need to update gyp now. Do we need an
327 '../base/base.gyp:base', 328 '../base/base.gyp:base',
328 '../components/components.gyp:breakpad_host', 329 '../components/components.gyp:breakpad_host',
329 '../components/components.gyp:cdm_renderer', 330 '../components/components.gyp:cdm_renderer',
330 '../components/components.gyp:component_metrics_proto', 331 '../components/components.gyp:component_metrics_proto',
331 '../components/components.gyp:crash_component', 332 '../components/components.gyp:crash_component',
332 '../components/components.gyp:devtools_discovery', 333 '../components/components.gyp:devtools_discovery',
333 '../components/components.gyp:devtools_http_handler', 334 '../components/components.gyp:devtools_http_handler',
334 '../components/components.gyp:network_hints_browser', 335 '../components/components.gyp:network_hints_browser',
335 '../components/components.gyp:network_hints_renderer', 336 '../components/components.gyp:network_hints_renderer',
336 '../components/components.gyp:network_session_configurator_switches', 337 '../components/components.gyp:network_session_configurator_switches',
(...skipping 452 matching lines...) Expand 10 before | Expand all | Expand 10 after
789 'cast_shell_core', 790 'cast_shell_core',
790 ], 791 ],
791 'sources': [ 792 'sources': [
792 'app/cast_main.cc', 793 'app/cast_main.cc',
793 ], 794 ],
794 }, 795 },
795 ], # end of targets 796 ], # end of targets
796 }], 797 }],
797 ], # end of conditions 798 ], # end of conditions
798 } 799 }
OLDNEW
« no previous file with comments | « chrome/browser/media/encrypted_media_supported_types_browsertest.cc ('k') | chromecast/renderer/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698