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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 23455047: InstantExtended: Send search URLs to renderers. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Handle TemplateURL change Created 7 years, 3 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 2012 The Chromium Authors. All rights reserved. 1 # Copyright 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 'targets': [ 5 'targets': [
6 { 6 {
7 # This target contains mocks and test utilities that don't belong in 7 # This target contains mocks and test utilities that don't belong in
8 # production libraries but are used by more than one test executable. 8 # production libraries but are used by more than one test executable.
9 'target_name': 'test_support_common', 9 'target_name': 'test_support_common',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 1808 matching lines...) Expand 10 before | Expand all | Expand 10 after
1819 'renderer/net/net_error_helper_unittest.cc', 1819 'renderer/net/net_error_helper_unittest.cc',
1820 'renderer/net/predictor_queue_unittest.cc', 1820 'renderer/net/predictor_queue_unittest.cc',
1821 'renderer/net/renderer_predictor_unittest.cc', 1821 'renderer/net/renderer_predictor_unittest.cc',
1822 'renderer/plugins/plugin_uma_unittest.cc', 1822 'renderer/plugins/plugin_uma_unittest.cc',
1823 'renderer/prerender/prerender_dispatcher_unittest.cc', 1823 'renderer/prerender/prerender_dispatcher_unittest.cc',
1824 'renderer/safe_browsing/features_unittest.cc', 1824 'renderer/safe_browsing/features_unittest.cc',
1825 'renderer/safe_browsing/murmurhash3_util_unittest.cc', 1825 'renderer/safe_browsing/murmurhash3_util_unittest.cc',
1826 'renderer/safe_browsing/phishing_term_feature_extractor_unittest.cc', 1826 'renderer/safe_browsing/phishing_term_feature_extractor_unittest.cc',
1827 'renderer/safe_browsing/phishing_url_feature_extractor_unittest.cc', 1827 'renderer/safe_browsing/phishing_url_feature_extractor_unittest.cc',
1828 'renderer/safe_browsing/scorer_unittest.cc', 1828 'renderer/safe_browsing/scorer_unittest.cc',
1829 'renderer/searchbox/search_bouncer_unittest.cc',
1829 'renderer/searchbox/searchbox_extension_unittest.cc', 1830 'renderer/searchbox/searchbox_extension_unittest.cc',
1830 'renderer/searchbox/searchbox_unittest.cc', 1831 'renderer/searchbox/searchbox_unittest.cc',
1831 'renderer/spellchecker/custom_dictionary_engine_unittest.cc', 1832 'renderer/spellchecker/custom_dictionary_engine_unittest.cc',
1832 'renderer/spellchecker/spellcheck_provider_hunspell_unittest.cc', 1833 'renderer/spellchecker/spellcheck_provider_hunspell_unittest.cc',
1833 'renderer/spellchecker/spellcheck_provider_mac_unittest.cc', 1834 'renderer/spellchecker/spellcheck_provider_mac_unittest.cc',
1834 'renderer/spellchecker/spellcheck_provider_test.cc', 1835 'renderer/spellchecker/spellcheck_provider_test.cc',
1835 'renderer/spellchecker/spellcheck_provider_test.h', 1836 'renderer/spellchecker/spellcheck_provider_test.h',
1836 'renderer/spellchecker/spellcheck_unittest.cc', 1837 'renderer/spellchecker/spellcheck_unittest.cc',
1837 'renderer/spellchecker/spellcheck_worditerator_unittest.cc', 1838 'renderer/spellchecker/spellcheck_worditerator_unittest.cc',
1838 'renderer/web_apps_unittest.cc', 1839 'renderer/web_apps_unittest.cc',
(...skipping 950 matching lines...) Expand 10 before | Expand all | Expand 10 after
2789 # more details. 2790 # more details.
2790 'DebugInformationFormat': '3', 2791 'DebugInformationFormat': '3',
2791 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', 2792 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb',
2792 }, 2793 },
2793 }, 2794 },
2794 }, 2795 },
2795 ], 2796 ],
2796 }], 2797 }],
2797 ], # 'conditions' 2798 ], # 'conditions'
2798 } 2799 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698