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

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

Powered by Google App Engine
This is Rietveld 408576698