Chromium Code Reviews| 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 1147 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1158 ], | 1158 ], |
| 1159 'include_dirs': [ | 1159 'include_dirs': [ |
| 1160 '..', | 1160 '..', |
| 1161 ], | 1161 ], |
| 1162 'defines': [ | 1162 'defines': [ |
| 1163 'HAS_OUT_OF_PROC_TEST_RUNNER', | 1163 'HAS_OUT_OF_PROC_TEST_RUNNER', |
| 1164 ], | 1164 ], |
| 1165 'sources': [ | 1165 'sources': [ |
| 1166 '../apps/app_restore_service_browsertest.cc', | 1166 '../apps/app_restore_service_browsertest.cc', |
| 1167 '../apps/load_and_launch_browsertest.cc', | 1167 '../apps/load_and_launch_browsertest.cc', |
| 1168 # TODO(blundell): Is this the right place to put this browsertest in | |
|
blundell
2013/08/30 14:03:23
Jói, I'd love your input here.
Jói
2013/08/30 14:08:17
Yes, this seems like the right way to do it.
| |
| 1169 # the short-term, coupled with creating a bug for bringing up a | |
| 1170 # components_browsertests target? | |
| 1171 '../components/autofill/content/renderer/password_form_conversion_utils_ browsertest.cc', | |
| 1168 '../components/autofill/content/renderer/test_password_autofill_agent.h' , | 1172 '../components/autofill/content/renderer/test_password_autofill_agent.h' , |
| 1169 '../components/autofill/content/renderer/test_password_autofill_agent.cc ', | 1173 '../components/autofill/content/renderer/test_password_autofill_agent.cc ', |
| 1170 '../remoting/test/auth_browsertest.cc', | 1174 '../remoting/test/auth_browsertest.cc', |
| 1171 '../remoting/test/launch_browsertest.cc', | 1175 '../remoting/test/launch_browsertest.cc', |
| 1172 '../remoting/test/me2me_browsertest.cc', | 1176 '../remoting/test/me2me_browsertest.cc', |
| 1173 '../remoting/test/remote_desktop_browsertest.cc', | 1177 '../remoting/test/remote_desktop_browsertest.cc', |
| 1174 '../remoting/test/remote_desktop_browsertest.h', | 1178 '../remoting/test/remote_desktop_browsertest.h', |
| 1175 'app/breakpad_mac_stubs.mm', | 1179 'app/breakpad_mac_stubs.mm', |
| 1176 'app/chrome_command_ids.h', | 1180 'app/chrome_command_ids.h', |
| 1177 'app/chrome_dll.rc', | 1181 'app/chrome_dll.rc', |
| (...skipping 2290 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 3468 'utility', | 3472 'utility', |
| 3469 ], | 3473 ], |
| 3470 'sources': [ | 3474 'sources': [ |
| 3471 'tools/service_discovery_sniffer/service_discovery_sniffer.h', | 3475 'tools/service_discovery_sniffer/service_discovery_sniffer.h', |
| 3472 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', | 3476 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', |
| 3473 ], | 3477 ], |
| 3474 }] | 3478 }] |
| 3475 }], | 3479 }], |
| 3476 ], # 'conditions' | 3480 ], # 'conditions' |
| 3477 } | 3481 } |
| OLD | NEW |