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

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: vsync provider, better transport_dib, etc. 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
« ui/gl/gl_surface_ozone.cc ('K') | « ui/gl/gl_surface_ozone.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 245 matching lines...) Expand 10 before | Expand all | Expand 10 after
256 'base/models/menu_separator_types.h', 256 'base/models/menu_separator_types.h',
257 'base/models/simple_menu_model.cc', 257 'base/models/simple_menu_model.cc',
258 'base/models/simple_menu_model.h', 258 'base/models/simple_menu_model.h',
259 'base/models/table_model.cc', 259 'base/models/table_model.cc',
260 'base/models/table_model.h', 260 'base/models/table_model.h',
261 'base/models/table_model_observer.h', 261 'base/models/table_model_observer.h',
262 'base/models/tree_model.cc', 262 'base/models/tree_model.cc',
263 'base/models/tree_model.h', 263 'base/models/tree_model.h',
264 'base/models/tree_node_iterator.h', 264 'base/models/tree_node_iterator.h',
265 'base/models/tree_node_model.h', 265 'base/models/tree_node_model.h',
266 'base/ozone/surface_factory_ozone.cc',
267 'base/ozone/surface_factory_ozone.h',
268 'base/ozone/surface_factory_delegate_ozone.cc',
269 'base/ozone/surface_factory_delegate_ozone.h',
266 'base/range/range.cc', 270 'base/range/range.cc',
267 'base/range/range.h', 271 'base/range/range.h',
268 'base/range/range_mac.mm', 272 'base/range/range_mac.mm',
269 'base/range/range_win.cc', 273 'base/range/range_win.cc',
270 'base/resource/data_pack.cc', 274 'base/resource/data_pack.cc',
271 'base/resource/data_pack.h', 275 'base/resource/data_pack.h',
272 'base/resource/resource_bundle.cc', 276 'base/resource/resource_bundle.cc',
273 'base/resource/resource_bundle.h', 277 'base/resource/resource_bundle.h',
274 'base/resource/resource_bundle_android.cc', 278 'base/resource/resource_bundle_android.cc',
275 'base/resource/resource_bundle_auralinux.cc', 279 'base/resource/resource_bundle_auralinux.cc',
(...skipping 722 matching lines...) Expand 10 before | Expand all | Expand 10 after
998 'xcode_settings': { 1002 'xcode_settings': {
999 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO', 1003 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO',
1000 }, 1004 },
1001 }], 1005 }],
1002 ], 1006 ],
1003 }, 1007 },
1004 ], 1008 ],
1005 }], 1009 }],
1006 ], 1010 ],
1007 } 1011 }
OLDNEW
« ui/gl/gl_surface_ozone.cc ('K') | « ui/gl/gl_surface_ozone.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698