| 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 328 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 339 'resource/resource_bundle_mac.mm', | 339 'resource/resource_bundle_mac.mm', |
| 340 'resource/resource_bundle_win.cc', | 340 'resource/resource_bundle_win.cc', |
| 341 'resource/resource_bundle_win.h', | 341 'resource/resource_bundle_win.h', |
| 342 'resource/resource_data_dll_win.cc', | 342 'resource/resource_data_dll_win.cc', |
| 343 'resource/resource_data_dll_win.h', | 343 'resource/resource_data_dll_win.h', |
| 344 'resource/resource_handle.h', | 344 'resource/resource_handle.h', |
| 345 'text/bytes_formatting.cc', | 345 'text/bytes_formatting.cc', |
| 346 'text/bytes_formatting.h', | 346 'text/bytes_formatting.h', |
| 347 'theme_provider.cc', | 347 'theme_provider.cc', |
| 348 'theme_provider.h', | 348 'theme_provider.h', |
| 349 'touch/selection_bound.cc', |
| 350 'touch/selection_bound.h', |
| 349 'touch/touch_device.cc', | 351 'touch/touch_device.cc', |
| 350 'touch/touch_device.h', | 352 'touch/touch_device.h', |
| 351 'touch/touch_device_android.cc', | 353 'touch/touch_device_android.cc', |
| 352 'touch/touch_device_aurax11.cc', | 354 'touch/touch_device_aurax11.cc', |
| 353 'touch/touch_device_ozone.cc', | 355 'touch/touch_device_ozone.cc', |
| 354 'touch/touch_device_win.cc', | 356 'touch/touch_device_win.cc', |
| 355 'touch/touch_editing_controller.cc', | 357 'touch/touch_editing_controller.cc', |
| 356 'touch/touch_editing_controller.h', | 358 'touch/touch_editing_controller.h', |
| 357 'touch/touch_enabled.cc', | 359 'touch/touch_enabled.cc', |
| 358 'touch/touch_enabled.h', | 360 'touch/touch_enabled.h', |
| (...skipping 425 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 784 ], | 786 ], |
| 785 'variables': { | 787 'variables': { |
| 786 'jni_gen_package': 'ui', | 788 'jni_gen_package': 'ui', |
| 787 }, | 789 }, |
| 788 'includes': [ '../../build/jni_generator.gypi' ], | 790 'includes': [ '../../build/jni_generator.gypi' ], |
| 789 }, | 791 }, |
| 790 ], | 792 ], |
| 791 }], | 793 }], |
| 792 ], | 794 ], |
| 793 } | 795 } |
| OLD | NEW |