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 1278 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1289 'renderer/safe_browsing/phishing_classifier_delegate_browsertest.cc', | 1289 'renderer/safe_browsing/phishing_classifier_delegate_browsertest.cc', |
1290 'renderer/safe_browsing/phishing_dom_feature_extractor_browsertest.cc', | 1290 'renderer/safe_browsing/phishing_dom_feature_extractor_browsertest.cc', |
1291 'renderer/safe_browsing/phishing_thumbnailer_browsertest.cc', | 1291 'renderer/safe_browsing/phishing_thumbnailer_browsertest.cc', |
1292 'renderer/translate_helper_browsertest.cc', | 1292 'renderer/translate_helper_browsertest.cc', |
1293 'test/base/chrome_render_view_test.cc', | 1293 'test/base/chrome_render_view_test.cc', |
1294 'test/base/chrome_render_view_test.h', | 1294 'test/base/chrome_render_view_test.h', |
1295 'test/base/chrome_test_launcher.cc', | 1295 'test/base/chrome_test_launcher.cc', |
1296 'test/base/empty_browser_test.cc', | 1296 'test/base/empty_browser_test.cc', |
1297 'test/base/in_process_browser_test_browsertest.cc', | 1297 'test/base/in_process_browser_test_browsertest.cc', |
1298 'test/base/tracing_browsertest.cc', | 1298 'test/base/tracing_browsertest.cc', |
| 1299 'test/data/webui/accessibility_audit_browsertest.js', |
1299 'test/data/webui/assertions.js', | 1300 'test/data/webui/assertions.js', |
1300 'test/data/webui/async_gen.cc', | 1301 'test/data/webui/async_gen.cc', |
1301 'test/data/webui/async_gen.h', | 1302 'test/data/webui/async_gen.h', |
1302 'test/data/webui/async_gen.js', | 1303 'test/data/webui/async_gen.js', |
1303 'test/data/webui/certificate_viewer_dialog_test.js', | 1304 'test/data/webui/certificate_viewer_dialog_test.js', |
1304 'test/data/webui/certificate_viewer_ui_test-inl.h', | 1305 'test/data/webui/certificate_viewer_ui_test-inl.h', |
1305 'test/data/webui/chrome_send_browsertest.cc', | 1306 'test/data/webui/chrome_send_browsertest.cc', |
1306 'test/data/webui/chrome_send_browsertest.h', | 1307 'test/data/webui/chrome_send_browsertest.h', |
1307 'test/data/webui/chrome_send_browsertest.js', | 1308 'test/data/webui/chrome_send_browsertest.js', |
1308 'test/data/webui/history_browsertest.js', | 1309 'test/data/webui/history_browsertest.js', |
(...skipping 1548 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2857 'sync_integration_tests.isolate', | 2858 'sync_integration_tests.isolate', |
2858 ], | 2859 ], |
2859 'sources': [ | 2860 'sources': [ |
2860 'sync_integration_tests.isolate', | 2861 'sync_integration_tests.isolate', |
2861 ], | 2862 ], |
2862 }, | 2863 }, |
2863 ], | 2864 ], |
2864 }], | 2865 }], |
2865 ], # 'conditions' | 2866 ], # 'conditions' |
2866 } | 2867 } |
OLD | NEW |