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

Side by Side Diff: ui/ui.gyp

Issue 13886018: Add a factory and defines for native Linux surfaces. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 'shell_dialogs.gypi', 10 'shell_dialogs.gypi',
(...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after
232 'base/l10n/l10n_util_android.cc', 232 'base/l10n/l10n_util_android.cc',
233 'base/l10n/l10n_util_collator.h', 233 'base/l10n/l10n_util_collator.h',
234 'base/l10n/l10n_util_mac.h', 234 'base/l10n/l10n_util_mac.h',
235 'base/l10n/l10n_util_mac.mm', 235 'base/l10n/l10n_util_mac.mm',
236 'base/l10n/l10n_util_posix.cc', 236 'base/l10n/l10n_util_posix.cc',
237 'base/l10n/l10n_util_win.cc', 237 'base/l10n/l10n_util_win.cc',
238 'base/l10n/l10n_util_win.h', 238 'base/l10n/l10n_util_win.h',
239 'base/layout.cc', 239 'base/layout.cc',
240 'base/layout.h', 240 'base/layout.h',
241 'base/layout_mac.mm', 241 'base/layout_mac.mm',
242 'base/linux/native_surface_linux_factory.cc',
243 'base/linux/native_surface_linux_factory.h',
244 'base/linux/native_surface_linux_factory_delegate.cc',
245 'base/linux/native_surface_linux_factory_delegate.h',
242 'base/models/button_menu_item_model.cc', 246 'base/models/button_menu_item_model.cc',
243 'base/models/button_menu_item_model.h', 247 'base/models/button_menu_item_model.h',
244 'base/models/combobox_model.cc', 248 'base/models/combobox_model.cc',
245 'base/models/combobox_model.h', 249 'base/models/combobox_model.h',
246 'base/models/list_model.h', 250 'base/models/list_model.h',
247 'base/models/list_model_observer.h', 251 'base/models/list_model_observer.h',
248 'base/models/list_selection_model.cc', 252 'base/models/list_selection_model.cc',
249 'base/models/list_selection_model.h', 253 'base/models/list_selection_model.h',
250 'base/models/menu_model.cc', 254 'base/models/menu_model.cc',
251 'base/models/menu_model.h', 255 'base/models/menu_model.h',
(...skipping 559 matching lines...) Expand 10 before | Expand all | Expand 10 after
811 'sources/': [ 815 'sources/': [
812 ['exclude', 'base/keycodes/keyboard_code_conversion_x.*'], 816 ['exclude', 'base/keycodes/keyboard_code_conversion_x.*'],
813 ['exclude', 'base/x/*'], 817 ['exclude', 'base/x/*'],
814 ], 818 ],
815 }], 819 }],
816 ['use_messagepump_linux==0', { 820 ['use_messagepump_linux==0', {
817 'sources!': [ 821 'sources!': [
818 'base/cursor/cursor_null.cc', 822 'base/cursor/cursor_null.cc',
819 'base/cursor/cursor_loader_null.cc', 823 'base/cursor/cursor_loader_null.cc',
820 'base/cursor/cursor_loader_null.h', 824 'base/cursor/cursor_loader_null.h',
821 ], 825 ],
826 }],
827 ['use_native_surface_linux==0', {
828 'sources!': [
829 'base/linux/native_surface_linux_factory.cc',
830 'base/linux/native_surface_linux_factory.h',
831 'base/linux/native_surface_linux_factory_delegate.cc',
832 'base/linux/native_surface_linux_factory_delegate.h',
833 ],
822 }], 834 }],
823 ['toolkit_views==0', { 835 ['toolkit_views==0', {
824 'sources!': [ 836 'sources!': [
825 'base/events/event.cc', 837 'base/events/event.cc',
826 'base/events/event.h', 838 'base/events/event.h',
827 'base/events/event_dispatcher.cc', 839 'base/events/event_dispatcher.cc',
828 'base/events/event_dispatcher.h', 840 'base/events/event_dispatcher.h',
829 'base/events/event_handler.cc', 841 'base/events/event_handler.cc',
830 'base/events/event_handler.h', 842 'base/events/event_handler.h',
831 'base/events/event_target.cc', 843 'base/events/event_target.cc',
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
999 'xcode_settings': { 1011 'xcode_settings': {
1000 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO', 1012 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO',
1001 }, 1013 },
1002 }], 1014 }],
1003 ], 1015 ],
1004 }, 1016 },
1005 ], 1017 ],
1006 }], 1018 }],
1007 ], 1019 ],
1008 } 1020 }
OLDNEW
« ui/surface/transport_dib_sysvipc.cc ('K') | « ui/surface/transport_dib_sysvipc.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698