OLD | NEW |
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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_dll_resource.h', | 8 'app/chrome_dll_resource.h', |
9 'common/pref_names.cc', | 9 'common/pref_names.cc', |
10 'common/pref_names.h', | 10 'common/pref_names.h', |
(...skipping 2006 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2017 'renderer/safe_browsing/phishing_classifier_browsertest.cc', | 2017 'renderer/safe_browsing/phishing_classifier_browsertest.cc', |
2018 'renderer/safe_browsing/phishing_dom_feature_extractor_browsertest.cc', | 2018 'renderer/safe_browsing/phishing_dom_feature_extractor_browsertest.cc', |
2019 'renderer/safe_browsing/phishing_thumbnailer_browsertest.cc', | 2019 'renderer/safe_browsing/phishing_thumbnailer_browsertest.cc', |
2020 'renderer/safe_browsing/render_view_fake_resources_test.cc', | 2020 'renderer/safe_browsing/render_view_fake_resources_test.cc', |
2021 'renderer/safe_browsing/render_view_fake_resources_test.h', | 2021 'renderer/safe_browsing/render_view_fake_resources_test.h', |
2022 'renderer/translate_helper_browsertest.cc', | 2022 'renderer/translate_helper_browsertest.cc', |
2023 'test/automation/dom_automation_browsertest.cc', | 2023 'test/automation/dom_automation_browsertest.cc', |
2024 'test/in_process_browser_test.cc', | 2024 'test/in_process_browser_test.cc', |
2025 'test/in_process_browser_test.h', | 2025 'test/in_process_browser_test.h', |
2026 'test/out_of_proc_test_runner.cc', | 2026 'test/out_of_proc_test_runner.cc', |
| 2027 'test/plugin/pdf_browsertest.cc', |
2027 'test/render_view_test.cc', | 2028 'test/render_view_test.cc', |
2028 'test/render_view_test.h', | 2029 'test/render_view_test.h', |
2029 ], | 2030 ], |
2030 'conditions': [ | 2031 'conditions': [ |
2031 ['chromeos==0', { | 2032 ['chromeos==0', { |
2032 'sources/': [ | 2033 'sources/': [ |
2033 ['exclude', '^browser/chromeos'], | 2034 ['exclude', '^browser/chromeos'], |
2034 # Currently TTS extension API is supported only for chromeos. | 2035 # Currently TTS extension API is supported only for chromeos. |
2035 # Remove the following exclude when support for other platforms | 2036 # Remove the following exclude when support for other platforms |
2036 # is added. | 2037 # is added. |
(...skipping 1233 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3270 ] | 3271 ] |
3271 }], # 'coverage!=0' | 3272 }], # 'coverage!=0' |
3272 ], # 'conditions' | 3273 ], # 'conditions' |
3273 } | 3274 } |
3274 | 3275 |
3275 # Local Variables: | 3276 # Local Variables: |
3276 # tab-width:2 | 3277 # tab-width:2 |
3277 # indent-tabs-mode:nil | 3278 # indent-tabs-mode:nil |
3278 # End: | 3279 # End: |
3279 # vim: set expandtab tabstop=2 shiftwidth=2: | 3280 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |