| 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 193 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 204 'cursor/cursor_util.cc', | 204 'cursor/cursor_util.cc', |
| 205 'cursor/cursor_util.h', | 205 'cursor/cursor_util.h', |
| 206 'cursor/cursor_win.cc', | 206 'cursor/cursor_win.cc', |
| 207 'cursor/cursor_x11.cc', | 207 'cursor/cursor_x11.cc', |
| 208 'cursor/cursors_aura.cc', | 208 'cursor/cursors_aura.cc', |
| 209 'cursor/cursors_aura.h', | 209 'cursor/cursors_aura.h', |
| 210 'cursor/image_cursors.cc', | 210 'cursor/image_cursors.cc', |
| 211 'cursor/image_cursors.h', | 211 'cursor/image_cursors.h', |
| 212 'cursor/ozone/bitmap_cursor_factory_ozone.cc', | 212 'cursor/ozone/bitmap_cursor_factory_ozone.cc', |
| 213 'cursor/ozone/bitmap_cursor_factory_ozone.h', | 213 'cursor/ozone/bitmap_cursor_factory_ozone.h', |
| 214 'default_style.h', |
| 214 'default_theme_provider.cc', | 215 'default_theme_provider.cc', |
| 215 'default_theme_provider.h', | 216 'default_theme_provider.h', |
| 216 'default_theme_provider_mac.mm', | 217 'default_theme_provider_mac.mm', |
| 217 'default_style.h', | |
| 218 'device_form_factor.h', | 218 'device_form_factor.h', |
| 219 'device_form_factor_android.cc', | 219 'device_form_factor_android.cc', |
| 220 'device_form_factor_android.h', | 220 'device_form_factor_android.h', |
| 221 'device_form_factor_desktop.cc', | 221 'device_form_factor_desktop.cc', |
| 222 'device_form_factor_ios.mm', | 222 'device_form_factor_ios.mm', |
| 223 'dragdrop/cocoa_dnd_util.h', | 223 'dragdrop/cocoa_dnd_util.h', |
| 224 'dragdrop/cocoa_dnd_util.mm', | 224 'dragdrop/cocoa_dnd_util.mm', |
| 225 'dragdrop/drag_drop_types.h', | 225 'dragdrop/drag_drop_types.h', |
| 226 'dragdrop/drag_drop_types_win.cc', | 226 'dragdrop/drag_drop_types_win.cc', |
| 227 'dragdrop/drag_source_win.cc', | 227 'dragdrop/drag_source_win.cc', |
| (...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 319 'resource/resource_bundle_win.cc', | 319 'resource/resource_bundle_win.cc', |
| 320 'resource/resource_bundle_win.h', | 320 'resource/resource_bundle_win.h', |
| 321 'resource/resource_data_dll_win.cc', | 321 'resource/resource_data_dll_win.cc', |
| 322 'resource/resource_data_dll_win.h', | 322 'resource/resource_data_dll_win.h', |
| 323 'template_expressions.cc', | 323 'template_expressions.cc', |
| 324 'template_expressions.h', | 324 'template_expressions.h', |
| 325 'text/bytes_formatting.cc', | 325 'text/bytes_formatting.cc', |
| 326 'text/bytes_formatting.h', | 326 'text/bytes_formatting.h', |
| 327 'theme_provider.cc', | 327 'theme_provider.cc', |
| 328 'theme_provider.h', | 328 'theme_provider.h', |
| 329 'touch/selection_bound.cc', | |
| 330 'touch/selection_bound.h', | |
| 331 'touch/touch_device.cc', | 329 'touch/touch_device.cc', |
| 332 'touch/touch_device.h', | 330 'touch/touch_device.h', |
| 333 'touch/touch_device_android.cc', | 331 'touch/touch_device_android.cc', |
| 334 'touch/touch_device_ios.cc', | 332 'touch/touch_device_ios.cc', |
| 335 'touch/touch_device_linux.cc', | 333 'touch/touch_device_linux.cc', |
| 336 'touch/touch_device_win.cc', | 334 'touch/touch_device_win.cc', |
| 337 'touch/touch_editing_controller.cc', | 335 'touch/touch_editing_controller.cc', |
| 338 'touch/touch_editing_controller.h', | 336 'touch/touch_editing_controller.h', |
| 339 'touch/touch_enabled.cc', | 337 'touch/touch_enabled.cc', |
| 340 'touch/touch_enabled.h', | 338 'touch/touch_enabled.h', |
| (...skipping 436 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 777 ], | 775 ], |
| 778 'variables': { | 776 'variables': { |
| 779 'jni_gen_package': 'ui', | 777 'jni_gen_package': 'ui', |
| 780 }, | 778 }, |
| 781 'includes': [ '../../build/jni_generator.gypi' ], | 779 'includes': [ '../../build/jni_generator.gypi' ], |
| 782 }, | 780 }, |
| 783 ], | 781 ], |
| 784 }], | 782 }], |
| 785 ], | 783 ], |
| 786 } | 784 } |
| OLD | NEW |