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

Side by Side Diff: ui/ui.gyp

Issue 24160005: Move ui/base/x/x11_error_tracker to base/x11. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: rebase Created 7 years, 2 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
« no previous file with comments | « ui/base/x/x11_util.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 'shell_dialogs.gypi', 10 'shell_dialogs.gypi',
(...skipping 309 matching lines...) Expand 10 before | Expand all | Expand 10 after
320 'base/x/root_window_property_watcher_x.cc', 320 'base/x/root_window_property_watcher_x.cc',
321 'base/x/root_window_property_watcher_x.h', 321 'base/x/root_window_property_watcher_x.h',
322 'base/x/selection_owner.cc', 322 'base/x/selection_owner.cc',
323 'base/x/selection_owner.h', 323 'base/x/selection_owner.h',
324 'base/x/selection_requestor.cc', 324 'base/x/selection_requestor.cc',
325 'base/x/selection_requestor.h', 325 'base/x/selection_requestor.h',
326 'base/x/selection_utils.cc', 326 'base/x/selection_utils.cc',
327 'base/x/selection_utils.h', 327 'base/x/selection_utils.h',
328 'base/x/work_area_watcher_x.cc', 328 'base/x/work_area_watcher_x.cc',
329 'base/x/work_area_watcher_x.h', 329 'base/x/work_area_watcher_x.h',
330 'base/x/x11_error_tracker.cc',
331 'base/x/x11_error_tracker.h',
332 'base/x/x11_error_tracker_gtk.cc',
333 'base/x/x11_util.cc', 330 'base/x/x11_util.cc',
334 'base/x/x11_util.h', 331 'base/x/x11_util.h',
335 'base/x/x11_util_internal.h', 332 'base/x/x11_util_internal.h',
336 'events/event.cc', 333 'events/event.cc',
337 'events/event.h', 334 'events/event.h',
338 'events/event_constants.h', 335 'events/event_constants.h',
339 'events/event_dispatcher.cc', 336 'events/event_dispatcher.cc',
340 'events/event_dispatcher.h', 337 'events/event_dispatcher.h',
341 'events/event_handler.cc', 338 'events/event_handler.cc',
342 'events/event_handler.h', 339 'events/event_handler.h',
(...skipping 416 matching lines...) Expand 10 before | Expand all | Expand 10 after
759 'gfx/gtk_preserve_window.cc', 756 'gfx/gtk_preserve_window.cc',
760 'gfx/gtk_preserve_window.h', 757 'gfx/gtk_preserve_window.h',
761 'gfx/gdk_compat.h', 758 'gfx/gdk_compat.h',
762 'gfx/gtk_compat.h', 759 'gfx/gtk_compat.h',
763 'gfx/gtk_util.cc', 760 'gfx/gtk_util.cc',
764 'gfx/gtk_util.h', 761 'gfx/gtk_util.h',
765 'gfx/image/cairo_cached_surface.cc', 762 'gfx/image/cairo_cached_surface.cc',
766 'gfx/image/cairo_cached_surface.h', 763 'gfx/image/cairo_cached_surface.h',
767 'gfx/scoped_gobject.h', 764 'gfx/scoped_gobject.h',
768 ], 765 ],
769 'sources!': [
770 'base/x/x11_error_tracker.cc',
771 ],
772 }], 766 }],
773 ['chromeos==1 or (use_aura==1 and OS=="linux" and use_x11==0)', { 767 ['chromeos==1 or (use_aura==1 and OS=="linux" and use_x11==0)', {
774 'sources!': [ 768 'sources!': [
775 'base/clipboard/clipboard_aurax11.cc', 769 'base/clipboard/clipboard_aurax11.cc',
776 'base/dragdrop/os_exchange_data_provider_aurax11.cc', 770 'base/dragdrop/os_exchange_data_provider_aurax11.cc',
777 'base/touch/touch_device.cc', 771 'base/touch/touch_device.cc',
778 ], 772 ],
779 }, { 773 }, {
780 'sources!': [ 774 'sources!': [
781 'base/clipboard/clipboard_aura.cc', 775 'base/clipboard/clipboard_aura.cc',
(...skipping 326 matching lines...) Expand 10 before | Expand all | Expand 10 after
1108 'xcode_settings': { 1102 'xcode_settings': {
1109 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO', 1103 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO',
1110 }, 1104 },
1111 }], 1105 }],
1112 ], 1106 ],
1113 }, 1107 },
1114 ], 1108 ],
1115 }], 1109 }],
1116 ], 1110 ],
1117 } 1111 }
OLDNEW
« no previous file with comments | « ui/base/x/x11_util.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698