| 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 'variables' : { | 5 'variables' : { |
| 6 # Variables for js2gtest rules | 6 # Variables for js2gtest rules |
| 7 'gypv8sh': '../tools/gypv8sh.py', | 7 'gypv8sh': '../tools/gypv8sh.py', |
| 8 'js2gtest': 'test/base/js2gtest.js', | 8 'js2gtest': 'test/base/js2gtest.js', |
| 9 'js2gtest_out_dir': '<(SHARED_INTERMEDIATE_DIR)/js2gtest', | 9 'js2gtest_out_dir': '<(SHARED_INTERMEDIATE_DIR)/js2gtest', |
| 10 'mock_js': 'third_party/mock4js/mock4js.js', | 10 'mock_js': 'third_party/mock4js/mock4js.js', |
| (...skipping 2608 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2619 'browser/ui/webui/options/certificate_manager_browsertest.js', | 2619 'browser/ui/webui/options/certificate_manager_browsertest.js', |
| 2620 'browser/ui/webui/options/content_options_browsertest.js', | 2620 'browser/ui/webui/options/content_options_browsertest.js', |
| 2621 'browser/ui/webui/options/content_settings_exception_area_browsertest.js
', | 2621 'browser/ui/webui/options/content_settings_exception_area_browsertest.js
', |
| 2622 'browser/ui/webui/options/cookies_view_browsertest.js', | 2622 'browser/ui/webui/options/cookies_view_browsertest.js', |
| 2623 'browser/ui/webui/options/font_settings_browsertest.js', | 2623 'browser/ui/webui/options/font_settings_browsertest.js', |
| 2624 'browser/ui/webui/options/language_options_browsertest.js', | 2624 'browser/ui/webui/options/language_options_browsertest.js', |
| 2625 'browser/ui/webui/options/options_browsertest.js', | 2625 'browser/ui/webui/options/options_browsertest.js', |
| 2626 'browser/ui/webui/options/password_manager_browsertest.js', | 2626 'browser/ui/webui/options/password_manager_browsertest.js', |
| 2627 'browser/ui/webui/options/personal_options_browsertest.js', | 2627 'browser/ui/webui/options/personal_options_browsertest.js', |
| 2628 'browser/ui/webui/options/search_engine_manager_browsertest.js', | 2628 'browser/ui/webui/options/search_engine_manager_browsertest.js', |
| 2629 'browser/ui/webui/sync_setup_browsertest.js', |
| 2629 'browser/ui/webui/test_html_dialog_ui_delegate.cc', | 2630 'browser/ui/webui/test_html_dialog_ui_delegate.cc', |
| 2630 'browser/ui/webui/test_html_dialog_ui_delegate.h', | 2631 'browser/ui/webui/test_html_dialog_ui_delegate.h', |
| 2631 'browser/ui/webui/web_ui_browsertest.cc', | 2632 'browser/ui/webui/web_ui_browsertest.cc', |
| 2632 'browser/ui/webui/web_ui_browsertest.h', | 2633 'browser/ui/webui/web_ui_browsertest.h', |
| 2633 'browser/ui/webui/web_ui_test_handler.cc', | 2634 'browser/ui/webui/web_ui_test_handler.cc', |
| 2634 'browser/ui/webui/web_ui_test_handler.h', | 2635 'browser/ui/webui/web_ui_test_handler.h', |
| 2635 'common/time_format_browsertest.cc', | 2636 'common/time_format_browsertest.cc', |
| 2636 'renderer/autofill/autofill_browsertest.cc', | 2637 'renderer/autofill/autofill_browsertest.cc', |
| 2637 'renderer/autofill/form_autocomplete_browsertest.cc', | 2638 'renderer/autofill/form_autocomplete_browsertest.cc', |
| 2638 'renderer/autofill/form_autofill_browsertest.cc', | 2639 'renderer/autofill/form_autofill_browsertest.cc', |
| (...skipping 1605 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4244 # Use outputs of this action as inputs for the main target build. | 4245 # Use outputs of this action as inputs for the main target build. |
| 4245 # Seems as a misnomer but makes this happy on Linux (scons). | 4246 # Seems as a misnomer but makes this happy on Linux (scons). |
| 4246 'process_outputs_as_sources': 1, | 4247 'process_outputs_as_sources': 1, |
| 4247 }, | 4248 }, |
| 4248 ], # 'actions' | 4249 ], # 'actions' |
| 4249 }, | 4250 }, |
| 4250 ] | 4251 ] |
| 4251 }], # 'coverage!=0' | 4252 }], # 'coverage!=0' |
| 4252 ], # 'conditions' | 4253 ], # 'conditions' |
| 4253 } | 4254 } |
| OLD | NEW |