| 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 3061 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3072 'renderer/safe_browsing/phishing_classifier_delegate_browsertest.cc', | 3072 'renderer/safe_browsing/phishing_classifier_delegate_browsertest.cc', |
| 3073 'renderer/safe_browsing/phishing_dom_feature_extractor_browsertest.cc', | 3073 'renderer/safe_browsing/phishing_dom_feature_extractor_browsertest.cc', |
| 3074 'renderer/safe_browsing/phishing_thumbnailer_browsertest.cc', | 3074 'renderer/safe_browsing/phishing_thumbnailer_browsertest.cc', |
| 3075 'renderer/translate_helper_browsertest.cc', | 3075 'renderer/translate_helper_browsertest.cc', |
| 3076 'renderer/webview_animating_overlay_browsertest.cc', | 3076 'renderer/webview_animating_overlay_browsertest.cc', |
| 3077 'test/base/empty_browser_test.cc', | 3077 'test/base/empty_browser_test.cc', |
| 3078 'test/base/in_process_browser_test_browsertest.cc', | 3078 'test/base/in_process_browser_test_browsertest.cc', |
| 3079 'test/base/chrome_render_view_test.cc', | 3079 'test/base/chrome_render_view_test.cc', |
| 3080 'test/base/chrome_render_view_test.h', | 3080 'test/base/chrome_render_view_test.h', |
| 3081 'test/base/chrome_test_launcher.cc', | 3081 'test/base/chrome_test_launcher.cc', |
| 3082 'test/base/tracing_browsertest.cc', |
| 3082 'test/data/webui/assertions.js', | 3083 'test/data/webui/assertions.js', |
| 3083 'test/data/webui/async_gen.cc', | 3084 'test/data/webui/async_gen.cc', |
| 3084 'test/data/webui/async_gen.h', | 3085 'test/data/webui/async_gen.h', |
| 3085 'test/data/webui/async_gen.js', | 3086 'test/data/webui/async_gen.js', |
| 3086 'test/data/webui/certificate_viewer_dialog_test.js', | 3087 'test/data/webui/certificate_viewer_dialog_test.js', |
| 3087 'test/data/webui/certificate_viewer_ui_test-inl.h', | 3088 'test/data/webui/certificate_viewer_ui_test-inl.h', |
| 3088 'test/data/webui/chrome_send_browsertest.cc', | 3089 'test/data/webui/chrome_send_browsertest.cc', |
| 3089 'test/data/webui/chrome_send_browsertest.h', | 3090 'test/data/webui/chrome_send_browsertest.h', |
| 3090 'test/data/webui/chrome_send_browsertest.js', | 3091 'test/data/webui/chrome_send_browsertest.js', |
| 3091 'test/data/webui/mock4js_browsertest.js', | 3092 'test/data/webui/mock4js_browsertest.js', |
| (...skipping 1660 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4752 '--result', '<@(_outputs)', | 4753 '--result', '<@(_outputs)', |
| 4753 '--isolate', 'browser_tests.isolate', | 4754 '--isolate', 'browser_tests.isolate', |
| 4754 ], | 4755 ], |
| 4755 }, | 4756 }, |
| 4756 ], | 4757 ], |
| 4757 }, | 4758 }, |
| 4758 ], | 4759 ], |
| 4759 }], | 4760 }], |
| 4760 ], # 'conditions' | 4761 ], # 'conditions' |
| 4761 } | 4762 } |
| OLD | NEW |