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 2523 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2534 'renderer/print_web_view_helper_browsertest.cc', | 2534 'renderer/print_web_view_helper_browsertest.cc', |
2535 'renderer/safe_browsing/malware_dom_details_browsertest.cc', | 2535 'renderer/safe_browsing/malware_dom_details_browsertest.cc', |
2536 'renderer/safe_browsing/phishing_classifier_browsertest.cc', | 2536 'renderer/safe_browsing/phishing_classifier_browsertest.cc', |
2537 'renderer/safe_browsing/phishing_classifier_delegate_browsertest.cc', | 2537 'renderer/safe_browsing/phishing_classifier_delegate_browsertest.cc', |
2538 'renderer/safe_browsing/phishing_dom_feature_extractor_browsertest.cc', | 2538 'renderer/safe_browsing/phishing_dom_feature_extractor_browsertest.cc', |
2539 'renderer/safe_browsing/phishing_thumbnailer_browsertest.cc', | 2539 'renderer/safe_browsing/phishing_thumbnailer_browsertest.cc', |
2540 'renderer/safe_browsing/render_view_fake_resources_test.cc', | 2540 'renderer/safe_browsing/render_view_fake_resources_test.cc', |
2541 'renderer/safe_browsing/render_view_fake_resources_test.h', | 2541 'renderer/safe_browsing/render_view_fake_resources_test.h', |
2542 'renderer/translate_helper_browsertest.cc', | 2542 'renderer/translate_helper_browsertest.cc', |
2543 'test/automation/dom_automation_browsertest.cc', | 2543 'test/automation/dom_automation_browsertest.cc', |
| 2544 'test/data/webui/print_preview.js', |
2544 'test/data/webui/sample_pass.js', | 2545 'test/data/webui/sample_pass.js', |
2545 'test/gpu/gpu_browsertest.cc', | 2546 'test/gpu/gpu_browsertest.cc', |
2546 'test/in_process_browser_test_browsertest.cc', | 2547 'test/in_process_browser_test_browsertest.cc', |
2547 'test/out_of_proc_test_runner.cc', | 2548 'test/out_of_proc_test_runner.cc', |
2548 'test/render_view_test.cc', | 2549 'test/render_view_test.cc', |
2549 'test/render_view_test.h', | 2550 'test/render_view_test.h', |
2550 # TODO(craig): Rename this and run from base_unittests when the test | 2551 # TODO(craig): Rename this and run from base_unittests when the test |
2551 # is safe to run there. See http://crbug.com/78722 for details. | 2552 # is safe to run there. See http://crbug.com/78722 for details. |
2552 '../base/files/file_path_watcher_browsertest.cc', | 2553 '../base/files/file_path_watcher_browsertest.cc', |
2553 '../content/browser/child_process_security_policy_browsertest.cc', | 2554 '../content/browser/child_process_security_policy_browsertest.cc', |
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2728 'rules': [ | 2729 'rules': [ |
2729 { | 2730 { |
2730 'rule_name': 'js2webui', | 2731 'rule_name': 'js2webui', |
2731 'extension': 'js', | 2732 'extension': 'js', |
2732 'inputs': [ | 2733 'inputs': [ |
2733 '<(gypv8sh)', | 2734 '<(gypv8sh)', |
2734 '<(PRODUCT_DIR)/v8_shell<(EXECUTABLE_SUFFIX)', | 2735 '<(PRODUCT_DIR)/v8_shell<(EXECUTABLE_SUFFIX)', |
2735 '<(js2webui)', | 2736 '<(js2webui)', |
2736 ], | 2737 ], |
2737 'outputs': [ | 2738 'outputs': [ |
2738 '<(js2webui_out_dir)/chrome/<(rule_input_relpath)/<(RULE_INPUT_R
OOT)-inl.h', | 2739 '<(js2webui_out_dir)/js2webui/chrome/<(rule_input_relpath)/<(RUL
E_INPUT_ROOT)-inl.h', |
2739 ], | 2740 ], |
2740 'process_outputs_as_sources': 1, | 2741 'process_outputs_as_sources': 1, |
2741 'action': [ | 2742 'action': [ |
2742 'python', '<@(_inputs)', '<(RULE_INPUT_PATH)', '<@(_outputs)', | 2743 'python', '<@(_inputs)', '<(RULE_INPUT_PATH)', '<@(_outputs)', |
2743 ], | 2744 ], |
2744 }, | 2745 }, |
2745 ], | 2746 ], |
2746 'include_dirs': [ | 2747 'include_dirs': [ |
2747 '<(js2webui_out_dir)', | 2748 '<(js2webui_out_dir)', |
2748 ], | 2749 ], |
(...skipping 1412 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4161 ] | 4162 ] |
4162 }], # 'coverage!=0' | 4163 }], # 'coverage!=0' |
4163 ], # 'conditions' | 4164 ], # 'conditions' |
4164 } | 4165 } |
4165 | 4166 |
4166 # Local Variables: | 4167 # Local Variables: |
4167 # tab-width:2 | 4168 # tab-width:2 |
4168 # indent-tabs-mode:nil | 4169 # indent-tabs-mode:nil |
4169 # End: | 4170 # End: |
4170 # vim: set expandtab tabstop=2 shiftwidth=2: | 4171 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |