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

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: Addressed reviewers' comments 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
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 304 matching lines...) Expand 10 before | Expand all | Expand 10 after
315 'resource/resource_bundle_mac.mm', 315 'resource/resource_bundle_mac.mm',
316 'resource/resource_bundle_win.cc', 316 'resource/resource_bundle_win.cc',
317 'resource/resource_bundle_win.h', 317 'resource/resource_bundle_win.h',
318 'resource/resource_data_dll_win.cc', 318 'resource/resource_data_dll_win.cc',
319 'resource/resource_data_dll_win.h', 319 'resource/resource_data_dll_win.h',
320 'resource/resource_handle.h', 320 'resource/resource_handle.h',
321 'text/bytes_formatting.cc', 321 'text/bytes_formatting.cc',
322 'text/bytes_formatting.h', 322 'text/bytes_formatting.h',
323 'theme_provider.cc', 323 'theme_provider.cc',
324 'theme_provider.h', 324 'theme_provider.h',
325 'touch/selection_bound.cc',
326 'touch/selection_bound.h',
325 'touch/touch_device.cc', 327 'touch/touch_device.cc',
326 'touch/touch_device.h', 328 'touch/touch_device.h',
327 'touch/touch_device_android.cc', 329 'touch/touch_device_android.cc',
328 'touch/touch_device_aurax11.cc', 330 'touch/touch_device_aurax11.cc',
329 'touch/touch_device_ozone.cc', 331 'touch/touch_device_ozone.cc',
330 'touch/touch_device_win.cc', 332 'touch/touch_device_win.cc',
331 'touch/touch_editing_controller.cc', 333 'touch/touch_editing_controller.cc',
332 'touch/touch_editing_controller.h', 334 'touch/touch_editing_controller.h',
333 'touch/touch_enabled.cc', 335 'touch/touch_enabled.cc',
334 'touch/touch_enabled.h', 336 'touch/touch_enabled.h',
(...skipping 431 matching lines...) Expand 10 before | Expand all | Expand 10 after
766 ], 768 ],
767 'variables': { 769 'variables': {
768 'jni_gen_package': 'ui', 770 'jni_gen_package': 'ui',
769 }, 771 },
770 'includes': [ '../../build/jni_generator.gypi' ], 772 'includes': [ '../../build/jni_generator.gypi' ],
771 }, 773 },
772 ], 774 ],
773 }], 775 }],
774 ], 776 ],
775 } 777 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698