| 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 2984 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2995 'renderer/print_web_view_helper_browsertest.cc', | 2995 'renderer/print_web_view_helper_browsertest.cc', |
| 2996 'renderer/safe_browsing/malware_dom_details_browsertest.cc', | 2996 'renderer/safe_browsing/malware_dom_details_browsertest.cc', |
| 2997 'renderer/safe_browsing/phishing_classifier_browsertest.cc', | 2997 'renderer/safe_browsing/phishing_classifier_browsertest.cc', |
| 2998 'renderer/safe_browsing/phishing_classifier_delegate_browsertest.cc', | 2998 'renderer/safe_browsing/phishing_classifier_delegate_browsertest.cc', |
| 2999 'renderer/safe_browsing/phishing_dom_feature_extractor_browsertest.cc', | 2999 'renderer/safe_browsing/phishing_dom_feature_extractor_browsertest.cc', |
| 3000 'renderer/safe_browsing/phishing_thumbnailer_browsertest.cc', | 3000 'renderer/safe_browsing/phishing_thumbnailer_browsertest.cc', |
| 3001 'renderer/translate_helper_browsertest.cc', | 3001 'renderer/translate_helper_browsertest.cc', |
| 3002 'test/automation/dom_automation_browsertest.cc', | 3002 'test/automation/dom_automation_browsertest.cc', |
| 3003 'test/base/layout_test_http_server.cc', | 3003 'test/base/layout_test_http_server.cc', |
| 3004 'test/base/layout_test_http_server.h', | 3004 'test/base/layout_test_http_server.h', |
| 3005 'test/base/empty_browser_test.cc', |
| 3005 'test/base/in_process_browser_test_browsertest.cc', | 3006 'test/base/in_process_browser_test_browsertest.cc', |
| 3006 'test/base/chrome_render_view_test.cc', | 3007 'test/base/chrome_render_view_test.cc', |
| 3007 'test/base/chrome_render_view_test.h', | 3008 'test/base/chrome_render_view_test.h', |
| 3008 'test/base/chrome_test_launcher.cc', | 3009 'test/base/chrome_test_launcher.cc', |
| 3009 'test/data/webui/assertions.js', | 3010 'test/data/webui/assertions.js', |
| 3010 'test/data/webui/async_gen.cc', | 3011 'test/data/webui/async_gen.cc', |
| 3011 'test/data/webui/async_gen.h', | 3012 'test/data/webui/async_gen.h', |
| 3012 'test/data/webui/async_gen.js', | 3013 'test/data/webui/async_gen.js', |
| 3013 'test/data/webui/certificate_viewer_dialog_test.js', | 3014 'test/data/webui/certificate_viewer_dialog_test.js', |
| 3014 'test/data/webui/certificate_viewer_ui_test-inl.h', | 3015 'test/data/webui/certificate_viewer_ui_test-inl.h', |
| (...skipping 1666 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4681 # Use outputs of this action as inputs for the main target build. | 4682 # Use outputs of this action as inputs for the main target build. |
| 4682 # Seems as a misnomer but makes this happy on Linux (scons). | 4683 # Seems as a misnomer but makes this happy on Linux (scons). |
| 4683 'process_outputs_as_sources': 1, | 4684 'process_outputs_as_sources': 1, |
| 4684 }, | 4685 }, |
| 4685 ], # 'actions' | 4686 ], # 'actions' |
| 4686 }, | 4687 }, |
| 4687 ] | 4688 ] |
| 4688 }], # 'coverage!=0' | 4689 }], # 'coverage!=0' |
| 4689 ], # 'conditions' | 4690 ], # 'conditions' |
| 4690 } | 4691 } |
| OLD | NEW |