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

Side by Side Diff: ui/base/ui_base.gyp

Issue 1412623006: Developer Feature: Add Debug Accelerators to Toggle Touchscreen/Touchpad On or Off (CrOS) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: sadrul's comment Created 5 years, 1 month 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
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 273 matching lines...) Expand 10 before | Expand all | Expand 10 after
284 'touch/selection_bound.cc', 284 'touch/selection_bound.cc',
285 'touch/selection_bound.h', 285 'touch/selection_bound.h',
286 'touch/touch_device.cc', 286 'touch/touch_device.cc',
287 'touch/touch_device.h', 287 'touch/touch_device.h',
288 'touch/touch_device_android.cc', 288 'touch/touch_device_android.cc',
289 'touch/touch_device_ios.cc', 289 'touch/touch_device_ios.cc',
290 'touch/touch_device_linux.cc', 290 'touch/touch_device_linux.cc',
291 'touch/touch_device_win.cc', 291 'touch/touch_device_win.cc',
292 'touch/touch_editing_controller.cc', 292 'touch/touch_editing_controller.cc',
293 'touch/touch_editing_controller.h', 293 'touch/touch_editing_controller.h',
294 'touch/touch_enabled.cc',
295 'touch/touch_enabled.h',
296 'ui_base_export.h', 294 'ui_base_export.h',
297 'ui_base_exports.cc', 295 'ui_base_exports.cc',
298 'ui_base_paths.cc', 296 'ui_base_paths.cc',
299 'ui_base_paths.h', 297 'ui_base_paths.h',
300 'ui_base_switches.cc', 298 'ui_base_switches.cc',
301 'ui_base_switches.h', 299 'ui_base_switches.h',
302 'ui_base_switches_util.cc', 300 'ui_base_switches_util.cc',
303 'ui_base_switches_util.h', 301 'ui_base_switches_util.h',
304 'ui_base_types.cc', 302 'ui_base_types.cc',
305 'ui_base_types.h', 303 'ui_base_types.h',
(...skipping 418 matching lines...) Expand 10 before | Expand all | Expand 10 after
724 ], 722 ],
725 'variables': { 723 'variables': {
726 'jni_gen_package': 'ui', 724 'jni_gen_package': 'ui',
727 }, 725 },
728 'includes': [ '../../build/jni_generator.gypi' ], 726 'includes': [ '../../build/jni_generator.gypi' ],
729 }, 727 },
730 ], 728 ],
731 }], 729 }],
732 ], 730 ],
733 } 731 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698