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 1283 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1294 'renderer/safe_browsing/phishing_classifier_delegate_browsertest.cc', | 1294 'renderer/safe_browsing/phishing_classifier_delegate_browsertest.cc', |
1295 'renderer/safe_browsing/phishing_dom_feature_extractor_browsertest.cc', | 1295 'renderer/safe_browsing/phishing_dom_feature_extractor_browsertest.cc', |
1296 'renderer/safe_browsing/phishing_thumbnailer_browsertest.cc', | 1296 'renderer/safe_browsing/phishing_thumbnailer_browsertest.cc', |
1297 'renderer/translate_helper_browsertest.cc', | 1297 'renderer/translate_helper_browsertest.cc', |
1298 'test/base/chrome_render_view_test.cc', | 1298 'test/base/chrome_render_view_test.cc', |
1299 'test/base/chrome_render_view_test.h', | 1299 'test/base/chrome_render_view_test.h', |
1300 'test/base/chrome_test_launcher.cc', | 1300 'test/base/chrome_test_launcher.cc', |
1301 'test/base/empty_browser_test.cc', | 1301 'test/base/empty_browser_test.cc', |
1302 'test/base/in_process_browser_test_browsertest.cc', | 1302 'test/base/in_process_browser_test_browsertest.cc', |
1303 'test/base/tracing_browsertest.cc', | 1303 'test/base/tracing_browsertest.cc', |
| 1304 'test/data/webui/accessibility_audit_browsertest.js', |
1304 'test/data/webui/assertions.js', | 1305 'test/data/webui/assertions.js', |
1305 'test/data/webui/async_gen.cc', | 1306 'test/data/webui/async_gen.cc', |
1306 'test/data/webui/async_gen.h', | 1307 'test/data/webui/async_gen.h', |
1307 'test/data/webui/async_gen.js', | 1308 'test/data/webui/async_gen.js', |
1308 'test/data/webui/certificate_viewer_dialog_test.js', | 1309 'test/data/webui/certificate_viewer_dialog_test.js', |
1309 'test/data/webui/certificate_viewer_ui_test-inl.h', | 1310 'test/data/webui/certificate_viewer_ui_test-inl.h', |
1310 'test/data/webui/chrome_send_browsertest.cc', | 1311 'test/data/webui/chrome_send_browsertest.cc', |
1311 'test/data/webui/chrome_send_browsertest.h', | 1312 'test/data/webui/chrome_send_browsertest.h', |
1312 'test/data/webui/chrome_send_browsertest.js', | 1313 'test/data/webui/chrome_send_browsertest.js', |
1313 'test/data/webui/history_browsertest.js', | 1314 'test/data/webui/history_browsertest.js', |
(...skipping 1548 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2862 'sync_integration_tests.isolate', | 2863 'sync_integration_tests.isolate', |
2863 ], | 2864 ], |
2864 'sources': [ | 2865 'sources': [ |
2865 'sync_integration_tests.isolate', | 2866 'sync_integration_tests.isolate', |
2866 ], | 2867 ], |
2867 }, | 2868 }, |
2868 ], | 2869 ], |
2869 }], | 2870 }], |
2870 ], # 'conditions' | 2871 ], # 'conditions' |
2871 } | 2872 } |
OLD | NEW |