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

Side by Side Diff: ui/ui.gyp

Issue 10020048: Work on USE_ASH/USE_AURA split. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase to ToT 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
« no previous file with comments | « ui/gfx/screen_aurax11.cc ('k') | no next file » | 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 343 matching lines...) Expand 10 before | Expand all | Expand 10 after
354 'gfx/rect_base_impl.h', 354 'gfx/rect_base_impl.h',
355 'gfx/render_text.cc', 355 'gfx/render_text.cc',
356 'gfx/render_text.h', 356 'gfx/render_text.h',
357 'gfx/render_text_linux.cc', 357 'gfx/render_text_linux.cc',
358 'gfx/render_text_linux.h', 358 'gfx/render_text_linux.h',
359 'gfx/render_text_win.cc', 359 'gfx/render_text_win.cc',
360 'gfx/render_text_win.h', 360 'gfx/render_text_win.h',
361 'gfx/screen.h', 361 'gfx/screen.h',
362 'gfx/screen_android.cc', 362 'gfx/screen_android.cc',
363 'gfx/screen_ash.cc', 363 'gfx/screen_ash.cc',
364 'gfx/screen_aurax11.cc',
364 'gfx/screen_gtk.cc', 365 'gfx/screen_gtk.cc',
365 'gfx/screen_mac.mm', 366 'gfx/screen_mac.mm',
366 'gfx/screen_win.cc', 367 'gfx/screen_win.cc',
367 'gfx/scoped_cg_context_save_gstate_mac.h', 368 'gfx/scoped_cg_context_save_gstate_mac.h',
368 'gfx/scoped_ns_graphics_context_save_gstate_mac.h', 369 'gfx/scoped_ns_graphics_context_save_gstate_mac.h',
369 'gfx/scoped_ns_graphics_context_save_gstate_mac.mm', 370 'gfx/scoped_ns_graphics_context_save_gstate_mac.mm',
370 'gfx/scrollbar_size.cc', 371 'gfx/scrollbar_size.cc',
371 'gfx/scrollbar_size.h', 372 'gfx/scrollbar_size.h',
372 'gfx/selection_model.cc', 373 'gfx/selection_model.cc',
373 'gfx/selection_model.h', 374 'gfx/selection_model.h',
(...skipping 349 matching lines...) Expand 10 before | Expand all | Expand 10 after
723 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); ' \ 724 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); ' \
724 'os.chmod(\'<(ui_copy_dest)\', 0700)' 725 'os.chmod(\'<(ui_copy_dest)\', 0700)'
725 ] 726 ]
726 } 727 }
727 ], 728 ],
728 }, 729 },
729 ], 730 ],
730 }], 731 }],
731 ], 732 ],
732 } 733 }
OLDNEW
« no previous file with comments | « ui/gfx/screen_aurax11.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698