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

Side by Side Diff: ui/gfx/gfx.gyp

Issue 1144333004: Make WebView work for external displays (over Presentations). 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
OLDNEW
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
96 'include_dirs': [ 96 'include_dirs': [
97 '<(DEPTH)/third_party/icu/source/common' 97 '<(DEPTH)/third_party/icu/source/common'
98 ], 98 ],
99 'sources': [ 99 'sources': [
100 'android/device_display_info.cc', 100 'android/device_display_info.cc',
101 'android/device_display_info.h', 101 'android/device_display_info.h',
102 'android/gfx_jni_registrar.cc', 102 'android/gfx_jni_registrar.cc',
103 'android/gfx_jni_registrar.h', 103 'android/gfx_jni_registrar.h',
104 'android/java_bitmap.cc', 104 'android/java_bitmap.cc',
105 'android/java_bitmap.h', 105 'android/java_bitmap.h',
106 'android/shared_device_display_info.cc',
107 'android/shared_device_display_info.h',
108 'android/view_configuration.cc', 106 'android/view_configuration.cc',
109 'android/view_configuration.h', 107 'android/view_configuration.h',
110 'animation/animation.cc', 108 'animation/animation.cc',
111 'animation/animation.h', 109 'animation/animation.h',
112 'animation/animation_container.cc', 110 'animation/animation_container.cc',
113 'animation/animation_container.h', 111 'animation/animation_container.h',
114 'animation/animation_container_element.h', 112 'animation/animation_container_element.h',
115 'animation/animation_container_observer.h', 113 'animation/animation_container_observer.h',
116 'animation/animation_delegate.h', 114 'animation/animation_delegate.h',
117 'animation/linear_animation.cc', 115 'animation/linear_animation.cc',
(...skipping 371 matching lines...) Expand 10 before | Expand all | Expand 10 after
489 ], 487 ],
490 'variables': { 488 'variables': {
491 'jni_gen_package': 'ui/gfx', 489 'jni_gen_package': 'ui/gfx',
492 }, 490 },
493 'includes': [ '../../build/jni_generator.gypi' ], 491 'includes': [ '../../build/jni_generator.gypi' ],
494 }, 492 },
495 ], 493 ],
496 }], 494 }],
497 ], 495 ],
498 } 496 }
OLDNEW
« ui/gfx/android/device_display_info.cc ('K') | « ui/gfx/android/shared_device_display_info.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698