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 1253 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1264 'renderer/safe_browsing/phishing_classifier_delegate_browsertest.cc', | 1264 'renderer/safe_browsing/phishing_classifier_delegate_browsertest.cc', |
1265 'renderer/safe_browsing/phishing_dom_feature_extractor_browsertest.cc', | 1265 'renderer/safe_browsing/phishing_dom_feature_extractor_browsertest.cc', |
1266 'renderer/safe_browsing/phishing_thumbnailer_browsertest.cc', | 1266 'renderer/safe_browsing/phishing_thumbnailer_browsertest.cc', |
1267 'renderer/translate_helper_browsertest.cc', | 1267 'renderer/translate_helper_browsertest.cc', |
1268 'test/base/chrome_render_view_test.cc', | 1268 'test/base/chrome_render_view_test.cc', |
1269 'test/base/chrome_render_view_test.h', | 1269 'test/base/chrome_render_view_test.h', |
1270 'test/base/chrome_test_launcher.cc', | 1270 'test/base/chrome_test_launcher.cc', |
1271 'test/base/empty_browser_test.cc', | 1271 'test/base/empty_browser_test.cc', |
1272 'test/base/in_process_browser_test_browsertest.cc', | 1272 'test/base/in_process_browser_test_browsertest.cc', |
1273 'test/base/tracing_browsertest.cc', | 1273 'test/base/tracing_browsertest.cc', |
| 1274 'test/data/webui/accessibility_audit_browsertest.js', |
1274 'test/data/webui/assertions.js', | 1275 'test/data/webui/assertions.js', |
1275 'test/data/webui/async_gen.cc', | 1276 'test/data/webui/async_gen.cc', |
1276 'test/data/webui/async_gen.h', | 1277 'test/data/webui/async_gen.h', |
1277 'test/data/webui/async_gen.js', | 1278 'test/data/webui/async_gen.js', |
1278 'test/data/webui/certificate_viewer_dialog_test.js', | 1279 'test/data/webui/certificate_viewer_dialog_test.js', |
1279 'test/data/webui/certificate_viewer_ui_test-inl.h', | 1280 'test/data/webui/certificate_viewer_ui_test-inl.h', |
1280 'test/data/webui/chrome_send_browsertest.cc', | 1281 'test/data/webui/chrome_send_browsertest.cc', |
1281 'test/data/webui/chrome_send_browsertest.h', | 1282 'test/data/webui/chrome_send_browsertest.h', |
1282 'test/data/webui/chrome_send_browsertest.js', | 1283 'test/data/webui/chrome_send_browsertest.js', |
1283 'test/data/webui/history_browsertest.js', | 1284 'test/data/webui/history_browsertest.js', |
(...skipping 1543 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2827 'sync_integration_tests.isolate', | 2828 'sync_integration_tests.isolate', |
2828 ], | 2829 ], |
2829 'sources': [ | 2830 'sources': [ |
2830 'sync_integration_tests.isolate', | 2831 'sync_integration_tests.isolate', |
2831 ], | 2832 ], |
2832 }, | 2833 }, |
2833 ], | 2834 ], |
2834 }], | 2835 }], |
2835 ], # 'conditions' | 2836 ], # 'conditions' |
2836 } | 2837 } |
OLD | NEW |