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

Side by Side Diff: ui/ui.gyp

Issue 10381063: Aura/ash split: Don't use X11 window borders. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: derat 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/base/x/x11_atom_cache.cc ('k') | ui/views/views.gyp » ('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',
298 'base/x/x11_util.cc', 300 'base/x/x11_util.cc',
299 'base/x/x11_util.h', 301 'base/x/x11_util.h',
300 'base/x/x11_util_internal.h', 302 'base/x/x11_util_internal.h',
301 'gfx/blit.cc', 303 'gfx/blit.cc',
302 'gfx/blit.h', 304 'gfx/blit.h',
303 'gfx/canvas.cc', 305 'gfx/canvas.cc',
304 'gfx/canvas.h', 306 'gfx/canvas.h',
305 'gfx/canvas_android.cc', 307 'gfx/canvas_android.cc',
306 'gfx/canvas_linux.cc', 308 'gfx/canvas_linux.cc',
307 'gfx/canvas_mac.mm', 309 'gfx/canvas_mac.mm',
(...skipping 423 matching lines...) Expand 10 before | Expand all | Expand 10 after
731 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); ' \ 733 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); ' \
732 'os.chmod(\'<(ui_copy_dest)\', 0700)' 734 'os.chmod(\'<(ui_copy_dest)\', 0700)'
733 ] 735 ]
734 } 736 }
735 ], 737 ],
736 }, 738 },
737 ], 739 ],
738 }], 740 }],
739 ], 741 ],
740 } 742 }
OLDNEW
« no previous file with comments | « ui/base/x/x11_atom_cache.cc ('k') | ui/views/views.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698