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

Side by Side Diff: ui/ui.gyp

Issue 10829341: Desktop aura: Use the X11 clipboard (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix MessageLoop ordering in tests. Created 8 years, 3 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/widget/x11_desktop_handler.h » ('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 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
102 'base/animation/slide_animation.cc', 102 'base/animation/slide_animation.cc',
103 'base/animation/slide_animation.h', 103 'base/animation/slide_animation.h',
104 'base/animation/throb_animation.cc', 104 'base/animation/throb_animation.cc',
105 'base/animation/throb_animation.h', 105 'base/animation/throb_animation.h',
106 'base/animation/tween.cc', 106 'base/animation/tween.cc',
107 'base/animation/tween.h', 107 'base/animation/tween.h',
108 'base/clipboard/clipboard.cc', 108 'base/clipboard/clipboard.cc',
109 'base/clipboard/clipboard.h', 109 'base/clipboard/clipboard.h',
110 'base/clipboard/clipboard_android.cc', 110 'base/clipboard/clipboard_android.cc',
111 'base/clipboard/clipboard_aurax11.cc', 111 'base/clipboard/clipboard_aurax11.cc',
112 'base/clipboard/clipboard_chromeos.cc',
112 'base/clipboard/clipboard_gtk.cc', 113 'base/clipboard/clipboard_gtk.cc',
113 'base/clipboard/clipboard_mac.mm', 114 'base/clipboard/clipboard_mac.mm',
114 'base/clipboard/clipboard_util_win.cc', 115 'base/clipboard/clipboard_util_win.cc',
115 'base/clipboard/clipboard_util_win.h', 116 'base/clipboard/clipboard_util_win.h',
116 'base/clipboard/clipboard_win.cc', 117 'base/clipboard/clipboard_win.cc',
117 'base/clipboard/custom_data_helper.cc', 118 'base/clipboard/custom_data_helper.cc',
118 'base/clipboard/custom_data_helper.h', 119 'base/clipboard/custom_data_helper.h',
119 'base/clipboard/custom_data_helper_mac.mm', 120 'base/clipboard/custom_data_helper_mac.mm',
120 'base/clipboard/custom_data_helper_x.cc', 121 'base/clipboard/custom_data_helper_x.cc',
121 'base/clipboard/scoped_clipboard_writer.cc', 122 'base/clipboard/scoped_clipboard_writer.cc',
(...skipping 239 matching lines...) Expand 10 before | Expand all | Expand 10 after
361 'base/x/active_window_watcher_x.cc', 362 'base/x/active_window_watcher_x.cc',
362 'base/x/active_window_watcher_x.h', 363 'base/x/active_window_watcher_x.h',
363 'base/x/active_window_watcher_x_observer.h', 364 'base/x/active_window_watcher_x_observer.h',
364 'base/x/events_x.cc', 365 'base/x/events_x.cc',
365 'base/x/root_window_property_watcher_x.cc', 366 'base/x/root_window_property_watcher_x.cc',
366 'base/x/root_window_property_watcher_x.h', 367 'base/x/root_window_property_watcher_x.h',
367 'base/x/valuators.cc', 368 'base/x/valuators.cc',
368 'base/x/valuators.h', 369 'base/x/valuators.h',
369 'base/x/work_area_watcher_x.cc', 370 'base/x/work_area_watcher_x.cc',
370 'base/x/work_area_watcher_x.h', 371 'base/x/work_area_watcher_x.h',
372 'base/x/x11_atom_cache.cc',
373 'base/x/x11_atom_cache.h',
371 'base/x/x11_util.cc', 374 'base/x/x11_util.cc',
372 'base/x/x11_util.h', 375 'base/x/x11_util.h',
373 'base/x/x11_util_internal.h', 376 'base/x/x11_util_internal.h',
374 'gfx/android/gfx_jni_registrar.cc', 377 'gfx/android/gfx_jni_registrar.cc',
375 'gfx/android/gfx_jni_registrar.h', 378 'gfx/android/gfx_jni_registrar.h',
376 'gfx/android/java_bitmap.cc', 379 'gfx/android/java_bitmap.cc',
377 'gfx/android/java_bitmap.h', 380 'gfx/android/java_bitmap.h',
378 'gfx/blit.cc', 381 'gfx/blit.cc',
379 'gfx/blit.h', 382 'gfx/blit.h',
380 'gfx/canvas.cc', 383 'gfx/canvas.cc',
(...skipping 252 matching lines...) Expand 10 before | Expand all | Expand 10 after
633 'gfx/gtk_util.h', 636 'gfx/gtk_util.h',
634 'gfx/image/cairo_cached_surface.cc', 637 'gfx/image/cairo_cached_surface.cc',
635 'gfx/image/cairo_cached_surface.h', 638 'gfx/image/cairo_cached_surface.h',
636 ], 639 ],
637 }, { # toolkit_uses_gtk != 1 640 }, { # toolkit_uses_gtk != 1
638 'sources!': [ 641 'sources!': [
639 'base/native_theme/native_theme_gtk.cc', 642 'base/native_theme/native_theme_gtk.cc',
640 'base/native_theme/native_theme_gtk.h', 643 'base/native_theme/native_theme_gtk.h',
641 ] 644 ]
642 }], 645 }],
646 ['chromeos==1', {
647 'sources!': [
648 'base/clipboard/clipboard_aurax11.cc',
649 ],
650 }],
643 ['OS=="win"', { 651 ['OS=="win"', {
644 'sources': [ 652 'sources': [
645 'gfx/gdi_util.cc', 653 'gfx/gdi_util.cc',
646 'gfx/gdi_util.h', 654 'gfx/gdi_util.h',
647 'gfx/icon_util.cc', 655 'gfx/icon_util.cc',
648 'gfx/icon_util.h', 656 'gfx/icon_util.h',
649 'base/native_theme/native_theme_win.cc', 657 'base/native_theme/native_theme_win.cc',
650 'base/native_theme/native_theme_win.h', 658 'base/native_theme/native_theme_win.h',
651 'base/touch/touch_device_win.cc', 659 'base/touch/touch_device_win.cc',
652 'base/touch/touch_device_win.h', 660 'base/touch/touch_device_win.h',
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
792 }, 800 },
793 ], 801 ],
794 'conditions': [ 802 'conditions': [
795 ['inside_chromium_build == 1', { 803 ['inside_chromium_build == 1', {
796 'includes': [ 804 'includes': [
797 'ui_unittests.gypi', 805 'ui_unittests.gypi',
798 ]}, 806 ]},
799 ], 807 ],
800 ], 808 ],
801 } 809 }
OLDNEW
« no previous file with comments | « ui/base/x/x11_atom_cache.cc ('k') | ui/views/widget/x11_desktop_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698