| OLD | NEW |
| 1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 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 'includes': [ | 5 'includes': [ |
| 6 'js_unittest_vars.gypi', | 6 'js_unittest_vars.gypi', |
| 7 ], | 7 ], |
| 8 'targets': [ | 8 'targets': [ |
| 9 { | 9 { |
| 10 'target_name': 'interactive_ui_tests', | 10 'target_name': 'interactive_ui_tests', |
| (...skipping 319 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 330 | 330 |
| 331 'app/chrome_dll.rc', | 331 'app/chrome_dll.rc', |
| 332 'test/data/resource.rc', | 332 'test/data/resource.rc', |
| 333 | 333 |
| 334 # TODO: It would be nice to have these pulled in | 334 # TODO: It would be nice to have these pulled in |
| 335 # automatically from direct_dependent_settings in | 335 # automatically from direct_dependent_settings in |
| 336 # their various targets (net.gyp:net_resources, etc.), | 336 # their various targets (net.gyp:net_resources, etc.), |
| 337 # but that causes errors in other targets when | 337 # but that causes errors in other targets when |
| 338 # resulting .res files get referenced multiple times. | 338 # resulting .res files get referenced multiple times. |
| 339 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/other_version.rc', | 339 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/other_version.rc', |
| 340 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/ui_unscaled_resources.rc', | 340 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_unscaled_resources.rc
', |
| 341 | 341 |
| 342 'browser/ui/views/accessibility/browser_views_accessibility_browsert
est.cc', | 342 'browser/ui/views/accessibility/browser_views_accessibility_browsert
est.cc', |
| 343 ], | 343 ], |
| 344 'conditions': [ | 344 'conditions': [ |
| 345 ['win_use_allocator_shim==1', { | 345 ['win_use_allocator_shim==1', { |
| 346 'dependencies': [ | 346 'dependencies': [ |
| 347 '../base/allocator/allocator.gyp:allocator', | 347 '../base/allocator/allocator.gyp:allocator', |
| 348 ], | 348 ], |
| 349 }], | 349 }], |
| 350 ['use_aura==1', { | 350 ['use_aura==1', { |
| (...skipping 1490 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1841 'browser/extensions/api/webrtc_audio_private/webrtc_audio_private_br
owsertest.cc', | 1841 'browser/extensions/api/webrtc_audio_private/webrtc_audio_private_br
owsertest.cc', |
| 1842 'browser/extensions/api/webrtc_logging_private/webrtc_logging_privat
e_apitest.cc', | 1842 'browser/extensions/api/webrtc_logging_private/webrtc_logging_privat
e_apitest.cc', |
| 1843 'browser/media/chrome_webrtc_browsertest.cc', | 1843 'browser/media/chrome_webrtc_browsertest.cc', |
| 1844 'browser/media/chrome_webrtc_disable_encryption_flag_browsertest.cc'
, | 1844 'browser/media/chrome_webrtc_disable_encryption_flag_browsertest.cc'
, |
| 1845 'browser/media/chrome_webrtc_getmediadevices_browsertest.cc', | 1845 'browser/media/chrome_webrtc_getmediadevices_browsertest.cc', |
| 1846 ], | 1846 ], |
| 1847 }], | 1847 }], |
| 1848 ['OS=="win"', { | 1848 ['OS=="win"', { |
| 1849 'sources': [ | 1849 'sources': [ |
| 1850 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/other_version.rc', | 1850 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/other_version.rc', |
| 1851 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/ui_unscaled_resources.rc', | 1851 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_unscaled_resources.rc
', |
| 1852 ], | 1852 ], |
| 1853 'include_dirs': [ | 1853 'include_dirs': [ |
| 1854 '<(DEPTH)/third_party/wtl/include', | 1854 '<(DEPTH)/third_party/wtl/include', |
| 1855 ], | 1855 ], |
| 1856 'dependencies': [ | 1856 'dependencies': [ |
| 1857 'chrome_version_resources', | 1857 'chrome_version_resources', |
| 1858 ], | 1858 ], |
| 1859 'conditions': [ | 1859 'conditions': [ |
| 1860 ['win_use_allocator_shim==1', { | 1860 ['win_use_allocator_shim==1', { |
| 1861 'dependencies': [ | 1861 'dependencies': [ |
| (...skipping 301 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2163 '<(RULE_INPUT_PATH)', | 2163 '<(RULE_INPUT_PATH)', |
| 2164 'chrome/<(RULE_INPUT_DIRNAME)/<(RULE_INPUT_ROOT).js', | 2164 'chrome/<(RULE_INPUT_DIRNAME)/<(RULE_INPUT_ROOT).js', |
| 2165 '<@(_outputs)', | 2165 '<@(_outputs)', |
| 2166 ], | 2166 ], |
| 2167 }, | 2167 }, |
| 2168 ], | 2168 ], |
| 2169 'conditions': [ | 2169 'conditions': [ |
| 2170 ['OS=="win"', { | 2170 ['OS=="win"', { |
| 2171 'sources': [ | 2171 'sources': [ |
| 2172 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/other_version.rc', | 2172 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/other_version.rc', |
| 2173 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/ui_unscaled_resources.rc', | 2173 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_unscaled_resources.rc
', |
| 2174 ], | 2174 ], |
| 2175 'include_dirs': [ | 2175 'include_dirs': [ |
| 2176 '<(DEPTH)/third_party/wtl/include', | 2176 '<(DEPTH)/third_party/wtl/include', |
| 2177 ], | 2177 ], |
| 2178 'dependencies': [ | 2178 'dependencies': [ |
| 2179 'chrome_version_resources', | 2179 'chrome_version_resources', |
| 2180 ], | 2180 ], |
| 2181 'conditions': [ | 2181 'conditions': [ |
| 2182 ['win_use_allocator_shim==1', { | 2182 ['win_use_allocator_shim==1', { |
| 2183 'dependencies': [ | 2183 'dependencies': [ |
| (...skipping 266 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2450 # Dictionary sync is disabled on Mac. | 2450 # Dictionary sync is disabled on Mac. |
| 2451 'sources!': [ | 2451 'sources!': [ |
| 2452 'browser/sync/test/integration/multiple_client_dictionary_sync_test.
cc', | 2452 'browser/sync/test/integration/multiple_client_dictionary_sync_test.
cc', |
| 2453 'browser/sync/test/integration/single_client_dictionary_sync_test.cc
', | 2453 'browser/sync/test/integration/single_client_dictionary_sync_test.cc
', |
| 2454 'browser/sync/test/integration/two_client_dictionary_sync_test.cc', | 2454 'browser/sync/test/integration/two_client_dictionary_sync_test.cc', |
| 2455 ], | 2455 ], |
| 2456 }], | 2456 }], |
| 2457 ['OS=="win"', { | 2457 ['OS=="win"', { |
| 2458 'sources': [ | 2458 'sources': [ |
| 2459 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/other_version.rc', | 2459 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/other_version.rc', |
| 2460 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/ui_unscaled_resources.rc', | 2460 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_unscaled_resources.rc
', |
| 2461 ], | 2461 ], |
| 2462 'include_dirs': [ | 2462 'include_dirs': [ |
| 2463 '<(DEPTH)/third_party/wtl/include', | 2463 '<(DEPTH)/third_party/wtl/include', |
| 2464 ], | 2464 ], |
| 2465 'dependencies': [ | 2465 'dependencies': [ |
| 2466 'chrome_version_resources', | 2466 'chrome_version_resources', |
| 2467 ], | 2467 ], |
| 2468 'conditions': [ | 2468 'conditions': [ |
| 2469 ['win_use_allocator_shim==1', { | 2469 ['win_use_allocator_shim==1', { |
| 2470 'dependencies': [ | 2470 'dependencies': [ |
| (...skipping 518 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2989 ['enable_webrtc==1', { | 2989 ['enable_webrtc==1', { |
| 2990 'dependencies': [ | 2990 'dependencies': [ |
| 2991 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' | 2991 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' |
| 2992 ] | 2992 ] |
| 2993 }], | 2993 }], |
| 2994 ], | 2994 ], |
| 2995 }] | 2995 }] |
| 2996 }], | 2996 }], |
| 2997 ], # 'conditions' | 2997 ], # 'conditions' |
| 2998 } | 2998 } |
| OLD | NEW |