| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'pyautolib_sources': [ | 6 'pyautolib_sources': [ |
| 7 'app/chrome_command_ids.h', | 7 'app/chrome_command_ids.h', |
| 8 'app/chrome_dll_resource.h', | 8 'app/chrome_dll_resource.h', |
| 9 'common/automation_constants.h', | 9 'common/automation_constants.h', |
| 10 'common/pref_names.cc', | 10 'common/pref_names.cc', |
| (...skipping 2954 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2965 'renderer/print_web_view_helper_browsertest.cc', | 2965 'renderer/print_web_view_helper_browsertest.cc', |
| 2966 'renderer/safe_browsing/malware_dom_details_browsertest.cc', | 2966 'renderer/safe_browsing/malware_dom_details_browsertest.cc', |
| 2967 'renderer/safe_browsing/phishing_classifier_browsertest.cc', | 2967 'renderer/safe_browsing/phishing_classifier_browsertest.cc', |
| 2968 'renderer/safe_browsing/phishing_classifier_delegate_browsertest.cc', | 2968 'renderer/safe_browsing/phishing_classifier_delegate_browsertest.cc', |
| 2969 'renderer/safe_browsing/phishing_dom_feature_extractor_browsertest.cc', | 2969 'renderer/safe_browsing/phishing_dom_feature_extractor_browsertest.cc', |
| 2970 'renderer/safe_browsing/phishing_thumbnailer_browsertest.cc', | 2970 'renderer/safe_browsing/phishing_thumbnailer_browsertest.cc', |
| 2971 'renderer/translate_helper_browsertest.cc', | 2971 'renderer/translate_helper_browsertest.cc', |
| 2972 'test/automation/dom_automation_browsertest.cc', | 2972 'test/automation/dom_automation_browsertest.cc', |
| 2973 'test/base/layout_test_http_server.cc', | 2973 'test/base/layout_test_http_server.cc', |
| 2974 'test/base/layout_test_http_server.h', | 2974 'test/base/layout_test_http_server.h', |
| 2975 'test/base/empty_browser_test.cc', |
| 2975 'test/base/in_process_browser_test_browsertest.cc', | 2976 'test/base/in_process_browser_test_browsertest.cc', |
| 2976 'test/base/chrome_render_view_test.cc', | 2977 'test/base/chrome_render_view_test.cc', |
| 2977 'test/base/chrome_render_view_test.h', | 2978 'test/base/chrome_render_view_test.h', |
| 2978 'test/base/chrome_test_launcher.cc', | 2979 'test/base/chrome_test_launcher.cc', |
| 2979 'test/data/webui/assertions.js', | 2980 'test/data/webui/assertions.js', |
| 2980 'test/data/webui/async_gen.cc', | 2981 'test/data/webui/async_gen.cc', |
| 2981 'test/data/webui/async_gen.h', | 2982 'test/data/webui/async_gen.h', |
| 2982 'test/data/webui/async_gen.js', | 2983 'test/data/webui/async_gen.js', |
| 2983 'test/data/webui/certificate_viewer_dialog_test.js', | 2984 'test/data/webui/certificate_viewer_dialog_test.js', |
| 2984 'test/data/webui/certificate_viewer_ui_test-inl.h', | 2985 'test/data/webui/certificate_viewer_ui_test-inl.h', |
| (...skipping 1666 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4651 # Use outputs of this action as inputs for the main target build. | 4652 # Use outputs of this action as inputs for the main target build. |
| 4652 # Seems as a misnomer but makes this happy on Linux (scons). | 4653 # Seems as a misnomer but makes this happy on Linux (scons). |
| 4653 'process_outputs_as_sources': 1, | 4654 'process_outputs_as_sources': 1, |
| 4654 }, | 4655 }, |
| 4655 ], # 'actions' | 4656 ], # 'actions' |
| 4656 }, | 4657 }, |
| 4657 ] | 4658 ] |
| 4658 }], # 'coverage!=0' | 4659 }], # 'coverage!=0' |
| 4659 ], # 'conditions' | 4660 ], # 'conditions' |
| 4660 } | 4661 } |
| OLD | NEW |