| 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 273 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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', |
| 294 'ui_base_export.h', | 296 'ui_base_export.h', |
| 295 'ui_base_exports.cc', | 297 'ui_base_exports.cc', |
| 296 'ui_base_paths.cc', | 298 'ui_base_paths.cc', |
| 297 'ui_base_paths.h', | 299 'ui_base_paths.h', |
| 298 'ui_base_switches.cc', | 300 'ui_base_switches.cc', |
| 299 'ui_base_switches.h', | 301 'ui_base_switches.h', |
| 300 'ui_base_switches_util.cc', | 302 'ui_base_switches_util.cc', |
| 301 'ui_base_switches_util.h', | 303 'ui_base_switches_util.h', |
| 302 'ui_base_types.cc', | 304 'ui_base_types.cc', |
| 303 'ui_base_types.h', | 305 'ui_base_types.h', |
| (...skipping 418 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 722 ], | 724 ], |
| 723 'variables': { | 725 'variables': { |
| 724 'jni_gen_package': 'ui', | 726 'jni_gen_package': 'ui', |
| 725 }, | 727 }, |
| 726 'includes': [ '../../build/jni_generator.gypi' ], | 728 'includes': [ '../../build/jni_generator.gypi' ], |
| 727 }, | 729 }, |
| 728 ], | 730 ], |
| 729 }], | 731 }], |
| 730 ], | 732 ], |
| 731 } | 733 } |
| OLD | NEW |