| OLD | NEW |
| 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 158 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 169 'test/thread_test_helper.h', | 169 'test/thread_test_helper.h', |
| 170 'test/ui_test_utils.cc', | 170 'test/ui_test_utils.cc', |
| 171 'test/ui_test_utils.h', | 171 'test/ui_test_utils.h', |
| 172 'test/ui_test_utils_linux.cc', | 172 'test/ui_test_utils_linux.cc', |
| 173 'test/ui_test_utils_mac.mm', | 173 'test/ui_test_utils_mac.mm', |
| 174 'test/ui_test_utils_win.cc', | 174 'test/ui_test_utils_win.cc', |
| 175 'test/unit/chrome_test_suite.cc', | 175 'test/unit/chrome_test_suite.cc', |
| 176 'test/unit/chrome_test_suite.h', | 176 'test/unit/chrome_test_suite.h', |
| 177 'test/values_test_util.cc', | 177 'test/values_test_util.cc', |
| 178 'test/values_test_util.h', | 178 'test/values_test_util.h', |
| 179 '../base/mock_time_provider.cc', |
| 180 '../base/mock_time_provider.h', |
| 179 '../content/browser/geolocation/arbitrator_dependency_factories_for_test
.cc', | 181 '../content/browser/geolocation/arbitrator_dependency_factories_for_test
.cc', |
| 180 '../content/browser/geolocation/arbitrator_dependency_factories_for_test
.h', | 182 '../content/browser/geolocation/arbitrator_dependency_factories_for_test
.h', |
| 181 '../content/browser/geolocation/mock_location_provider.cc', | 183 '../content/browser/geolocation/mock_location_provider.cc', |
| 182 '../content/browser/geolocation/mock_location_provider.h', | 184 '../content/browser/geolocation/mock_location_provider.h', |
| 183 '../content/browser/mock_resource_context.cc', | 185 '../content/browser/mock_resource_context.cc', |
| 184 '../content/browser/mock_resource_context.h', | 186 '../content/browser/mock_resource_context.h', |
| 185 # TODO: these should live here but are currently used by | 187 # TODO: these should live here but are currently used by |
| 186 # production code code in libbrowser (in chrome.gyp). | 188 # production code code in libbrowser (in chrome.gyp). |
| 187 #'../content/browser/net/url_request_mock_http_job.cc', | 189 #'../content/browser/net/url_request_mock_http_job.cc', |
| 188 #'../content/browser/net/url_request_mock_http_job.h', | 190 #'../content/browser/net/url_request_mock_http_job.h', |
| (...skipping 3953 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4142 ] | 4144 ] |
| 4143 }], # 'coverage!=0' | 4145 }], # 'coverage!=0' |
| 4144 ], # 'conditions' | 4146 ], # 'conditions' |
| 4145 } | 4147 } |
| 4146 | 4148 |
| 4147 # Local Variables: | 4149 # Local Variables: |
| 4148 # tab-width:2 | 4150 # tab-width:2 |
| 4149 # indent-tabs-mode:nil | 4151 # indent-tabs-mode:nil |
| 4150 # End: | 4152 # End: |
| 4151 # vim: set expandtab tabstop=2 shiftwidth=2: | 4153 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |