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

Side by Side Diff: ui/ui.gyp

Issue 9616045: Aura/Ash split: Move ScreenAura to ash::ScreenAsh. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Use a separate aura::TestScreen in tests instead, partially reverting to patchset 2 Created 8 years, 9 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
« no previous file with comments | « ui/gfx/screen_aura.cc ('k') | ui/views/test/views_test_base.cc » ('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) 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 319 matching lines...) Expand 10 before | Expand all | Expand 10 after
330 'gfx/point.h', 330 'gfx/point.h',
331 'gfx/rect.cc', 331 'gfx/rect.cc',
332 'gfx/rect.h', 332 'gfx/rect.h',
333 'gfx/render_text.cc', 333 'gfx/render_text.cc',
334 'gfx/render_text.h', 334 'gfx/render_text.h',
335 'gfx/render_text_linux.cc', 335 'gfx/render_text_linux.cc',
336 'gfx/render_text_linux.h', 336 'gfx/render_text_linux.h',
337 'gfx/render_text_win.cc', 337 'gfx/render_text_win.cc',
338 'gfx/render_text_win.h', 338 'gfx/render_text_win.h',
339 'gfx/screen.h', 339 'gfx/screen.h',
340 'gfx/screen_aura.cc', 340 'gfx/screen_ash.cc',
341 'gfx/screen_gtk.cc', 341 'gfx/screen_gtk.cc',
342 'gfx/screen_mac.mm', 342 'gfx/screen_mac.mm',
343 'gfx/screen_wayland.cc', 343 'gfx/screen_wayland.cc',
344 'gfx/screen_win.cc', 344 'gfx/screen_win.cc',
345 'gfx/scoped_cg_context_save_gstate_mac.h', 345 'gfx/scoped_cg_context_save_gstate_mac.h',
346 'gfx/scoped_ns_graphics_context_save_gstate_mac.h', 346 'gfx/scoped_ns_graphics_context_save_gstate_mac.h',
347 'gfx/scoped_ns_graphics_context_save_gstate_mac.mm', 347 'gfx/scoped_ns_graphics_context_save_gstate_mac.mm',
348 'gfx/scrollbar_size.cc', 348 'gfx/scrollbar_size.cc',
349 'gfx/scrollbar_size.h', 349 'gfx/scrollbar_size.h',
350 'gfx/selection_model.cc', 350 'gfx/selection_model.cc',
(...skipping 341 matching lines...) Expand 10 before | Expand all | Expand 10 after
692 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); ' \ 692 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); ' \
693 'os.chmod(\'<(ui_copy_dest)\', 0700)' 693 'os.chmod(\'<(ui_copy_dest)\', 0700)'
694 ] 694 ]
695 } 695 }
696 ], 696 ],
697 }, 697 },
698 ], 698 ],
699 }], 699 }],
700 ], 700 ],
701 } 701 }
OLDNEW
« no previous file with comments | « ui/gfx/screen_aura.cc ('k') | ui/views/test/views_test_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698