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

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

Issue 1964153002: Move Screen, its impls, DisplayObserver and DisplayChangeNotifier to ui/display (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix tabs Created 4 years, 7 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 | « ui/gfx/display_observer.cc ('k') | ui/gfx/gfx_tests.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
123 'include_dirs': [ 123 'include_dirs': [
124 '<(DEPTH)/third_party/icu/source/common', 124 '<(DEPTH)/third_party/icu/source/common',
125 ], 125 ],
126 'sources': [ 126 'sources': [
127 'android/device_display_info.cc', 127 'android/device_display_info.cc',
128 'android/device_display_info.h', 128 'android/device_display_info.h',
129 'android/gfx_jni_registrar.cc', 129 'android/gfx_jni_registrar.cc',
130 'android/gfx_jni_registrar.h', 130 'android/gfx_jni_registrar.h',
131 'android/java_bitmap.cc', 131 'android/java_bitmap.cc',
132 'android/java_bitmap.h', 132 'android/java_bitmap.h',
133 'android/screen_android.cc',
133 'android/shared_device_display_info.cc', 134 'android/shared_device_display_info.cc',
134 'android/shared_device_display_info.h', 135 'android/shared_device_display_info.h',
135 'android/view_configuration.cc', 136 'android/view_configuration.cc',
136 'android/view_configuration.h', 137 'android/view_configuration.h',
137 'animation/animation.cc', 138 'animation/animation.cc',
138 'animation/animation.h', 139 'animation/animation.h',
139 'animation/animation_container.cc', 140 'animation/animation_container.cc',
140 'animation/animation_container.h', 141 'animation/animation_container.h',
141 'animation/animation_container_element.h', 142 'animation/animation_container_element.h',
142 'animation/animation_container_observer.h', 143 'animation/animation_container_observer.h',
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
174 'color_analysis.h', 175 'color_analysis.h',
175 'color_palette.h', 176 'color_palette.h',
176 'color_profile.cc', 177 'color_profile.cc',
177 'color_profile.h', 178 'color_profile.h',
178 'color_profile_mac.mm', 179 'color_profile_mac.mm',
179 'color_profile_win.cc', 180 'color_profile_win.cc',
180 'color_utils.cc', 181 'color_utils.cc',
181 'color_utils.h', 182 'color_utils.h',
182 'display.cc', 183 'display.cc',
183 'display.h', 184 'display.h',
184 'display_change_notifier.cc',
185 'display_change_notifier.h',
186 'display_observer.cc',
187 'display_observer.h',
188 'favicon_size.cc', 185 'favicon_size.cc',
189 'favicon_size.h', 186 'favicon_size.h',
190 'font.cc', 187 'font.cc',
191 'font.h', 188 'font.h',
192 'font_fallback.h', 189 'font_fallback.h',
193 'font_fallback_linux.cc', 190 'font_fallback_linux.cc',
194 'font_fallback_linux.h', 191 'font_fallback_linux.h',
195 'font_fallback_mac.mm', 192 'font_fallback_mac.mm',
196 'font_fallback_win.cc', 193 'font_fallback_win.cc',
197 'font_fallback_win.h', 194 'font_fallback_win.h',
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
282 'render_text_harfbuzz.cc', 279 'render_text_harfbuzz.cc',
283 'render_text_harfbuzz.h', 280 'render_text_harfbuzz.h',
284 'render_text_mac.h', 281 'render_text_mac.h',
285 'render_text_mac.mm', 282 'render_text_mac.mm',
286 'scoped_canvas.h', 283 'scoped_canvas.h',
287 'scoped_cg_context_save_gstate_mac.h', 284 'scoped_cg_context_save_gstate_mac.h',
288 'scoped_ns_graphics_context_save_gstate_mac.h', 285 'scoped_ns_graphics_context_save_gstate_mac.h',
289 'scoped_ns_graphics_context_save_gstate_mac.mm', 286 'scoped_ns_graphics_context_save_gstate_mac.mm',
290 'scoped_ui_graphics_push_context_ios.h', 287 'scoped_ui_graphics_push_context_ios.h',
291 'scoped_ui_graphics_push_context_ios.mm', 288 'scoped_ui_graphics_push_context_ios.mm',
292 'screen.cc',
293 'screen.h',
294 'screen_android.cc',
295 'screen_aura.cc',
296 'screen_ios.mm',
297 'screen_mac.mm',
298 'scrollbar_size.cc', 289 'scrollbar_size.cc',
299 'scrollbar_size.h', 290 'scrollbar_size.h',
300 'selection_model.cc', 291 'selection_model.cc',
301 'selection_model.h', 292 'selection_model.h',
302 'sequential_id_generator.cc', 293 'sequential_id_generator.cc',
303 'sequential_id_generator.h', 294 'sequential_id_generator.h',
304 'shadow_value.cc', 295 'shadow_value.cc',
305 'shadow_value.h', 296 'shadow_value.h',
306 'skbitmap_operations.cc', 297 'skbitmap_operations.cc',
307 'skbitmap_operations.h', 298 'skbitmap_operations.h',
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
437 'sources!': [ 428 'sources!': [
438 'nine_image_painter.cc', 429 'nine_image_painter.cc',
439 'nine_image_painter.h', 430 'nine_image_painter.h',
440 ], 431 ],
441 }], 432 }],
442 ['OS=="android" and use_aura==0', { 433 ['OS=="android" and use_aura==0', {
443 'sources!': [ 434 'sources!': [
444 'path.cc', 435 'path.cc',
445 ], 436 ],
446 }], 437 }],
447 ['OS=="android" and use_aura==1', {
448 'sources!': [
449 'screen_android.cc',
450 ],
451 }],
452 ['OS=="android" or OS=="ios"', { 438 ['OS=="android" or OS=="ios"', {
453 'sources!': [ 439 'sources!': [
454 'harfbuzz_font_skia.cc', 440 'harfbuzz_font_skia.cc',
455 'harfbuzz_font_skia.h', 441 'harfbuzz_font_skia.h',
456 'render_text.cc', 442 'render_text.cc',
457 'render_text.h', 443 'render_text.h',
458 'render_text_harfbuzz.cc', 444 'render_text_harfbuzz.cc',
459 'render_text_harfbuzz.h', 445 'render_text_harfbuzz.h',
460 'text_utils_skia.cc', 446 'text_utils_skia.cc',
461 ], 447 ],
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
597 ], 583 ],
598 'variables': { 584 'variables': {
599 'jni_gen_package': 'ui/gfx', 585 'jni_gen_package': 'ui/gfx',
600 }, 586 },
601 'includes': [ '../../build/jni_generator.gypi' ], 587 'includes': [ '../../build/jni_generator.gypi' ],
602 }, 588 },
603 ], 589 ],
604 }], 590 }],
605 ], 591 ],
606 } 592 }
OLDNEW
« no previous file with comments | « ui/gfx/display_observer.cc ('k') | ui/gfx/gfx_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698