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 1237 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1248 'renderer/safe_browsing/phishing_classifier_delegate_browsertest.cc', | 1248 'renderer/safe_browsing/phishing_classifier_delegate_browsertest.cc', |
1249 'renderer/safe_browsing/phishing_dom_feature_extractor_browsertest.cc', | 1249 'renderer/safe_browsing/phishing_dom_feature_extractor_browsertest.cc', |
1250 'renderer/safe_browsing/phishing_thumbnailer_browsertest.cc', | 1250 'renderer/safe_browsing/phishing_thumbnailer_browsertest.cc', |
1251 'renderer/translate_helper_browsertest.cc', | 1251 'renderer/translate_helper_browsertest.cc', |
1252 'test/base/chrome_render_view_test.cc', | 1252 'test/base/chrome_render_view_test.cc', |
1253 'test/base/chrome_render_view_test.h', | 1253 'test/base/chrome_render_view_test.h', |
1254 'test/base/chrome_test_launcher.cc', | 1254 'test/base/chrome_test_launcher.cc', |
1255 'test/base/empty_browser_test.cc', | 1255 'test/base/empty_browser_test.cc', |
1256 'test/base/in_process_browser_test_browsertest.cc', | 1256 'test/base/in_process_browser_test_browsertest.cc', |
1257 'test/base/tracing_browsertest.cc', | 1257 'test/base/tracing_browsertest.cc', |
| 1258 'test/data/webui/a11y_audit_browsertest.js', |
1258 'test/data/webui/assertions.js', | 1259 'test/data/webui/assertions.js', |
1259 'test/data/webui/async_gen.cc', | 1260 'test/data/webui/async_gen.cc', |
1260 'test/data/webui/async_gen.h', | 1261 'test/data/webui/async_gen.h', |
1261 'test/data/webui/async_gen.js', | 1262 'test/data/webui/async_gen.js', |
1262 'test/data/webui/certificate_viewer_dialog_test.js', | 1263 'test/data/webui/certificate_viewer_dialog_test.js', |
1263 'test/data/webui/certificate_viewer_ui_test-inl.h', | 1264 'test/data/webui/certificate_viewer_ui_test-inl.h', |
1264 'test/data/webui/chrome_send_browsertest.cc', | 1265 'test/data/webui/chrome_send_browsertest.cc', |
1265 'test/data/webui/chrome_send_browsertest.h', | 1266 'test/data/webui/chrome_send_browsertest.h', |
1266 'test/data/webui/chrome_send_browsertest.js', | 1267 'test/data/webui/chrome_send_browsertest.js', |
1267 'test/data/webui/history_browsertest.js', | 1268 'test/data/webui/history_browsertest.js', |
(...skipping 1542 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2810 'sync_integration_tests.isolate', | 2811 'sync_integration_tests.isolate', |
2811 ], | 2812 ], |
2812 'sources': [ | 2813 'sources': [ |
2813 'sync_integration_tests.isolate', | 2814 'sync_integration_tests.isolate', |
2814 ], | 2815 ], |
2815 }, | 2816 }, |
2816 ], | 2817 ], |
2817 }], | 2818 }], |
2818 ], # 'conditions' | 2819 ], # 'conditions' |
2819 } | 2820 } |
OLD | NEW |