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

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: Use scoped_ptr to store DeviceDisplayInfo and make DeviceDisplayInfo getters const 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 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
253 'render_text_mac.cc', 251 'render_text_mac.cc',
254 'render_text_mac.h', 252 'render_text_mac.h',
255 'scoped_canvas.h', 253 'scoped_canvas.h',
256 'scoped_cg_context_save_gstate_mac.h', 254 'scoped_cg_context_save_gstate_mac.h',
257 'scoped_ns_graphics_context_save_gstate_mac.h', 255 'scoped_ns_graphics_context_save_gstate_mac.h',
258 'scoped_ns_graphics_context_save_gstate_mac.mm', 256 'scoped_ns_graphics_context_save_gstate_mac.mm',
259 'scoped_ui_graphics_push_context_ios.h', 257 'scoped_ui_graphics_push_context_ios.h',
260 'scoped_ui_graphics_push_context_ios.mm', 258 'scoped_ui_graphics_push_context_ios.mm',
261 'screen.cc', 259 'screen.cc',
262 'screen.h', 260 'screen.h',
263 'screen_android.cc',
264 'screen_aura.cc', 261 'screen_aura.cc',
265 'screen_ios.mm', 262 'screen_ios.mm',
266 'screen_mac.mm', 263 'screen_mac.mm',
267 'screen_win.cc', 264 'screen_win.cc',
268 'screen_win.h', 265 'screen_win.h',
269 'scrollbar_size.cc', 266 'scrollbar_size.cc',
270 'scrollbar_size.h', 267 'scrollbar_size.h',
271 'selection_model.cc', 268 'selection_model.cc',
272 'selection_model.h', 269 'selection_model.h',
273 'sequential_id_generator.cc', 270 'sequential_id_generator.cc',
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
384 'sources!': [ 381 'sources!': [
385 'nine_image_painter.cc', 382 'nine_image_painter.cc',
386 'nine_image_painter.h', 383 'nine_image_painter.h',
387 ], 384 ],
388 }], 385 }],
389 ['OS=="android" and use_aura==0', { 386 ['OS=="android" and use_aura==0', {
390 'sources!': [ 387 'sources!': [
391 'path.cc', 388 'path.cc',
392 ], 389 ],
393 }], 390 }],
394 ['OS=="android" and use_aura==1', {
395 'sources!': [
396 'screen_android.cc',
397 ],
398 }],
399 ['OS=="android" or OS=="ios"', { 391 ['OS=="android" or OS=="ios"', {
400 'sources!': [ 392 'sources!': [
401 'harfbuzz_font_skia.cc', 393 'harfbuzz_font_skia.cc',
402 'harfbuzz_font_skia.h', 394 'harfbuzz_font_skia.h',
403 'render_text.cc', 395 'render_text.cc',
404 'render_text.h', 396 'render_text.h',
405 'render_text_harfbuzz.cc', 397 'render_text_harfbuzz.cc',
406 'render_text_harfbuzz.h', 398 'render_text_harfbuzz.h',
407 'text_utils_skia.cc', 399 'text_utils_skia.cc',
408 ], 400 ],
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
490 ], 482 ],
491 'variables': { 483 'variables': {
492 'jni_gen_package': 'ui/gfx', 484 'jni_gen_package': 'ui/gfx',
493 }, 485 },
494 'includes': [ '../../build/jni_generator.gypi' ], 486 'includes': [ '../../build/jni_generator.gypi' ],
495 }, 487 },
496 ], 488 ],
497 }], 489 }],
498 ], 490 ],
499 } 491 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698