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

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

Issue 759433002: Reland: Move TouchSelectionController from content to ui (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Excluded ui/touch_selection from Windows GN build Created 6 years 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
« no previous file with comments | « ui/base/touch/touch_editing_controller_unittest.cc ('k') | ui/base/ui_base_tests.gyp » ('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 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 328 matching lines...) Expand 10 before | Expand all | Expand 10 after
339 'resource/resource_bundle_mac.mm', 339 'resource/resource_bundle_mac.mm',
340 'resource/resource_bundle_win.cc', 340 'resource/resource_bundle_win.cc',
341 'resource/resource_bundle_win.h', 341 'resource/resource_bundle_win.h',
342 'resource/resource_data_dll_win.cc', 342 'resource/resource_data_dll_win.cc',
343 'resource/resource_data_dll_win.h', 343 'resource/resource_data_dll_win.h',
344 'resource/resource_handle.h', 344 'resource/resource_handle.h',
345 'text/bytes_formatting.cc', 345 'text/bytes_formatting.cc',
346 'text/bytes_formatting.h', 346 'text/bytes_formatting.h',
347 'theme_provider.cc', 347 'theme_provider.cc',
348 'theme_provider.h', 348 'theme_provider.h',
349 'touch/selection_bound.cc',
350 'touch/selection_bound.h',
349 'touch/touch_device.cc', 351 'touch/touch_device.cc',
350 'touch/touch_device.h', 352 'touch/touch_device.h',
351 'touch/touch_device_android.cc', 353 'touch/touch_device_android.cc',
352 'touch/touch_device_aurax11.cc', 354 'touch/touch_device_aurax11.cc',
353 'touch/touch_device_ozone.cc', 355 'touch/touch_device_ozone.cc',
354 'touch/touch_device_win.cc', 356 'touch/touch_device_win.cc',
355 'touch/touch_editing_controller.cc', 357 'touch/touch_editing_controller.cc',
356 'touch/touch_editing_controller.h', 358 'touch/touch_editing_controller.h',
357 'touch/touch_enabled.cc', 359 'touch/touch_enabled.cc',
358 'touch/touch_enabled.h', 360 'touch/touch_enabled.h',
(...skipping 425 matching lines...) Expand 10 before | Expand all | Expand 10 after
784 ], 786 ],
785 'variables': { 787 'variables': {
786 'jni_gen_package': 'ui', 788 'jni_gen_package': 'ui',
787 }, 789 },
788 'includes': [ '../../build/jni_generator.gypi' ], 790 'includes': [ '../../build/jni_generator.gypi' ],
789 }, 791 },
790 ], 792 ],
791 }], 793 }],
792 ], 794 ],
793 } 795 }
OLDNEW
« no previous file with comments | « ui/base/touch/touch_editing_controller_unittest.cc ('k') | ui/base/ui_base_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698