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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 7566036: Implement SyncableServices in TemplateURLService. Add related unittests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Recommitting patch. Repaired memory leaks and adjusted unittests to reflect changes. 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
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 1624 matching lines...) Expand 10 before | Expand all | Expand 10 after
1635 'browser/safe_browsing/safe_browsing_database_unittest.cc', 1635 'browser/safe_browsing/safe_browsing_database_unittest.cc',
1636 'browser/safe_browsing/safe_browsing_store_file_unittest.cc', 1636 'browser/safe_browsing/safe_browsing_store_file_unittest.cc',
1637 'browser/safe_browsing/safe_browsing_store_unittest.cc', 1637 'browser/safe_browsing/safe_browsing_store_unittest.cc',
1638 'browser/safe_browsing/safe_browsing_store_unittest_helper.cc', 1638 'browser/safe_browsing/safe_browsing_store_unittest_helper.cc',
1639 'browser/safe_browsing/safe_browsing_util_unittest.cc', 1639 'browser/safe_browsing/safe_browsing_util_unittest.cc',
1640 'browser/search_engines/search_host_to_urls_map_unittest.cc', 1640 'browser/search_engines/search_host_to_urls_map_unittest.cc',
1641 'browser/search_engines/search_provider_install_data_unittest.cc', 1641 'browser/search_engines/search_provider_install_data_unittest.cc',
1642 'browser/search_engines/template_url_fetcher_unittest.cc', 1642 'browser/search_engines/template_url_fetcher_unittest.cc',
1643 'browser/search_engines/template_url_service_test_util.cc', 1643 'browser/search_engines/template_url_service_test_util.cc',
1644 'browser/search_engines/template_url_service_test_util.h', 1644 'browser/search_engines/template_url_service_test_util.h',
1645 'browser/search_engines/template_url_service_sync_unittest.cc',
1645 'browser/search_engines/template_url_service_unittest.cc', 1646 'browser/search_engines/template_url_service_unittest.cc',
1646 'browser/search_engines/template_url_parser_unittest.cc', 1647 'browser/search_engines/template_url_parser_unittest.cc',
1647 'browser/search_engines/template_url_prepopulate_data_unittest.cc', 1648 'browser/search_engines/template_url_prepopulate_data_unittest.cc',
1648 'browser/search_engines/template_url_scraper_unittest.cc', 1649 'browser/search_engines/template_url_scraper_unittest.cc',
1649 'browser/search_engines/template_url_unittest.cc', 1650 'browser/search_engines/template_url_unittest.cc',
1650 'browser/sessions/session_backend_unittest.cc', 1651 'browser/sessions/session_backend_unittest.cc',
1651 'browser/sessions/session_service_unittest.cc', 1652 'browser/sessions/session_service_unittest.cc',
1652 'browser/shell_integration_unittest.cc', 1653 'browser/shell_integration_unittest.cc',
1653 'browser/speech/speech_input_bubble_controller_unittest.cc', 1654 'browser/speech/speech_input_bubble_controller_unittest.cc',
1654 'browser/spellchecker/spellchecker_platform_engine_unittest.cc', 1655 'browser/spellchecker/spellchecker_platform_engine_unittest.cc',
(...skipping 2500 matching lines...) Expand 10 before | Expand all | Expand 10 after
4155 # Use outputs of this action as inputs for the main target build. 4156 # Use outputs of this action as inputs for the main target build.
4156 # Seems as a misnomer but makes this happy on Linux (scons). 4157 # Seems as a misnomer but makes this happy on Linux (scons).
4157 'process_outputs_as_sources': 1, 4158 'process_outputs_as_sources': 1,
4158 }, 4159 },
4159 ], # 'actions' 4160 ], # 'actions'
4160 }, 4161 },
4161 ] 4162 ]
4162 }], # 'coverage!=0' 4163 }], # 'coverage!=0'
4163 ], # 'conditions' 4164 ], # 'conditions'
4164 } 4165 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698