| OLD | NEW |
| 1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 { | 5 { |
| 6 'variables' : { | 6 'variables' : { |
| 7 'pyautolib_sources': [ | 7 'pyautolib_sources': [ |
| 8 'app/chrome_command_ids.h', | 8 'app/chrome_command_ids.h', |
| 9 'app/chrome_dll_resource.h', | 9 'app/chrome_dll_resource.h', |
| 10 'common/automation_constants.h', | 10 'common/automation_constants.h', |
| (...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 112 'test/chrome_process_util_mac.cc', | 112 'test/chrome_process_util_mac.cc', |
| 113 'test/model_test_utils.cc', | 113 'test/model_test_utils.cc', |
| 114 'test/model_test_utils.h', | 114 'test/model_test_utils.h', |
| 115 'test/profile_mock.h', | 115 'test/profile_mock.h', |
| 116 'test/test_browser_window.h', | 116 'test/test_browser_window.h', |
| 117 'test/test_launcher_utils.cc', | 117 'test/test_launcher_utils.cc', |
| 118 'test/test_launcher_utils.h', | 118 'test/test_launcher_utils.h', |
| 119 'test/test_location_bar.h', | 119 'test/test_location_bar.h', |
| 120 'test/test_switches.cc', | 120 'test/test_switches.cc', |
| 121 'test/test_switches.h', | 121 'test/test_switches.h', |
| 122 'test/testing_device_token_fetcher.cc', |
| 123 'test/testing_device_token_fetcher.h', |
| 122 'test/testing_pref_service.cc', | 124 'test/testing_pref_service.cc', |
| 123 'test/testing_pref_service.h', | 125 'test/testing_pref_service.h', |
| 124 'test/testing_profile.cc', | 126 'test/testing_profile.cc', |
| 125 'test/testing_profile.h', | 127 'test/testing_profile.h', |
| 126 'test/thread_observer_helper.h', | 128 'test/thread_observer_helper.h', |
| 127 'test/thread_test_helper.h', | 129 'test/thread_test_helper.h', |
| 128 'test/ui_test_utils.cc', | 130 'test/ui_test_utils.cc', |
| 129 'test/ui_test_utils.h', | 131 'test/ui_test_utils.h', |
| 130 'test/ui_test_utils_linux.cc', | 132 'test/ui_test_utils_linux.cc', |
| 131 'test/ui_test_utils_mac.mm', | 133 'test/ui_test_utils_mac.mm', |
| (...skipping 3256 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3388 ] | 3390 ] |
| 3389 }], # 'coverage!=0' | 3391 }], # 'coverage!=0' |
| 3390 ], # 'conditions' | 3392 ], # 'conditions' |
| 3391 } | 3393 } |
| 3392 | 3394 |
| 3393 # Local Variables: | 3395 # Local Variables: |
| 3394 # tab-width:2 | 3396 # tab-width:2 |
| 3395 # indent-tabs-mode:nil | 3397 # indent-tabs-mode:nil |
| 3396 # End: | 3398 # End: |
| 3397 # vim: set expandtab tabstop=2 shiftwidth=2: | 3399 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |