| 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 'mock_js': 'third_party/mock4js/mock4js.js', | 9 'mock_js': 'third_party/mock4js/mock4js.js', |
| 10 'test_api_js': 'test/data/webui/test_api.js', | 10 'test_api_js': 'test/data/webui/test_api.js', |
| (...skipping 2620 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2631 'browser/ui/webui/options/certificate_manager_browsertest.js', | 2631 'browser/ui/webui/options/certificate_manager_browsertest.js', |
| 2632 'browser/ui/webui/options/content_options_browsertest.js', | 2632 'browser/ui/webui/options/content_options_browsertest.js', |
| 2633 'browser/ui/webui/options/content_settings_exception_area_browsertest.js
', | 2633 'browser/ui/webui/options/content_settings_exception_area_browsertest.js
', |
| 2634 'browser/ui/webui/options/cookies_view_browsertest.js', | 2634 'browser/ui/webui/options/cookies_view_browsertest.js', |
| 2635 'browser/ui/webui/options/font_settings_browsertest.js', | 2635 'browser/ui/webui/options/font_settings_browsertest.js', |
| 2636 'browser/ui/webui/options/language_options_browsertest.js', | 2636 'browser/ui/webui/options/language_options_browsertest.js', |
| 2637 'browser/ui/webui/options/options_browsertest.js', | 2637 'browser/ui/webui/options/options_browsertest.js', |
| 2638 'browser/ui/webui/options/password_manager_browsertest.js', | 2638 'browser/ui/webui/options/password_manager_browsertest.js', |
| 2639 'browser/ui/webui/options/personal_options_browsertest.js', | 2639 'browser/ui/webui/options/personal_options_browsertest.js', |
| 2640 'browser/ui/webui/options/search_engine_manager_browsertest.js', | 2640 'browser/ui/webui/options/search_engine_manager_browsertest.js', |
| 2641 'browser/ui/webui/sync_setup_browsertest.js', |
| 2641 'browser/ui/webui/test_html_dialog_ui_delegate.cc', | 2642 'browser/ui/webui/test_html_dialog_ui_delegate.cc', |
| 2642 'browser/ui/webui/test_html_dialog_ui_delegate.h', | 2643 'browser/ui/webui/test_html_dialog_ui_delegate.h', |
| 2643 'browser/ui/webui/web_ui_browsertest.cc', | 2644 'browser/ui/webui/web_ui_browsertest.cc', |
| 2644 'browser/ui/webui/web_ui_browsertest.h', | 2645 'browser/ui/webui/web_ui_browsertest.h', |
| 2645 'browser/ui/webui/web_ui_test_handler.cc', | 2646 'browser/ui/webui/web_ui_test_handler.cc', |
| 2646 'browser/ui/webui/web_ui_test_handler.h', | 2647 'browser/ui/webui/web_ui_test_handler.h', |
| 2647 'common/time_format_browsertest.cc', | 2648 'common/time_format_browsertest.cc', |
| 2648 'renderer/autofill/autofill_browsertest.cc', | 2649 'renderer/autofill/autofill_browsertest.cc', |
| 2649 'renderer/autofill/form_autocomplete_browsertest.cc', | 2650 'renderer/autofill/form_autocomplete_browsertest.cc', |
| 2650 'renderer/autofill/form_autofill_browsertest.cc', | 2651 'renderer/autofill/form_autofill_browsertest.cc', |
| (...skipping 1599 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4250 # Use outputs of this action as inputs for the main target build. | 4251 # Use outputs of this action as inputs for the main target build. |
| 4251 # Seems as a misnomer but makes this happy on Linux (scons). | 4252 # Seems as a misnomer but makes this happy on Linux (scons). |
| 4252 'process_outputs_as_sources': 1, | 4253 'process_outputs_as_sources': 1, |
| 4253 }, | 4254 }, |
| 4254 ], # 'actions' | 4255 ], # 'actions' |
| 4255 }, | 4256 }, |
| 4256 ] | 4257 ] |
| 4257 }], # 'coverage!=0' | 4258 }], # 'coverage!=0' |
| 4258 ], # 'conditions' | 4259 ], # 'conditions' |
| 4259 } | 4260 } |
| OLD | NEW |