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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 10409002: Make prepopulated-TemplateURL-de-duper heuristic smarter. Instead of blindly preserving the first U… (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: use scopedvector Created 8 years, 7 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
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'variables' : { 5 'variables' : {
6 'pyautolib_sources': [ 6 'pyautolib_sources': [
7 'app/chrome_command_ids.h', 7 'app/chrome_command_ids.h',
8 'app/chrome_dll_resource.h', 8 'app/chrome_dll_resource.h',
9 'common/automation_constants.h', 9 'common/automation_constants.h',
10 'common/pref_names.cc', 10 'common/pref_names.cc',
(...skipping 1438 matching lines...) Expand 10 before | Expand all | Expand 10 after
1449 'browser/safe_browsing/safe_browsing_store_file_unittest.cc', 1449 'browser/safe_browsing/safe_browsing_store_file_unittest.cc',
1450 'browser/safe_browsing/safe_browsing_store_unittest.cc', 1450 'browser/safe_browsing/safe_browsing_store_unittest.cc',
1451 'browser/safe_browsing/safe_browsing_store_unittest_helper.cc', 1451 'browser/safe_browsing/safe_browsing_store_unittest_helper.cc',
1452 'browser/safe_browsing/safe_browsing_util_unittest.cc', 1452 'browser/safe_browsing/safe_browsing_util_unittest.cc',
1453 'browser/safe_browsing/signature_util_win_unittest.cc', 1453 'browser/safe_browsing/signature_util_win_unittest.cc',
1454 'browser/search_engines/search_host_to_urls_map_unittest.cc', 1454 'browser/search_engines/search_host_to_urls_map_unittest.cc',
1455 'browser/search_engines/search_provider_install_data_unittest.cc', 1455 'browser/search_engines/search_provider_install_data_unittest.cc',
1456 'browser/search_engines/template_url_fetcher_unittest.cc', 1456 'browser/search_engines/template_url_fetcher_unittest.cc',
1457 'browser/search_engines/template_url_service_test_util.cc', 1457 'browser/search_engines/template_url_service_test_util.cc',
1458 'browser/search_engines/template_url_service_test_util.h', 1458 'browser/search_engines/template_url_service_test_util.h',
1459 'browser/search_engines/template_url_service_util_unittest.cc',
1459 'browser/search_engines/template_url_service_sync_unittest.cc', 1460 'browser/search_engines/template_url_service_sync_unittest.cc',
1460 'browser/search_engines/template_url_service_unittest.cc', 1461 'browser/search_engines/template_url_service_unittest.cc',
1461 'browser/search_engines/template_url_parser_unittest.cc', 1462 'browser/search_engines/template_url_parser_unittest.cc',
1462 'browser/search_engines/template_url_prepopulate_data_unittest.cc', 1463 'browser/search_engines/template_url_prepopulate_data_unittest.cc',
1463 'browser/search_engines/template_url_scraper_unittest.cc', 1464 'browser/search_engines/template_url_scraper_unittest.cc',
1464 'browser/search_engines/template_url_unittest.cc', 1465 'browser/search_engines/template_url_unittest.cc',
1465 'browser/sessions/session_backend_unittest.cc', 1466 'browser/sessions/session_backend_unittest.cc',
1466 'browser/sessions/session_service_unittest.cc', 1467 'browser/sessions/session_service_unittest.cc',
1467 'browser/shell_integration_unittest.cc', 1468 'browser/shell_integration_unittest.cc',
1468 'browser/signin/signin_manager_unittest.cc', 1469 'browser/signin/signin_manager_unittest.cc',
(...skipping 3154 matching lines...) Expand 10 before | Expand all | Expand 10 after
4623 # Use outputs of this action as inputs for the main target build. 4624 # Use outputs of this action as inputs for the main target build.
4624 # Seems as a misnomer but makes this happy on Linux (scons). 4625 # Seems as a misnomer but makes this happy on Linux (scons).
4625 'process_outputs_as_sources': 1, 4626 'process_outputs_as_sources': 1,
4626 }, 4627 },
4627 ], # 'actions' 4628 ], # 'actions'
4628 }, 4629 },
4629 ] 4630 ]
4630 }], # 'coverage!=0' 4631 }], # 'coverage!=0'
4631 ], # 'conditions' 4632 ], # 'conditions'
4632 } 4633 }
OLDNEW
« chrome/browser/search_engines/util.cc ('K') | « chrome/browser/search_engines/util.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698