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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 6392045: Integrating Mac OS Grammar checker into Chromium. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed the feedback from jam@. Created 9 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
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 1809 matching lines...) Expand 10 before | Expand all | Expand 10 after
1820 'renderer/render_process_unittest.cc', 1820 'renderer/render_process_unittest.cc',
1821 'renderer/render_thread_unittest.cc', 1821 'renderer/render_thread_unittest.cc',
1822 'renderer/render_widget_unittest.cc', 1822 'renderer/render_widget_unittest.cc',
1823 'renderer/renderer_about_handler_unittest.cc', 1823 'renderer/renderer_about_handler_unittest.cc',
1824 'renderer/renderer_main_unittest.cc', 1824 'renderer/renderer_main_unittest.cc',
1825 'renderer/safe_browsing/features_unittest.cc', 1825 'renderer/safe_browsing/features_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/spellchecker/spellcheck_unittest.cc', 1829 'renderer/spellchecker/spellcheck_unittest.cc',
1830 'renderer/spellchecker/spellcheck_provider_unittest.cc',
1830 'renderer/spellchecker/spellcheck_worditerator_unittest.cc', 1831 'renderer/spellchecker/spellcheck_worditerator_unittest.cc',
1831 'service/cloud_print/cloud_print_helpers_unittest.cc', 1832 'service/cloud_print/cloud_print_helpers_unittest.cc',
1832 'service/cloud_print/cloud_print_url_fetcher_unittest.cc', 1833 'service/cloud_print/cloud_print_url_fetcher_unittest.cc',
1833 'service/service_process_unittest.cc', 1834 'service/service_process_unittest.cc',
1834 'test/browser_with_test_window_test.cc', 1835 'test/browser_with_test_window_test.cc',
1835 'test/browser_with_test_window_test.h', 1836 'test/browser_with_test_window_test.h',
1836 'test/data/resource.rc', 1837 'test/data/resource.rc',
1837 'test/file_test_utils.cc', 1838 'test/file_test_utils.cc',
1838 'test/file_test_utils.h', 1839 'test/file_test_utils.h',
1839 'test/menu_model_test.cc', 1840 'test/menu_model_test.cc',
(...skipping 579 matching lines...) Expand 10 before | Expand all | Expand 10 after
2419 '-Wl,-ObjC', 2420 '-Wl,-ObjC',
2420 ], 2421 ],
2421 }, 2422 },
2422 # See the comment in this section of the unit_tests target for an 2423 # See the comment in this section of the unit_tests target for an
2423 # explanation (crbug.com/43791 - libwebcore.a is too large to mmap). 2424 # explanation (crbug.com/43791 - libwebcore.a is too large to mmap).
2424 'dependencies+++': [ 2425 'dependencies+++': [
2425 '../third_party/WebKit/Source/WebCore/WebCore.gyp/WebCore.gyp:webcor e', 2426 '../third_party/WebKit/Source/WebCore/WebCore.gyp/WebCore.gyp:webcor e',
2426 ], 2427 ],
2427 'sources': [ 2428 'sources': [
2428 'renderer/external_popup_menu_unittest.cc', 2429 'renderer/external_popup_menu_unittest.cc',
2430 'browser/spellcheck_message_filter_browsertest.cc',
2429 ], 2431 ],
2430 }, { # else: OS != "mac" 2432 }, { # else: OS != "mac"
2431 'sources!': [ 2433 'sources!': [
2432 'browser/extensions/browser_action_test_util_mac.mm', 2434 'browser/extensions/browser_action_test_util_mac.mm',
2433 ], 2435 ],
2434 }], 2436 }],
2435 ['OS=="linux" or OS=="freebsd"', { 2437 ['OS=="linux" or OS=="freebsd"', {
2436 'conditions': [ 2438 'conditions': [
2437 ['linux_use_tcmalloc==1', { 2439 ['linux_use_tcmalloc==1', {
2438 'dependencies': [ 2440 'dependencies': [
(...skipping 1343 matching lines...) Expand 10 before | Expand all | Expand 10 after
3782 ] 3784 ]
3783 }], # 'coverage!=0' 3785 }], # 'coverage!=0'
3784 ], # 'conditions' 3786 ], # 'conditions'
3785 } 3787 }
3786 3788
3787 # Local Variables: 3789 # Local Variables:
3788 # tab-width:2 3790 # tab-width:2
3789 # indent-tabs-mode:nil 3791 # indent-tabs-mode:nil
3790 # End: 3792 # End:
3791 # vim: set expandtab tabstop=2 shiftwidth=2: 3793 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698