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

Side by Side Diff: ui/ui.gyp

Issue 10441028: aura/cros: Rename MessagePump{X => AuraX11} and move the atom cache into it. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
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 273 matching lines...) Expand 10 before | Expand all | Expand 10 after
284 'base/win/shell.cc', 284 'base/win/shell.cc',
285 'base/win/shell.h', 285 'base/win/shell.h',
286 'base/win/singleton_hwnd.cc', 286 'base/win/singleton_hwnd.cc',
287 'base/win/singleton_hwnd.h', 287 'base/win/singleton_hwnd.h',
288 'base/win/window_impl.cc', 288 'base/win/window_impl.cc',
289 'base/win/window_impl.h', 289 'base/win/window_impl.h',
290 'base/work_area_watcher_observer.h', 290 'base/work_area_watcher_observer.h',
291 'base/x/active_window_watcher_x.cc', 291 'base/x/active_window_watcher_x.cc',
292 'base/x/active_window_watcher_x.h', 292 'base/x/active_window_watcher_x.h',
293 'base/x/active_window_watcher_x_observer.h', 293 'base/x/active_window_watcher_x_observer.h',
294 'base/x/events_x.cc', 294 'base/x/events_aurax11.cc',
295 'base/x/root_window_property_watcher_x.cc', 295 'base/x/root_window_property_watcher_x.cc',
296 'base/x/root_window_property_watcher_x.h', 296 'base/x/root_window_property_watcher_x.h',
297 'base/x/work_area_watcher_x.cc', 297 'base/x/work_area_watcher_x.cc',
298 'base/x/work_area_watcher_x.h', 298 'base/x/work_area_watcher_x.h',
299 'base/x/x11_util.cc', 299 'base/x/x11_util.cc',
300 'base/x/x11_util.h', 300 'base/x/x11_util.h',
301 'base/x/x11_util_internal.h', 301 'base/x/x11_util_internal.h',
302 'gfx/blit.cc', 302 'gfx/blit.cc',
303 'gfx/blit.h', 303 'gfx/blit.h',
304 'gfx/canvas.cc', 304 'gfx/canvas.cc',
(...skipping 335 matching lines...) Expand 10 before | Expand all | Expand 10 after
640 ], 640 ],
641 }, 641 },
642 }, 642 },
643 }, { # use_x11==0 643 }, { # use_x11==0
644 'sources!': [ 644 'sources!': [
645 'base/keycodes/keyboard_code_conversion_x.cc', 645 'base/keycodes/keyboard_code_conversion_x.cc',
646 'base/keycodes/keyboard_code_conversion_x.h', 646 'base/keycodes/keyboard_code_conversion_x.h',
647 'base/x/', 647 'base/x/',
648 ], 648 ],
649 }], 649 }],
650 ['toolkit_views==0', {
651 'sources!': [
652 'base/x/events_x.cc',
653 ],
654 }],
655 ['toolkit_views==0 and use_canvas_skia==0', { 650 ['toolkit_views==0 and use_canvas_skia==0', {
656 'sources!': [ 651 'sources!': [
657 'gfx/render_text.cc', 652 'gfx/render_text.cc',
658 'gfx/render_text.h', 653 'gfx/render_text.h',
659 'gfx/render_text_linux.cc', 654 'gfx/render_text_linux.cc',
660 'gfx/render_text_linux.h', 655 'gfx/render_text_linux.h',
661 'gfx/render_text_win.cc', 656 'gfx/render_text_win.cc',
662 'gfx/render_text_win.h', 657 'gfx/render_text_win.h',
663 ], 658 ],
664 }], 659 }],
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
742 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); ' \ 737 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); ' \
743 'os.chmod(\'<(ui_copy_dest)\', 0700)' 738 'os.chmod(\'<(ui_copy_dest)\', 0700)'
744 ] 739 ]
745 } 740 }
746 ], 741 ],
747 }, 742 },
748 ], 743 ],
749 }], 744 }],
750 ], 745 ],
751 } 746 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698