| 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 252 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 263 'resource/resource_bundle.h', | 263 'resource/resource_bundle.h', |
| 264 'resource/resource_bundle_android.cc', | 264 'resource/resource_bundle_android.cc', |
| 265 'resource/resource_bundle_auralinux.cc', | 265 'resource/resource_bundle_auralinux.cc', |
| 266 'resource/resource_bundle_ios.mm', | 266 'resource/resource_bundle_ios.mm', |
| 267 'resource/resource_bundle_mac.mm', | 267 'resource/resource_bundle_mac.mm', |
| 268 'resource/resource_bundle_win.cc', | 268 'resource/resource_bundle_win.cc', |
| 269 'resource/resource_bundle_win.h', | 269 'resource/resource_bundle_win.h', |
| 270 'resource/resource_data_dll_win.cc', | 270 'resource/resource_data_dll_win.cc', |
| 271 'resource/resource_data_dll_win.h', | 271 'resource/resource_data_dll_win.h', |
| 272 'resource/resource_handle.h', | 272 'resource/resource_handle.h', |
| 273 'template_expressions.cc', |
| 274 'template_expressions.h', |
| 273 'text/bytes_formatting.cc', | 275 'text/bytes_formatting.cc', |
| 274 'text/bytes_formatting.h', | 276 'text/bytes_formatting.h', |
| 275 'theme_provider.cc', | 277 'theme_provider.cc', |
| 276 'theme_provider.h', | 278 'theme_provider.h', |
| 277 'touch/selection_bound.cc', | 279 'touch/selection_bound.cc', |
| 278 'touch/selection_bound.h', | 280 'touch/selection_bound.h', |
| 279 'touch/touch_device.cc', | 281 'touch/touch_device.cc', |
| 280 'touch/touch_device.h', | 282 'touch/touch_device.h', |
| 281 'touch/touch_device_android.cc', | 283 'touch/touch_device_android.cc', |
| 282 'touch/touch_device_linux.cc', | 284 'touch/touch_device_linux.cc', |
| (...skipping 428 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 711 ], | 713 ], |
| 712 'variables': { | 714 'variables': { |
| 713 'jni_gen_package': 'ui', | 715 'jni_gen_package': 'ui', |
| 714 }, | 716 }, |
| 715 'includes': [ '../../build/jni_generator.gypi' ], | 717 'includes': [ '../../build/jni_generator.gypi' ], |
| 716 }, | 718 }, |
| 717 ], | 719 ], |
| 718 }], | 720 }], |
| 719 ], | 721 ], |
| 720 } | 722 } |
| OLD | NEW |