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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 12209114: Translate: introduce unittest for TranslateHelper (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 10 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
« no previous file with comments | « no previous file | chrome/renderer/translate_helper.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 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 1584 matching lines...) Expand 10 before | Expand all | Expand 10 after
1595 'renderer/safe_browsing/murmurhash3_util_unittest.cc', 1595 'renderer/safe_browsing/murmurhash3_util_unittest.cc',
1596 'renderer/safe_browsing/phishing_term_feature_extractor_unittest.cc', 1596 'renderer/safe_browsing/phishing_term_feature_extractor_unittest.cc',
1597 'renderer/safe_browsing/phishing_url_feature_extractor_unittest.cc', 1597 'renderer/safe_browsing/phishing_url_feature_extractor_unittest.cc',
1598 'renderer/safe_browsing/scorer_unittest.cc', 1598 'renderer/safe_browsing/scorer_unittest.cc',
1599 'renderer/spellchecker/spellcheck_provider_hunspell_unittest.cc', 1599 'renderer/spellchecker/spellcheck_provider_hunspell_unittest.cc',
1600 'renderer/spellchecker/spellcheck_provider_mac_unittest.cc', 1600 'renderer/spellchecker/spellcheck_provider_mac_unittest.cc',
1601 'renderer/spellchecker/spellcheck_provider_test.cc', 1601 'renderer/spellchecker/spellcheck_provider_test.cc',
1602 'renderer/spellchecker/spellcheck_provider_test.h', 1602 'renderer/spellchecker/spellcheck_provider_test.h',
1603 'renderer/spellchecker/spellcheck_unittest.cc', 1603 'renderer/spellchecker/spellcheck_unittest.cc',
1604 'renderer/spellchecker/spellcheck_worditerator_unittest.cc', 1604 'renderer/spellchecker/spellcheck_worditerator_unittest.cc',
1605 'renderer/translate_helper_unittest.cc',
1605 'service/cloud_print/cloud_print_helpers_unittest.cc', 1606 'service/cloud_print/cloud_print_helpers_unittest.cc',
1606 'service/cloud_print/cloud_print_token_store_unittest.cc', 1607 'service/cloud_print/cloud_print_token_store_unittest.cc',
1607 'service/cloud_print/cloud_print_url_fetcher_unittest.cc', 1608 'service/cloud_print/cloud_print_url_fetcher_unittest.cc',
1608 'service/cloud_print/connector_settings_unittest.cc', 1609 'service/cloud_print/connector_settings_unittest.cc',
1609 'service/service_process_prefs_unittest.cc', 1610 'service/service_process_prefs_unittest.cc',
1610 'service/service_process_unittest.cc', 1611 'service/service_process_unittest.cc',
1611 'test/base/browser_with_test_window_test.cc', 1612 'test/base/browser_with_test_window_test.cc',
1612 'test/base/browser_with_test_window_test.h', 1613 'test/base/browser_with_test_window_test.h',
1613 'test/base/chrome_render_view_test.cc', 1614 'test/base/chrome_render_view_test.cc',
1614 'test/base/chrome_render_view_test.h', 1615 'test/base/chrome_render_view_test.h',
(...skipping 770 matching lines...) Expand 10 before | Expand all | Expand 10 after
2385 # more details. 2386 # more details.
2386 'DebugInformationFormat': '3', 2387 'DebugInformationFormat': '3',
2387 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', 2388 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb',
2388 }, 2389 },
2389 }, 2390 },
2390 }, 2391 },
2391 ], 2392 ],
2392 }], 2393 }],
2393 ], # 'conditions' 2394 ], # 'conditions'
2394 } 2395 }
OLDNEW
« no previous file with comments | « no previous file | chrome/renderer/translate_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698