| 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 189 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 200 'include_dirs': [ | 200 'include_dirs': [ |
| 201 '..', | 201 '..', |
| 202 ], | 202 ], |
| 203 'defines': [ | 203 'defines': [ |
| 204 'HAS_OUT_OF_PROC_TEST_RUNNER', | 204 'HAS_OUT_OF_PROC_TEST_RUNNER', |
| 205 'INTERACTIVE_TESTS', | 205 'INTERACTIVE_TESTS', |
| 206 ], | 206 ], |
| 207 'sources': [ | 207 'sources': [ |
| 208 '../apps/app_shim/app_shim_quit_interactive_uitest_mac.mm', | 208 '../apps/app_shim/app_shim_quit_interactive_uitest_mac.mm', |
| 209 '../ui/views/corewm/desktop_capture_controller_unittest.cc', | 209 '../ui/views/corewm/desktop_capture_controller_unittest.cc', |
| 210 '../ui/views/widget/interactive_widget_tests.cc', |
| 210 'browser/apps/app_browsertest_util.cc', | 211 'browser/apps/app_browsertest_util.cc', |
| 211 'browser/apps/app_browsertest_util.h', | 212 'browser/apps/app_browsertest_util.h', |
| 212 'browser/apps/web_view_interactive_browsertest.cc', | 213 'browser/apps/web_view_interactive_browsertest.cc', |
| 213 'browser/autofill/autofill_interactive_uitest.cc', | 214 'browser/autofill/autofill_interactive_uitest.cc', |
| 214 'browser/browser_keyevents_browsertest.cc', | 215 'browser/browser_keyevents_browsertest.cc', |
| 215 'browser/extensions/api/omnibox/omnibox_api_interactive_test.cc', | 216 'browser/extensions/api/omnibox/omnibox_api_interactive_test.cc', |
| 216 'browser/extensions/api/tabs/tabs_interactive_test.cc', | 217 'browser/extensions/api/tabs/tabs_interactive_test.cc', |
| 217 'browser/extensions/extension_apitest.cc', | 218 'browser/extensions/extension_apitest.cc', |
| 218 'browser/extensions/extension_browsertest.cc', | 219 'browser/extensions/extension_browsertest.cc', |
| 219 'browser/extensions/extension_crash_recovery_browsertest.cc', | 220 'browser/extensions/extension_crash_recovery_browsertest.cc', |
| (...skipping 3253 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3473 'utility', | 3474 'utility', |
| 3474 ], | 3475 ], |
| 3475 'sources': [ | 3476 'sources': [ |
| 3476 'tools/service_discovery_sniffer/service_discovery_sniffer.h', | 3477 'tools/service_discovery_sniffer/service_discovery_sniffer.h', |
| 3477 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', | 3478 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', |
| 3478 ], | 3479 ], |
| 3479 }] | 3480 }] |
| 3480 }], | 3481 }], |
| 3481 ], # 'conditions' | 3482 ], # 'conditions' |
| 3482 } | 3483 } |
| OLD | NEW |