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

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: Minor fixes according to boliu/jdduke's comments 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
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 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
252 'render_text_mac.cc', 250 'render_text_mac.cc',
253 'render_text_mac.h', 251 'render_text_mac.h',
254 'scoped_canvas.h', 252 'scoped_canvas.h',
255 'scoped_cg_context_save_gstate_mac.h', 253 'scoped_cg_context_save_gstate_mac.h',
256 'scoped_ns_graphics_context_save_gstate_mac.h', 254 'scoped_ns_graphics_context_save_gstate_mac.h',
257 'scoped_ns_graphics_context_save_gstate_mac.mm', 255 'scoped_ns_graphics_context_save_gstate_mac.mm',
258 'scoped_ui_graphics_push_context_ios.h', 256 'scoped_ui_graphics_push_context_ios.h',
259 'scoped_ui_graphics_push_context_ios.mm', 257 'scoped_ui_graphics_push_context_ios.mm',
260 'screen.cc', 258 'screen.cc',
261 'screen.h', 259 'screen.h',
262 'screen_android.cc',
263 'screen_aura.cc', 260 'screen_aura.cc',
264 'screen_ios.mm', 261 'screen_ios.mm',
265 'screen_mac.mm', 262 'screen_mac.mm',
266 'screen_win.cc', 263 'screen_win.cc',
267 'screen_win.h', 264 'screen_win.h',
268 'scrollbar_size.cc', 265 'scrollbar_size.cc',
269 'scrollbar_size.h', 266 'scrollbar_size.h',
270 'selection_model.cc', 267 'selection_model.cc',
271 'selection_model.h', 268 'selection_model.h',
272 'sequential_id_generator.cc', 269 'sequential_id_generator.cc',
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
383 'sources!': [ 380 'sources!': [
384 'nine_image_painter.cc', 381 'nine_image_painter.cc',
385 'nine_image_painter.h', 382 'nine_image_painter.h',
386 ], 383 ],
387 }], 384 }],
388 ['OS=="android" and use_aura==0', { 385 ['OS=="android" and use_aura==0', {
389 'sources!': [ 386 'sources!': [
390 'path.cc', 387 'path.cc',
391 ], 388 ],
392 }], 389 }],
393 ['OS=="android" and use_aura==1', {
394 'sources!': [
395 'screen_android.cc',
396 ],
397 }],
398 ['OS=="android" or OS=="ios"', { 390 ['OS=="android" or OS=="ios"', {
399 'sources!': [ 391 'sources!': [
400 'harfbuzz_font_skia.cc', 392 'harfbuzz_font_skia.cc',
401 'harfbuzz_font_skia.h', 393 'harfbuzz_font_skia.h',
402 'render_text.cc', 394 'render_text.cc',
403 'render_text.h', 395 'render_text.h',
404 'render_text_harfbuzz.cc', 396 'render_text_harfbuzz.cc',
405 'render_text_harfbuzz.h', 397 'render_text_harfbuzz.h',
406 'text_utils_skia.cc', 398 'text_utils_skia.cc',
407 ], 399 ],
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
527 ], 519 ],
528 'variables': { 520 'variables': {
529 'jni_gen_package': 'ui/gfx', 521 'jni_gen_package': 'ui/gfx',
530 }, 522 },
531 'includes': [ '../../build/jni_generator.gypi' ], 523 'includes': [ '../../build/jni_generator.gypi' ],
532 }, 524 },
533 ], 525 ],
534 }], 526 }],
535 ], 527 ],
536 } 528 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698