| 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 344 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 355 # iOS only uses a subset of UI. | 355 # iOS only uses a subset of UI. |
| 356 'sources/': [ | 356 'sources/': [ |
| 357 ['exclude', '\\.(cc|mm)$'], | 357 ['exclude', '\\.(cc|mm)$'], |
| 358 ['include', '_ios\\.(cc|mm)$'], | 358 ['include', '_ios\\.(cc|mm)$'], |
| 359 ['include', '(^|/)ios/'], | 359 ['include', '(^|/)ios/'], |
| 360 ['include', '^l10n/'], | 360 ['include', '^l10n/'], |
| 361 ['include', '^layout'], | 361 ['include', '^layout'], |
| 362 ['include', '^page_transition_type'], | 362 ['include', '^page_transition_type'], |
| 363 ['include', '^resource/'], | 363 ['include', '^resource/'], |
| 364 ['include', '^ui_base_'], | 364 ['include', '^ui_base_'], |
| 365 ['include', '^webui/'], |
| 366 ['include', '^window_open_disposition\\.cc'], |
| 365 ], | 367 ], |
| 366 'link_settings': { | 368 'link_settings': { |
| 367 'libraries': [ | 369 'libraries': [ |
| 368 '$(SDKROOT)/System/Library/Frameworks/CoreGraphics.framework', | 370 '$(SDKROOT)/System/Library/Frameworks/CoreGraphics.framework', |
| 369 ], | 371 ], |
| 370 }, | 372 }, |
| 371 }], | 373 }], |
| 372 ['use_aura==1', { | 374 ['use_aura==1', { |
| 373 'sources/': [ | 375 'sources/': [ |
| 374 ['exclude', 'clipboard/clipboard_mac.mm'], | 376 ['exclude', 'clipboard/clipboard_mac.mm'], |
| (...skipping 324 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 699 ], | 701 ], |
| 700 'variables': { | 702 'variables': { |
| 701 'jni_gen_package': 'ui', | 703 'jni_gen_package': 'ui', |
| 702 }, | 704 }, |
| 703 'includes': [ '../../build/jni_generator.gypi' ], | 705 'includes': [ '../../build/jni_generator.gypi' ], |
| 704 }, | 706 }, |
| 705 ], | 707 ], |
| 706 }], | 708 }], |
| 707 ], | 709 ], |
| 708 } | 710 } |
| OLD | NEW |