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

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

Issue 1409833004: Add DeviceDisplayInfo getter in WindowAndroid. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Pass display area instead of NativeWindow to GLHelperHolder. Created 5 years, 1 month 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 246 matching lines...) Expand 10 before | Expand all | Expand 10 after
257 'render_text_mac.cc', 257 'render_text_mac.cc',
258 'render_text_mac.h', 258 'render_text_mac.h',
259 'scoped_canvas.h', 259 'scoped_canvas.h',
260 'scoped_cg_context_save_gstate_mac.h', 260 'scoped_cg_context_save_gstate_mac.h',
261 'scoped_ns_graphics_context_save_gstate_mac.h', 261 'scoped_ns_graphics_context_save_gstate_mac.h',
262 'scoped_ns_graphics_context_save_gstate_mac.mm', 262 'scoped_ns_graphics_context_save_gstate_mac.mm',
263 'scoped_ui_graphics_push_context_ios.h', 263 'scoped_ui_graphics_push_context_ios.h',
264 'scoped_ui_graphics_push_context_ios.mm', 264 'scoped_ui_graphics_push_context_ios.mm',
265 'screen.cc', 265 'screen.cc',
266 'screen.h', 266 'screen.h',
267 'screen_android.cc',
268 'screen_aura.cc', 267 'screen_aura.cc',
269 'screen_ios.mm', 268 'screen_ios.mm',
270 'screen_mac.mm', 269 'screen_mac.mm',
271 'screen_win.cc', 270 'screen_win.cc',
272 'screen_win.h', 271 'screen_win.h',
273 'scrollbar_size.cc', 272 'scrollbar_size.cc',
274 'scrollbar_size.h', 273 'scrollbar_size.h',
275 'selection_model.cc', 274 'selection_model.cc',
276 'selection_model.h', 275 'selection_model.h',
277 'sequential_id_generator.cc', 276 'sequential_id_generator.cc',
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
405 'sources!': [ 404 'sources!': [
406 'nine_image_painter.cc', 405 'nine_image_painter.cc',
407 'nine_image_painter.h', 406 'nine_image_painter.h',
408 ], 407 ],
409 }], 408 }],
410 ['OS=="android" and use_aura==0', { 409 ['OS=="android" and use_aura==0', {
411 'sources!': [ 410 'sources!': [
412 'path.cc', 411 'path.cc',
413 ], 412 ],
414 }], 413 }],
415 ['OS=="android" and use_aura==1', {
416 'sources!': [
417 'screen_android.cc',
418 ],
419 }],
420 ['OS=="android" or OS=="ios"', { 414 ['OS=="android" or OS=="ios"', {
421 'sources!': [ 415 'sources!': [
422 'harfbuzz_font_skia.cc', 416 'harfbuzz_font_skia.cc',
423 'harfbuzz_font_skia.h', 417 'harfbuzz_font_skia.h',
424 'render_text.cc', 418 'render_text.cc',
425 'render_text.h', 419 'render_text.h',
426 'render_text_harfbuzz.cc', 420 'render_text_harfbuzz.cc',
427 'render_text_harfbuzz.h', 421 'render_text_harfbuzz.h',
428 'text_utils_skia.cc', 422 'text_utils_skia.cc',
429 ], 423 ],
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
565 ], 559 ],
566 'variables': { 560 'variables': {
567 'jni_gen_package': 'ui/gfx', 561 'jni_gen_package': 'ui/gfx',
568 }, 562 },
569 'includes': [ '../../build/jni_generator.gypi' ], 563 'includes': [ '../../build/jni_generator.gypi' ],
570 }, 564 },
571 ], 565 ],
572 }], 566 }],
573 ], 567 ],
574 } 568 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698