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

Side by Side Diff: ui/ui.gyp

Issue 10279005: Aura on Linux: Make a DesktopScreenX11 to match the windows one. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Comments Created 8 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 | 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 358 matching lines...) Expand 10 before | Expand all | Expand 10 after
369 'gfx/rect_base_impl.h', 369 'gfx/rect_base_impl.h',
370 'gfx/render_text.cc', 370 'gfx/render_text.cc',
371 'gfx/render_text.h', 371 'gfx/render_text.h',
372 'gfx/render_text_linux.cc', 372 'gfx/render_text_linux.cc',
373 'gfx/render_text_linux.h', 373 'gfx/render_text_linux.h',
374 'gfx/render_text_win.cc', 374 'gfx/render_text_win.cc',
375 'gfx/render_text_win.h', 375 'gfx/render_text_win.h',
376 'gfx/screen.h', 376 'gfx/screen.h',
377 'gfx/screen_android.cc', 377 'gfx/screen_android.cc',
378 'gfx/screen_aura.cc', 378 'gfx/screen_aura.cc',
379 'gfx/screen_aurax11.cc',
380 'gfx/screen_gtk.cc', 379 'gfx/screen_gtk.cc',
381 'gfx/screen_impl.h', 380 'gfx/screen_impl.h',
382 'gfx/screen_mac.mm', 381 'gfx/screen_mac.mm',
383 'gfx/screen_win.cc', 382 'gfx/screen_win.cc',
384 'gfx/scoped_cg_context_save_gstate_mac.h', 383 'gfx/scoped_cg_context_save_gstate_mac.h',
385 'gfx/scoped_ns_graphics_context_save_gstate_mac.h', 384 'gfx/scoped_ns_graphics_context_save_gstate_mac.h',
386 'gfx/scoped_ns_graphics_context_save_gstate_mac.mm', 385 'gfx/scoped_ns_graphics_context_save_gstate_mac.mm',
387 'gfx/scrollbar_size.cc', 386 'gfx/scrollbar_size.cc',
388 'gfx/scrollbar_size.h', 387 'gfx/scrollbar_size.h',
389 'gfx/selection_model.cc', 388 'gfx/selection_model.cc',
(...skipping 354 matching lines...) Expand 10 before | Expand all | Expand 10 after
744 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); ' \ 743 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); ' \
745 'os.chmod(\'<(ui_copy_dest)\', 0700)' 744 'os.chmod(\'<(ui_copy_dest)\', 0700)'
746 ] 745 ]
747 } 746 }
748 ], 747 ],
749 }, 748 },
750 ], 749 ],
751 }], 750 }],
752 ], 751 ],
753 } 752 }
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