| 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 3118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3129 'test/data/webui/async_gen.cc', | 3129 'test/data/webui/async_gen.cc', |
| 3130 'test/data/webui/async_gen.h', | 3130 'test/data/webui/async_gen.h', |
| 3131 'test/data/webui/async_gen.js', | 3131 'test/data/webui/async_gen.js', |
| 3132 'test/data/webui/certificate_viewer_dialog_test.js', | 3132 'test/data/webui/certificate_viewer_dialog_test.js', |
| 3133 'test/data/webui/certificate_viewer_ui_test-inl.h', | 3133 'test/data/webui/certificate_viewer_ui_test-inl.h', |
| 3134 'test/data/webui/chrome_send_browsertest.cc', | 3134 'test/data/webui/chrome_send_browsertest.cc', |
| 3135 'test/data/webui/chrome_send_browsertest.h', | 3135 'test/data/webui/chrome_send_browsertest.h', |
| 3136 'test/data/webui/chrome_send_browsertest.js', | 3136 'test/data/webui/chrome_send_browsertest.js', |
| 3137 'test/data/webui/mock4js_browsertest.js', | 3137 'test/data/webui/mock4js_browsertest.js', |
| 3138 'test/data/webui/net_internals/dns_view.js', | 3138 'test/data/webui/net_internals/dns_view.js', |
| 3139 'test/data/webui/net_internals/events_view.js', |
| 3139 'test/data/webui/net_internals/hsts_view.js', | 3140 'test/data/webui/net_internals/hsts_view.js', |
| 3140 'test/data/webui/net_internals/http_pipeline_view.js', | 3141 'test/data/webui/net_internals/http_pipeline_view.js', |
| 3141 'test/data/webui/net_internals/log_util.js', | 3142 'test/data/webui/net_internals/log_util.js', |
| 3142 'test/data/webui/net_internals/log_view_painter.js', | 3143 'test/data/webui/net_internals/log_view_painter.js', |
| 3143 'test/data/webui/net_internals/main.js', | 3144 'test/data/webui/net_internals/main.js', |
| 3144 'test/data/webui/net_internals/net_internals_test.js', | 3145 'test/data/webui/net_internals/net_internals_test.js', |
| 3145 'test/data/webui/net_internals/prerender_view.js', | 3146 'test/data/webui/net_internals/prerender_view.js', |
| 3146 'test/data/webui/net_internals/test_view.js', | 3147 'test/data/webui/net_internals/test_view.js', |
| 3147 'test/data/webui/net_internals/timeline_view.js', | 3148 'test/data/webui/net_internals/timeline_view.js', |
| 3148 'test/data/webui/ntp4.js', | 3149 'test/data/webui/ntp4.js', |
| (...skipping 1698 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4847 '--result', '<@(_outputs)', | 4848 '--result', '<@(_outputs)', |
| 4848 '--isolate', 'browser_tests.isolate', | 4849 '--isolate', 'browser_tests.isolate', |
| 4849 ], | 4850 ], |
| 4850 }, | 4851 }, |
| 4851 ], | 4852 ], |
| 4852 }, | 4853 }, |
| 4853 ], | 4854 ], |
| 4854 }], | 4855 }], |
| 4855 ], # 'conditions' | 4856 ], # 'conditions' |
| 4856 } | 4857 } |
| OLD | NEW |