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

Side by Side Diff: ui/ui.gyp

Issue 14283013: Reland https://chromiumcodereview.appspot.com/14286004 which was reverted fue (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
« no previous file with comments | « ui/base/ui_base_switches_util.cc ('k') | ui/views/controls/textfield/native_textfield_views.cc » ('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 'shell_dialogs.gypi', 10 'shell_dialogs.gypi',
(...skipping 280 matching lines...) Expand 10 before | Expand all | Expand 10 after
291 'base/touch/touch_device_win.cc', 291 'base/touch/touch_device_win.cc',
292 'base/touch/touch_editing_controller.cc', 292 'base/touch/touch_editing_controller.cc',
293 'base/touch/touch_editing_controller.h', 293 'base/touch/touch_editing_controller.h',
294 'base/touch/touch_factory_x11.cc', 294 'base/touch/touch_factory_x11.cc',
295 'base/touch/touch_factory_x11.h', 295 'base/touch/touch_factory_x11.h',
296 'base/ui_base_exports.cc', 296 'base/ui_base_exports.cc',
297 'base/ui_base_paths.cc', 297 'base/ui_base_paths.cc',
298 'base/ui_base_paths.h', 298 'base/ui_base_paths.h',
299 'base/ui_base_switches.cc', 299 'base/ui_base_switches.cc',
300 'base/ui_base_switches.h', 300 'base/ui_base_switches.h',
301 'base/ui_base_switches_util.cc',
302 'base/ui_base_switches_util.h',
301 'base/ui_base_types.h', 303 'base/ui_base_types.h',
302 'base/ui_export.h', 304 'base/ui_export.h',
303 'base/view_prop.cc', 305 'base/view_prop.cc',
304 'base/view_prop.h', 306 'base/view_prop.h',
305 'base/win/accessibility_ids_win.h', 307 'base/win/accessibility_ids_win.h',
306 'base/win/accessibility_misc_utils.cc', 308 'base/win/accessibility_misc_utils.cc',
307 'base/win/accessibility_misc_utils.h', 309 'base/win/accessibility_misc_utils.h',
308 'base/win/atl_module.h', 310 'base/win/atl_module.h',
309 'base/win/dpi.cc', 311 'base/win/dpi.cc',
310 'base/win/dpi.h', 312 'base/win/dpi.h',
(...skipping 675 matching lines...) Expand 10 before | Expand all | Expand 10 after
986 'xcode_settings': { 988 'xcode_settings': {
987 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO', 989 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO',
988 }, 990 },
989 }], 991 }],
990 ], 992 ],
991 }, 993 },
992 ], 994 ],
993 }], 995 }],
994 ], 996 ],
995 } 997 }
OLDNEW
« no previous file with comments | « ui/base/ui_base_switches_util.cc ('k') | ui/views/controls/textfield/native_textfield_views.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698