| OLD | NEW |
| 1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 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 1150 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1161 ], | 1161 ], |
| 1162 'include_dirs': [ | 1162 'include_dirs': [ |
| 1163 '..', | 1163 '..', |
| 1164 ], | 1164 ], |
| 1165 'defines': [ | 1165 'defines': [ |
| 1166 'HAS_OUT_OF_PROC_TEST_RUNNER', | 1166 'HAS_OUT_OF_PROC_TEST_RUNNER', |
| 1167 ], | 1167 ], |
| 1168 'sources': [ | 1168 'sources': [ |
| 1169 '../apps/app_restore_service_browsertest.cc', | 1169 '../apps/app_restore_service_browsertest.cc', |
| 1170 '../apps/load_and_launch_browsertest.cc', | 1170 '../apps/load_and_launch_browsertest.cc', |
| 1171 # TODO(blundell): Bring up a components_browsertests target and move |
| 1172 # this test to be in that target. crbug.com/283846 |
| 1173 '../components/autofill/content/renderer/password_form_conversion_utils_
browsertest.cc', |
| 1171 '../components/autofill/content/renderer/test_password_autofill_agent.h'
, | 1174 '../components/autofill/content/renderer/test_password_autofill_agent.h'
, |
| 1172 '../components/autofill/content/renderer/test_password_autofill_agent.cc
', | 1175 '../components/autofill/content/renderer/test_password_autofill_agent.cc
', |
| 1173 '../remoting/test/auth_browsertest.cc', | 1176 '../remoting/test/auth_browsertest.cc', |
| 1174 '../remoting/test/launch_browsertest.cc', | 1177 '../remoting/test/launch_browsertest.cc', |
| 1175 '../remoting/test/me2me_browsertest.cc', | 1178 '../remoting/test/me2me_browsertest.cc', |
| 1176 '../remoting/test/remote_desktop_browsertest.cc', | 1179 '../remoting/test/remote_desktop_browsertest.cc', |
| 1177 '../remoting/test/remote_desktop_browsertest.h', | 1180 '../remoting/test/remote_desktop_browsertest.h', |
| 1178 'app/breakpad_mac_stubs.mm', | 1181 'app/breakpad_mac_stubs.mm', |
| 1179 'app/chrome_command_ids.h', | 1182 'app/chrome_command_ids.h', |
| 1180 'app/chrome_dll.rc', | 1183 'app/chrome_dll.rc', |
| (...skipping 2291 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3472 'utility', | 3475 'utility', |
| 3473 ], | 3476 ], |
| 3474 'sources': [ | 3477 'sources': [ |
| 3475 'tools/service_discovery_sniffer/service_discovery_sniffer.h', | 3478 'tools/service_discovery_sniffer/service_discovery_sniffer.h', |
| 3476 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', | 3479 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', |
| 3477 ], | 3480 ], |
| 3478 }] | 3481 }] |
| 3479 }], | 3482 }], |
| 3480 ], # 'conditions' | 3483 ], # 'conditions' |
| 3481 } | 3484 } |
| OLD | NEW |