| OLD | NEW |
| 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 1466 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1477 'browser/importer/firefox_profile_lock_unittest.cc', | 1477 'browser/importer/firefox_profile_lock_unittest.cc', |
| 1478 'browser/importer/firefox_proxy_settings_unittest.cc', | 1478 'browser/importer/firefox_proxy_settings_unittest.cc', |
| 1479 'browser/importer/importer_unittest.cc', | 1479 'browser/importer/importer_unittest.cc', |
| 1480 'browser/importer/safari_importer_unittest.mm', | 1480 'browser/importer/safari_importer_unittest.mm', |
| 1481 'browser/importer/toolbar_importer_unittest.cc', | 1481 'browser/importer/toolbar_importer_unittest.cc', |
| 1482 'browser/instant/instant_loader_manager_unittest.cc', | 1482 'browser/instant/instant_loader_manager_unittest.cc', |
| 1483 'browser/instant/promo_counter_unittest.cc', | 1483 'browser/instant/promo_counter_unittest.cc', |
| 1484 'browser/intents/web_intents_registry_unittest.cc', | 1484 'browser/intents/web_intents_registry_unittest.cc', |
| 1485 'browser/internal_auth_unittest.cc', | 1485 'browser/internal_auth_unittest.cc', |
| 1486 'browser/language_usage_metrics_unittest.cc', | 1486 'browser/language_usage_metrics_unittest.cc', |
| 1487 'browser/mac/closure_blocks_leopard_compat_unittest.cc', |
| 1487 'browser/mac/keystone_glue_unittest.mm', | 1488 'browser/mac/keystone_glue_unittest.mm', |
| 1488 'browser/media/media_internals_unittest.cc', | 1489 'browser/media/media_internals_unittest.cc', |
| 1489 'browser/metrics/display_utils_unittest.cc', | 1490 'browser/metrics/display_utils_unittest.cc', |
| 1490 'browser/metrics/metrics_log_unittest.cc', | 1491 'browser/metrics/metrics_log_unittest.cc', |
| 1491 'browser/metrics/metrics_response_unittest.cc', | 1492 'browser/metrics/metrics_response_unittest.cc', |
| 1492 'browser/metrics/metrics_service_unittest.cc', | 1493 'browser/metrics/metrics_service_unittest.cc', |
| 1493 'browser/metrics/thread_watcher_unittest.cc', | 1494 'browser/metrics/thread_watcher_unittest.cc', |
| 1494 'browser/mock_keychain_mac.cc', | 1495 'browser/mock_keychain_mac.cc', |
| 1495 'browser/mock_keychain_mac.h', | 1496 'browser/mock_keychain_mac.h', |
| 1496 'browser/mock_plugin_exceptions_table_model.cc', | 1497 'browser/mock_plugin_exceptions_table_model.cc', |
| (...skipping 699 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2196 ['OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris"', { | 2197 ['OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris"', { |
| 2197 'dependencies': [ | 2198 'dependencies': [ |
| 2198 'packed_resources', | 2199 'packed_resources', |
| 2199 ], | 2200 ], |
| 2200 }], | 2201 }], |
| 2201 ['OS=="mac"', { | 2202 ['OS=="mac"', { |
| 2202 # The test fetches resources which means Mac need the app bundle to | 2203 # The test fetches resources which means Mac need the app bundle to |
| 2203 # exist on disk so it can pull from it. | 2204 # exist on disk so it can pull from it. |
| 2204 'dependencies': [ | 2205 'dependencies': [ |
| 2205 'chrome', | 2206 'chrome', |
| 2207 'closure_blocks_leopard_compat', |
| 2206 '../third_party/ocmock/ocmock.gyp:ocmock', | 2208 '../third_party/ocmock/ocmock.gyp:ocmock', |
| 2207 ], | 2209 ], |
| 2208 'include_dirs': [ | 2210 'include_dirs': [ |
| 2209 '../third_party/GTM', | 2211 '../third_party/GTM', |
| 2210 '../third_party/GTM/AppKit', | 2212 '../third_party/GTM/AppKit', |
| 2211 ], | 2213 ], |
| 2212 'sources!': [ | 2214 'sources!': [ |
| 2213 # Blocked on bookmark manager. | 2215 # Blocked on bookmark manager. |
| 2214 'browser/bookmarks/bookmark_context_menu_controller_unittest.cc', | 2216 'browser/bookmarks/bookmark_context_menu_controller_unittest.cc', |
| 2215 'browser/ui/tabs/dock_info_unittest.cc', | 2217 'browser/ui/tabs/dock_info_unittest.cc', |
| (...skipping 1929 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4145 # Use outputs of this action as inputs for the main target build. | 4147 # Use outputs of this action as inputs for the main target build. |
| 4146 # Seems as a misnomer but makes this happy on Linux (scons). | 4148 # Seems as a misnomer but makes this happy on Linux (scons). |
| 4147 'process_outputs_as_sources': 1, | 4149 'process_outputs_as_sources': 1, |
| 4148 }, | 4150 }, |
| 4149 ], # 'actions' | 4151 ], # 'actions' |
| 4150 }, | 4152 }, |
| 4151 ] | 4153 ] |
| 4152 }], # 'coverage!=0' | 4154 }], # 'coverage!=0' |
| 4153 ], # 'conditions' | 4155 ], # 'conditions' |
| 4154 } | 4156 } |
| OLD | NEW |