Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(310)

Side by Side Diff: chrome/chrome_tests.gypi

Issue 7582032: Allow use of ^blocks, even with the 10.5 SDK, and even with a 10.5 runtime (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'pyautolib_sources': [ 7 'pyautolib_sources': [
8 'app/chrome_command_ids.h', 8 'app/chrome_command_ids.h',
9 'app/chrome_dll_resource.h', 9 'app/chrome_dll_resource.h',
10 'common/automation_constants.h', 10 'common/automation_constants.h',
(...skipping 1464 matching lines...) Expand 10 before | Expand all | Expand 10 after
1475 'browser/importer/firefox_profile_lock_unittest.cc', 1475 'browser/importer/firefox_profile_lock_unittest.cc',
1476 'browser/importer/firefox_proxy_settings_unittest.cc', 1476 'browser/importer/firefox_proxy_settings_unittest.cc',
1477 'browser/importer/importer_unittest.cc', 1477 'browser/importer/importer_unittest.cc',
1478 'browser/importer/safari_importer_unittest.mm', 1478 'browser/importer/safari_importer_unittest.mm',
1479 'browser/importer/toolbar_importer_unittest.cc', 1479 'browser/importer/toolbar_importer_unittest.cc',
1480 'browser/instant/instant_loader_manager_unittest.cc', 1480 'browser/instant/instant_loader_manager_unittest.cc',
1481 'browser/instant/promo_counter_unittest.cc', 1481 'browser/instant/promo_counter_unittest.cc',
1482 'browser/intents/web_intents_registry_unittest.cc', 1482 'browser/intents/web_intents_registry_unittest.cc',
1483 'browser/internal_auth_unittest.cc', 1483 'browser/internal_auth_unittest.cc',
1484 'browser/language_usage_metrics_unittest.cc', 1484 'browser/language_usage_metrics_unittest.cc',
1485 'browser/mac/closure_blocks_leopard_compat_unittest.cc',
1485 'browser/mac/keystone_glue_unittest.mm', 1486 'browser/mac/keystone_glue_unittest.mm',
1486 'browser/media/media_internals_unittest.cc', 1487 'browser/media/media_internals_unittest.cc',
1487 'browser/metrics/display_utils_unittest.cc', 1488 'browser/metrics/display_utils_unittest.cc',
1488 'browser/metrics/metrics_log_unittest.cc', 1489 'browser/metrics/metrics_log_unittest.cc',
1489 'browser/metrics/metrics_response_unittest.cc', 1490 'browser/metrics/metrics_response_unittest.cc',
1490 'browser/metrics/metrics_service_unittest.cc', 1491 'browser/metrics/metrics_service_unittest.cc',
1491 'browser/metrics/thread_watcher_unittest.cc', 1492 'browser/metrics/thread_watcher_unittest.cc',
1492 'browser/mock_keychain_mac.cc', 1493 'browser/mock_keychain_mac.cc',
1493 'browser/mock_keychain_mac.h', 1494 'browser/mock_keychain_mac.h',
1494 'browser/mock_plugin_exceptions_table_model.cc', 1495 'browser/mock_plugin_exceptions_table_model.cc',
(...skipping 698 matching lines...) Expand 10 before | Expand all | Expand 10 after
2193 ['OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris"', { 2194 ['OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris"', {
2194 'dependencies': [ 2195 'dependencies': [
2195 'packed_resources', 2196 'packed_resources',
2196 ], 2197 ],
2197 }], 2198 }],
2198 ['OS=="mac"', { 2199 ['OS=="mac"', {
2199 # The test fetches resources which means Mac need the app bundle to 2200 # The test fetches resources which means Mac need the app bundle to
2200 # exist on disk so it can pull from it. 2201 # exist on disk so it can pull from it.
2201 'dependencies': [ 2202 'dependencies': [
2202 'chrome', 2203 'chrome',
2204 'closure_blocks_leopard_compat',
2203 '../third_party/ocmock/ocmock.gyp:ocmock', 2205 '../third_party/ocmock/ocmock.gyp:ocmock',
2204 ], 2206 ],
2205 'include_dirs': [ 2207 'include_dirs': [
2206 '../third_party/GTM', 2208 '../third_party/GTM',
2207 '../third_party/GTM/AppKit', 2209 '../third_party/GTM/AppKit',
2208 ], 2210 ],
2209 'sources!': [ 2211 'sources!': [
2210 # Blocked on bookmark manager. 2212 # Blocked on bookmark manager.
2211 'browser/bookmarks/bookmark_context_menu_controller_unittest.cc', 2213 'browser/bookmarks/bookmark_context_menu_controller_unittest.cc',
2212 'browser/ui/tabs/dock_info_unittest.cc', 2214 'browser/ui/tabs/dock_info_unittest.cc',
(...skipping 1894 matching lines...) Expand 10 before | Expand all | Expand 10 after
4107 # Use outputs of this action as inputs for the main target build. 4109 # Use outputs of this action as inputs for the main target build.
4108 # Seems as a misnomer but makes this happy on Linux (scons). 4110 # Seems as a misnomer but makes this happy on Linux (scons).
4109 'process_outputs_as_sources': 1, 4111 'process_outputs_as_sources': 1,
4110 }, 4112 },
4111 ], # 'actions' 4113 ], # 'actions'
4112 }, 4114 },
4113 ] 4115 ]
4114 }], # 'coverage!=0' 4116 }], # 'coverage!=0'
4115 ], # 'conditions' 4117 ], # 'conditions'
4116 } 4118 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698