| 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 253 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 264 'resource/resource_bundle.h', | 264 'resource/resource_bundle.h', |
| 265 'resource/resource_bundle_android.cc', | 265 'resource/resource_bundle_android.cc', |
| 266 'resource/resource_bundle_auralinux.cc', | 266 'resource/resource_bundle_auralinux.cc', |
| 267 'resource/resource_bundle_ios.mm', | 267 'resource/resource_bundle_ios.mm', |
| 268 'resource/resource_bundle_mac.mm', | 268 'resource/resource_bundle_mac.mm', |
| 269 'resource/resource_bundle_win.cc', | 269 'resource/resource_bundle_win.cc', |
| 270 'resource/resource_bundle_win.h', | 270 'resource/resource_bundle_win.h', |
| 271 'resource/resource_data_dll_win.cc', | 271 'resource/resource_data_dll_win.cc', |
| 272 'resource/resource_data_dll_win.h', | 272 'resource/resource_data_dll_win.h', |
| 273 'resource/resource_handle.h', | 273 'resource/resource_handle.h', |
| 274 'template_expressions.cc', |
| 275 'template_expressions.h', |
| 274 'text/bytes_formatting.cc', | 276 'text/bytes_formatting.cc', |
| 275 'text/bytes_formatting.h', | 277 'text/bytes_formatting.h', |
| 276 'theme_provider.cc', | 278 'theme_provider.cc', |
| 277 'theme_provider.h', | 279 'theme_provider.h', |
| 278 'touch/selection_bound.cc', | 280 'touch/selection_bound.cc', |
| 279 'touch/selection_bound.h', | 281 'touch/selection_bound.h', |
| 280 'touch/touch_device.cc', | 282 'touch/touch_device.cc', |
| 281 'touch/touch_device.h', | 283 'touch/touch_device.h', |
| 282 'touch/touch_device_android.cc', | 284 'touch/touch_device_android.cc', |
| 283 'touch/touch_device_linux.cc', | 285 'touch/touch_device_linux.cc', |
| (...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 361 ['OS=="ios"', { | 363 ['OS=="ios"', { |
| 362 # iOS only uses a subset of UI. | 364 # iOS only uses a subset of UI. |
| 363 'sources/': [ | 365 'sources/': [ |
| 364 ['exclude', '\\.(cc|mm)$'], | 366 ['exclude', '\\.(cc|mm)$'], |
| 365 ['include', '_ios\\.(cc|mm)$'], | 367 ['include', '_ios\\.(cc|mm)$'], |
| 366 ['include', '(^|/)ios/'], | 368 ['include', '(^|/)ios/'], |
| 367 ['include', '^l10n/'], | 369 ['include', '^l10n/'], |
| 368 ['include', '^layout'], | 370 ['include', '^layout'], |
| 369 ['include', '^page_transition_type'], | 371 ['include', '^page_transition_type'], |
| 370 ['include', '^resource/'], | 372 ['include', '^resource/'], |
| 373 ['include', 'template_expressions.cc'], |
| 371 ['include', '^ui_base_'], | 374 ['include', '^ui_base_'], |
| 372 ['include', '^webui/'], | 375 ['include', '^webui/'], |
| 373 ['include', '^window_open_disposition\\.cc'], | 376 ['include', '^window_open_disposition\\.cc'], |
| 374 ], | 377 ], |
| 375 'link_settings': { | 378 'link_settings': { |
| 376 'libraries': [ | 379 'libraries': [ |
| 377 '$(SDKROOT)/System/Library/Frameworks/CoreGraphics.framework', | 380 '$(SDKROOT)/System/Library/Frameworks/CoreGraphics.framework', |
| 378 ], | 381 ], |
| 379 }, | 382 }, |
| 380 }], | 383 }], |
| (...skipping 332 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 713 ], | 716 ], |
| 714 'variables': { | 717 'variables': { |
| 715 'jni_gen_package': 'ui', | 718 'jni_gen_package': 'ui', |
| 716 }, | 719 }, |
| 717 'includes': [ '../../build/jni_generator.gypi' ], | 720 'includes': [ '../../build/jni_generator.gypi' ], |
| 718 }, | 721 }, |
| 719 ], | 722 ], |
| 720 }], | 723 }], |
| 721 ], | 724 ], |
| 722 } | 725 } |
| OLD | NEW |