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

Side by Side Diff: ui/ui.gyp

Issue 10416020: Desktop aura: Put x11 cache in aura, instead of ui/base/x/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove aura:: prefix 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/base/x/x11_atom_cache.cc ('k') | ui/views/controls/menu/menu_controller.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 277 matching lines...) Expand 10 before | Expand all | Expand 10 after
288 'base/win/window_impl.h', 288 'base/win/window_impl.h',
289 'base/work_area_watcher_observer.h', 289 'base/work_area_watcher_observer.h',
290 'base/x/active_window_watcher_x.cc', 290 'base/x/active_window_watcher_x.cc',
291 'base/x/active_window_watcher_x.h', 291 'base/x/active_window_watcher_x.h',
292 'base/x/active_window_watcher_x_observer.h', 292 'base/x/active_window_watcher_x_observer.h',
293 'base/x/events_x.cc', 293 'base/x/events_x.cc',
294 'base/x/root_window_property_watcher_x.cc', 294 'base/x/root_window_property_watcher_x.cc',
295 'base/x/root_window_property_watcher_x.h', 295 'base/x/root_window_property_watcher_x.h',
296 'base/x/work_area_watcher_x.cc', 296 'base/x/work_area_watcher_x.cc',
297 'base/x/work_area_watcher_x.h', 297 'base/x/work_area_watcher_x.h',
298 'base/x/x11_atom_cache.cc',
299 'base/x/x11_atom_cache.h',
300 'base/x/x11_util.cc', 298 'base/x/x11_util.cc',
301 'base/x/x11_util.h', 299 'base/x/x11_util.h',
302 'base/x/x11_util_internal.h', 300 'base/x/x11_util_internal.h',
303 'gfx/blit.cc', 301 'gfx/blit.cc',
304 'gfx/blit.h', 302 'gfx/blit.h',
305 'gfx/canvas.cc', 303 'gfx/canvas.cc',
306 'gfx/canvas.h', 304 'gfx/canvas.h',
307 'gfx/canvas_android.cc', 305 'gfx/canvas_android.cc',
308 'gfx/canvas_linux.cc', 306 'gfx/canvas_linux.cc',
309 'gfx/canvas_mac.mm', 307 'gfx/canvas_mac.mm',
(...skipping 433 matching lines...) Expand 10 before | Expand all | Expand 10 after
743 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); ' \ 741 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); ' \
744 'os.chmod(\'<(ui_copy_dest)\', 0700)' 742 'os.chmod(\'<(ui_copy_dest)\', 0700)'
745 ] 743 ]
746 } 744 }
747 ], 745 ],
748 }, 746 },
749 ], 747 ],
750 }], 748 }],
751 ], 749 ],
752 } 750 }
OLDNEW
« no previous file with comments | « ui/base/x/x11_atom_cache.cc ('k') | ui/views/controls/menu/menu_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698