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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 5023001: Handful of related instant changes: (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix linux build Created 10 years, 1 month 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') | chrome/common/chrome_switches.h » ('j') | 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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 1333 matching lines...) Expand 10 before | Expand all | Expand 10 after
1344 'browser/importer/firefox_importer_utils_unittest.cc', 1344 'browser/importer/firefox_importer_utils_unittest.cc',
1345 'browser/importer/firefox_profile_lock_unittest.cc', 1345 'browser/importer/firefox_profile_lock_unittest.cc',
1346 'browser/importer/firefox_proxy_settings_unittest.cc', 1346 'browser/importer/firefox_proxy_settings_unittest.cc',
1347 'browser/importer/importer_unittest.cc', 1347 'browser/importer/importer_unittest.cc',
1348 'browser/importer/safari_importer_unittest.mm', 1348 'browser/importer/safari_importer_unittest.mm',
1349 'browser/importer/toolbar_importer_unittest.cc', 1349 'browser/importer/toolbar_importer_unittest.cc',
1350 'browser/instant/instant_loader_manager_unittest.cc', 1350 'browser/instant/instant_loader_manager_unittest.cc',
1351 'browser/in_process_webkit/dom_storage_dispatcher_host_unittest.cc', 1351 'browser/in_process_webkit/dom_storage_dispatcher_host_unittest.cc',
1352 'browser/in_process_webkit/webkit_context_unittest.cc', 1352 'browser/in_process_webkit/webkit_context_unittest.cc',
1353 'browser/in_process_webkit/webkit_thread_unittest.cc', 1353 'browser/in_process_webkit/webkit_thread_unittest.cc',
1354 'browser/instant/promo_counter_unittest.cc',
1354 'browser/keychain_mock_mac.cc', 1355 'browser/keychain_mock_mac.cc',
1355 'browser/keychain_mock_mac.h', 1356 'browser/keychain_mock_mac.h',
1356 'browser/login_prompt_unittest.cc', 1357 'browser/login_prompt_unittest.cc',
1357 'browser/mach_broker_mac_unittest.cc', 1358 'browser/mach_broker_mac_unittest.cc',
1358 'browser/metrics/metrics_log_unittest.cc', 1359 'browser/metrics/metrics_log_unittest.cc',
1359 'browser/metrics/metrics_response_unittest.cc', 1360 'browser/metrics/metrics_response_unittest.cc',
1360 'browser/metrics/metrics_service_unittest.cc', 1361 'browser/metrics/metrics_service_unittest.cc',
1361 'browser/mock_plugin_exceptions_table_model.cc', 1362 'browser/mock_plugin_exceptions_table_model.cc',
1362 'browser/mock_plugin_exceptions_table_model.h', 1363 'browser/mock_plugin_exceptions_table_model.h',
1363 'browser/net/chrome_url_request_context_unittest.cc', 1364 'browser/net/chrome_url_request_context_unittest.cc',
(...skipping 2014 matching lines...) Expand 10 before | Expand all | Expand 10 after
3378 ] 3379 ]
3379 }], # 'coverage!=0' 3380 }], # 'coverage!=0'
3380 ], # 'conditions' 3381 ], # 'conditions'
3381 } 3382 }
3382 3383
3383 # Local Variables: 3384 # Local Variables:
3384 # tab-width:2 3385 # tab-width:2
3385 # indent-tabs-mode:nil 3386 # indent-tabs-mode:nil
3386 # End: 3387 # End:
3387 # vim: set expandtab tabstop=2 shiftwidth=2: 3388 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698