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

Side by Side Diff: ui/ui.gyp

Issue 9960042: Refactor screen/monitor so that gfx::Screen returns monitor object. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: cleanup Created 8 years, 8 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 | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'includes': [ 9 'includes': [
10 'ui_resources.gypi', 10 'ui_resources.gypi',
(...skipping 308 matching lines...) Expand 10 before | Expand all | Expand 10 after
319 'gfx/image/image_skia.h', 319 'gfx/image/image_skia.h',
320 'gfx/image/image_util.cc', 320 'gfx/image/image_util.cc',
321 'gfx/image/image_util.h', 321 'gfx/image/image_util.h',
322 'gfx/insets.cc', 322 'gfx/insets.cc',
323 'gfx/insets.h', 323 'gfx/insets.h',
324 'gfx/interpolated_transform.h', 324 'gfx/interpolated_transform.h',
325 'gfx/interpolated_transform.cc', 325 'gfx/interpolated_transform.cc',
326 'gfx/mac/nsimage_cache.h', 326 'gfx/mac/nsimage_cache.h',
327 'gfx/mac/nsimage_cache.mm', 327 'gfx/mac/nsimage_cache.mm',
328 'gfx/mac/scoped_ns_disable_screen_updates.h', 328 'gfx/mac/scoped_ns_disable_screen_updates.h',
329 'gfx/monitor.cc',
330 'gfx/monitor.h',
329 'gfx/native_theme.cc', 331 'gfx/native_theme.cc',
330 'gfx/native_theme.h', 332 'gfx/native_theme.h',
331 'gfx/native_theme_android.cc', 333 'gfx/native_theme_android.cc',
332 'gfx/native_theme_android.h', 334 'gfx/native_theme_android.h',
333 'gfx/native_theme_aura.cc', 335 'gfx/native_theme_aura.cc',
334 'gfx/native_theme_aura.h', 336 'gfx/native_theme_aura.h',
335 'gfx/native_theme_base.cc', 337 'gfx/native_theme_base.cc',
336 'gfx/native_theme_base.h', 338 'gfx/native_theme_base.h',
337 'gfx/native_theme_gtk.cc', 339 'gfx/native_theme_gtk.cc',
338 'gfx/native_theme_gtk.h', 340 'gfx/native_theme_gtk.h',
(...skipping 23 matching lines...) Expand all
362 'gfx/rect_base.h', 364 'gfx/rect_base.h',
363 'gfx/rect_base_impl.h', 365 'gfx/rect_base_impl.h',
364 'gfx/render_text.cc', 366 'gfx/render_text.cc',
365 'gfx/render_text.h', 367 'gfx/render_text.h',
366 'gfx/render_text_linux.cc', 368 'gfx/render_text_linux.cc',
367 'gfx/render_text_linux.h', 369 'gfx/render_text_linux.h',
368 'gfx/render_text_win.cc', 370 'gfx/render_text_win.cc',
369 'gfx/render_text_win.h', 371 'gfx/render_text_win.h',
370 'gfx/screen.h', 372 'gfx/screen.h',
371 'gfx/screen_android.cc', 373 'gfx/screen_android.cc',
372 'gfx/screen_ash.cc', 374 'gfx/screen_aura.cc',
373 'gfx/screen_aurax11.cc', 375 'gfx/screen_aurax11.cc',
374 'gfx/screen_gtk.cc', 376 'gfx/screen_gtk.cc',
377 'gfx/screen_impl.h',
375 'gfx/screen_mac.mm', 378 'gfx/screen_mac.mm',
376 'gfx/screen_win.cc', 379 'gfx/screen_win.cc',
377 'gfx/scoped_cg_context_save_gstate_mac.h', 380 'gfx/scoped_cg_context_save_gstate_mac.h',
378 'gfx/scoped_ns_graphics_context_save_gstate_mac.h', 381 'gfx/scoped_ns_graphics_context_save_gstate_mac.h',
379 'gfx/scoped_ns_graphics_context_save_gstate_mac.mm', 382 'gfx/scoped_ns_graphics_context_save_gstate_mac.mm',
380 'gfx/scrollbar_size.cc', 383 'gfx/scrollbar_size.cc',
381 'gfx/scrollbar_size.h', 384 'gfx/scrollbar_size.h',
382 'gfx/selection_model.cc', 385 'gfx/selection_model.cc',
383 'gfx/selection_model.h', 386 'gfx/selection_model.h',
384 'gfx/shadow_value.cc', 387 'gfx/shadow_value.cc',
(...skipping 348 matching lines...) Expand 10 before | Expand all | Expand 10 after
733 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); ' \ 736 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); ' \
734 'os.chmod(\'<(ui_copy_dest)\', 0700)' 737 'os.chmod(\'<(ui_copy_dest)\', 0700)'
735 ] 738 ]
736 } 739 }
737 ], 740 ],
738 }, 741 },
739 ], 742 ],
740 }], 743 }],
741 ], 744 ],
742 } 745 }
OLDNEW
« ui/gfx/screen_aura.cc ('K') | « ui/gfx/screen_win.cc ('k') | ui/ui_unittests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698