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

Side by Side Diff: trunk/src/ui/ui.gyp

Issue 14383009: Revert 196479 "Revert 196446 "Make touch drag drop and touch edi..." (Closed) Base URL: svn://svn.chromium.org/chrome/
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 281 matching lines...) Expand 10 before | Expand all | Expand 10 after
292 'base/touch/touch_device_win.cc', 292 'base/touch/touch_device_win.cc',
293 'base/touch/touch_editing_controller.cc', 293 'base/touch/touch_editing_controller.cc',
294 'base/touch/touch_editing_controller.h', 294 'base/touch/touch_editing_controller.h',
295 'base/touch/touch_factory_x11.cc', 295 'base/touch/touch_factory_x11.cc',
296 'base/touch/touch_factory_x11.h', 296 'base/touch/touch_factory_x11.h',
297 'base/ui_base_exports.cc', 297 'base/ui_base_exports.cc',
298 'base/ui_base_paths.cc', 298 'base/ui_base_paths.cc',
299 'base/ui_base_paths.h', 299 'base/ui_base_paths.h',
300 'base/ui_base_switches.cc', 300 'base/ui_base_switches.cc',
301 'base/ui_base_switches.h', 301 'base/ui_base_switches.h',
302 'base/ui_base_switches_util.cc',
303 'base/ui_base_switches_util.h',
302 'base/ui_base_types.h', 304 'base/ui_base_types.h',
303 'base/ui_export.h', 305 'base/ui_export.h',
304 'base/view_prop.cc', 306 'base/view_prop.cc',
305 'base/view_prop.h', 307 'base/view_prop.h',
306 'base/win/accessibility_ids_win.h', 308 'base/win/accessibility_ids_win.h',
307 'base/win/accessibility_misc_utils.cc', 309 'base/win/accessibility_misc_utils.cc',
308 'base/win/accessibility_misc_utils.h', 310 'base/win/accessibility_misc_utils.h',
309 'base/win/atl_module.h', 311 'base/win/atl_module.h',
310 'base/win/dpi.cc', 312 'base/win/dpi.cc',
311 'base/win/dpi.h', 313 'base/win/dpi.h',
(...skipping 679 matching lines...) Expand 10 before | Expand all | Expand 10 after
991 'xcode_settings': { 993 'xcode_settings': {
992 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO', 994 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO',
993 }, 995 },
994 }], 996 }],
995 ], 997 ],
996 }, 998 },
997 ], 999 ],
998 }], 1000 }],
999 ], 1001 ],
1000 } 1002 }
OLDNEW
« no previous file with comments | « trunk/src/ui/base/ui_base_switches_util.cc ('k') | trunk/src/ui/views/controls/textfield/native_textfield_views.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698