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

Side by Side Diff: chromecast/chromecast.gyp

Issue 1232213002: Revert "Fix key input." (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Rebase. Created 5 years, 5 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_window.cc ('k') | 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 349 matching lines...) Expand 10 before | Expand all | Expand 10 after
360 # Android either. 360 # Android either.
361 ['OS=="linux"', { 361 ['OS=="linux"', {
362 'sources': [ 362 'sources': [
363 'browser/metrics/external_metrics.cc', 363 'browser/metrics/external_metrics.cc',
364 'browser/metrics/external_metrics.h', 364 'browser/metrics/external_metrics.h',
365 'graphics/cast_screen.cc', 365 'graphics/cast_screen.cc',
366 'graphics/cast_screen.h', 366 'graphics/cast_screen.h',
367 ], 367 ],
368 'dependencies': [ 368 'dependencies': [
369 '../components/components.gyp:metrics_serialization', 369 '../components/components.gyp:metrics_serialization',
370 '../ui/aura/aura.gyp:aura_test_support',
371 ], 370 ],
372 }], 371 }],
373 ['OS=="android"', { 372 ['OS=="android"', {
374 'dependencies': [ 373 'dependencies': [
375 '../components/components.gyp:cdm_browser', 374 '../components/components.gyp:cdm_browser',
376 ], 375 ],
377 }], 376 }],
378 ], 377 ],
379 }, 378 },
380 { 379 {
(...skipping 315 matching lines...) Expand 10 before | Expand all | Expand 10 after
696 'sources': [ 695 'sources': [
697 'graphics/cast_egl_platform_default.cc', 696 'graphics/cast_egl_platform_default.cc',
698 'graphics/graphics_properties_default.cc', 697 'graphics/graphics_properties_default.cc',
699 'graphics/osd_plane_default.cc' 698 'graphics/osd_plane_default.cc'
700 ], 699 ],
701 } 700 }
702 ] 701 ]
703 }], 702 }],
704 ], # end of conditions 703 ], # end of conditions
705 } 704 }
OLDNEW
« no previous file with comments | « chromecast/browser/cast_content_window.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698