| OLD | NEW |
| 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 1807 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1818 'renderer/render_process_unittest.cc', | 1818 'renderer/render_process_unittest.cc', |
| 1819 'renderer/render_thread_unittest.cc', | 1819 'renderer/render_thread_unittest.cc', |
| 1820 'renderer/render_widget_unittest.cc', | 1820 'renderer/render_widget_unittest.cc', |
| 1821 'renderer/renderer_about_handler_unittest.cc', | 1821 'renderer/renderer_about_handler_unittest.cc', |
| 1822 'renderer/renderer_main_unittest.cc', | 1822 'renderer/renderer_main_unittest.cc', |
| 1823 'renderer/safe_browsing/features_unittest.cc', | 1823 'renderer/safe_browsing/features_unittest.cc', |
| 1824 'renderer/safe_browsing/phishing_term_feature_extractor_unittest.cc', | 1824 'renderer/safe_browsing/phishing_term_feature_extractor_unittest.cc', |
| 1825 'renderer/safe_browsing/phishing_url_feature_extractor_unittest.cc', | 1825 'renderer/safe_browsing/phishing_url_feature_extractor_unittest.cc', |
| 1826 'renderer/safe_browsing/scorer_unittest.cc', | 1826 'renderer/safe_browsing/scorer_unittest.cc', |
| 1827 'renderer/spellchecker/spellcheck_unittest.cc', | 1827 'renderer/spellchecker/spellcheck_unittest.cc', |
| 1828 'renderer/spellchecker/spellcheck_provider_unittest.cc', |
| 1828 'renderer/spellchecker/spellcheck_worditerator_unittest.cc', | 1829 'renderer/spellchecker/spellcheck_worditerator_unittest.cc', |
| 1829 'service/cloud_print/cloud_print_helpers_unittest.cc', | 1830 'service/cloud_print/cloud_print_helpers_unittest.cc', |
| 1830 'service/cloud_print/cloud_print_url_fetcher_unittest.cc', | 1831 'service/cloud_print/cloud_print_url_fetcher_unittest.cc', |
| 1831 'service/service_process_unittest.cc', | 1832 'service/service_process_unittest.cc', |
| 1832 'test/browser_with_test_window_test.cc', | 1833 'test/browser_with_test_window_test.cc', |
| 1833 'test/browser_with_test_window_test.h', | 1834 'test/browser_with_test_window_test.h', |
| 1834 'test/data/resource.rc', | 1835 'test/data/resource.rc', |
| 1835 'test/file_test_utils.cc', | 1836 'test/file_test_utils.cc', |
| 1836 'test/file_test_utils.h', | 1837 'test/file_test_utils.h', |
| 1837 'test/menu_model_test.cc', | 1838 'test/menu_model_test.cc', |
| (...skipping 581 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 1333 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3772 ] | 3774 ] |
| 3773 }], # 'coverage!=0' | 3775 }], # 'coverage!=0' |
| 3774 ], # 'conditions' | 3776 ], # 'conditions' |
| 3775 } | 3777 } |
| 3776 | 3778 |
| 3777 # Local Variables: | 3779 # Local Variables: |
| 3778 # tab-width:2 | 3780 # tab-width:2 |
| 3779 # indent-tabs-mode:nil | 3781 # indent-tabs-mode:nil |
| 3780 # End: | 3782 # End: |
| 3781 # vim: set expandtab tabstop=2 shiftwidth=2: | 3783 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |