| 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 227 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 238 'touch/touch_device.cc', | 238 'touch/touch_device.cc', |
| 239 'touch/touch_device.h', | 239 'touch/touch_device.h', |
| 240 'touch/touch_device_android.cc', | 240 'touch/touch_device_android.cc', |
| 241 'touch/touch_device_aurax11.cc', | 241 'touch/touch_device_aurax11.cc', |
| 242 'touch/touch_device_ozone.cc', | 242 'touch/touch_device_ozone.cc', |
| 243 'touch/touch_device_win.cc', | 243 'touch/touch_device_win.cc', |
| 244 'touch/touch_editing_controller.cc', | 244 'touch/touch_editing_controller.cc', |
| 245 'touch/touch_editing_controller.h', | 245 'touch/touch_editing_controller.h', |
| 246 'touch/touch_enabled.cc', | 246 'touch/touch_enabled.cc', |
| 247 'touch/touch_enabled.h', | 247 'touch/touch_enabled.h', |
| 248 'ui_base_export.h', |
| 248 'ui_base_exports.cc', | 249 'ui_base_exports.cc', |
| 249 'ui_base_paths.cc', | 250 'ui_base_paths.cc', |
| 250 'ui_base_paths.h', | 251 'ui_base_paths.h', |
| 251 'ui_base_switches.cc', | 252 'ui_base_switches.cc', |
| 252 'ui_base_switches.h', | 253 'ui_base_switches.h', |
| 253 'ui_base_switches_util.cc', | 254 'ui_base_switches_util.cc', |
| 254 'ui_base_switches_util.h', | 255 'ui_base_switches_util.h', |
| 255 'ui_base_types.cc', | 256 'ui_base_types.cc', |
| 256 'ui_base_types.h', | 257 'ui_base_types.h', |
| 257 'ui_base_export.h', | |
| 258 'view_prop.cc', | 258 'view_prop.cc', |
| 259 'view_prop.h', | 259 'view_prop.h', |
| 260 'webui/jstemplate_builder.cc', | 260 'webui/jstemplate_builder.cc', |
| 261 'webui/jstemplate_builder.h', | 261 'webui/jstemplate_builder.h', |
| 262 'webui/web_ui_util.cc', | 262 'webui/web_ui_util.cc', |
| 263 'webui/web_ui_util.h', | 263 'webui/web_ui_util.h', |
| 264 'win/accessibility_ids_win.h', | 264 'win/accessibility_ids_win.h', |
| 265 'win/accessibility_misc_utils.cc', | 265 'win/accessibility_misc_utils.cc', |
| 266 'win/accessibility_misc_utils.h', | 266 'win/accessibility_misc_utils.h', |
| 267 'win/atl_module.h', | 267 'win/atl_module.h', |
| (...skipping 349 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 617 'variables': { | 617 'variables': { |
| 618 'jni_gen_package': 'ui', | 618 'jni_gen_package': 'ui', |
| 619 'jni_generator_ptr_type': 'long', | 619 'jni_generator_ptr_type': 'long', |
| 620 }, | 620 }, |
| 621 'includes': [ '../../build/jni_generator.gypi' ], | 621 'includes': [ '../../build/jni_generator.gypi' ], |
| 622 }, | 622 }, |
| 623 ], | 623 ], |
| 624 }], | 624 }], |
| 625 ], | 625 ], |
| 626 } | 626 } |
| OLD | NEW |