OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |