| 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 3020 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3031 'renderer/safe_browsing/phishing_classifier_delegate_browsertest.cc', | 3031 'renderer/safe_browsing/phishing_classifier_delegate_browsertest.cc', |
| 3032 'renderer/safe_browsing/phishing_dom_feature_extractor_browsertest.cc', | 3032 'renderer/safe_browsing/phishing_dom_feature_extractor_browsertest.cc', |
| 3033 'renderer/safe_browsing/phishing_thumbnailer_browsertest.cc', | 3033 'renderer/safe_browsing/phishing_thumbnailer_browsertest.cc', |
| 3034 'renderer/translate_helper_browsertest.cc', | 3034 'renderer/translate_helper_browsertest.cc', |
| 3035 'renderer/webview_animating_overlay_browsertest.cc', | 3035 'renderer/webview_animating_overlay_browsertest.cc', |
| 3036 'test/base/empty_browser_test.cc', | 3036 'test/base/empty_browser_test.cc', |
| 3037 'test/base/in_process_browser_test_browsertest.cc', | 3037 'test/base/in_process_browser_test_browsertest.cc', |
| 3038 'test/base/chrome_render_view_test.cc', | 3038 'test/base/chrome_render_view_test.cc', |
| 3039 'test/base/chrome_render_view_test.h', | 3039 'test/base/chrome_render_view_test.h', |
| 3040 'test/base/chrome_test_launcher.cc', | 3040 'test/base/chrome_test_launcher.cc', |
| 3041 'test/base/tracing_browsertest.cc', |
| 3041 'test/data/webui/assertions.js', | 3042 'test/data/webui/assertions.js', |
| 3042 'test/data/webui/async_gen.cc', | 3043 'test/data/webui/async_gen.cc', |
| 3043 'test/data/webui/async_gen.h', | 3044 'test/data/webui/async_gen.h', |
| 3044 'test/data/webui/async_gen.js', | 3045 'test/data/webui/async_gen.js', |
| 3045 'test/data/webui/certificate_viewer_dialog_test.js', | 3046 'test/data/webui/certificate_viewer_dialog_test.js', |
| 3046 'test/data/webui/certificate_viewer_ui_test-inl.h', | 3047 'test/data/webui/certificate_viewer_ui_test-inl.h', |
| 3047 'test/data/webui/chrome_send_browsertest.cc', | 3048 'test/data/webui/chrome_send_browsertest.cc', |
| 3048 'test/data/webui/chrome_send_browsertest.h', | 3049 'test/data/webui/chrome_send_browsertest.h', |
| 3049 'test/data/webui/chrome_send_browsertest.js', | 3050 'test/data/webui/chrome_send_browsertest.js', |
| 3050 'test/data/webui/mock4js_browsertest.js', | 3051 'test/data/webui/mock4js_browsertest.js', |
| (...skipping 1652 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4703 '--result', '<@(_outputs)', | 4704 '--result', '<@(_outputs)', |
| 4704 '--isolate', 'browser_tests.isolate', | 4705 '--isolate', 'browser_tests.isolate', |
| 4705 ], | 4706 ], |
| 4706 }, | 4707 }, |
| 4707 ], | 4708 ], |
| 4708 }, | 4709 }, |
| 4709 ], | 4710 ], |
| 4710 }], | 4711 }], |
| 4711 ], # 'conditions' | 4712 ], # 'conditions' |
| 4712 } | 4713 } |
| OLD | NEW |