| 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 159 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 170 'test/ui_test_utils_mac.mm', | 170 'test/ui_test_utils_mac.mm', |
| 171 'test/ui_test_utils_win.cc', | 171 'test/ui_test_utils_win.cc', |
| 172 'test/unit/chrome_test_suite.cc', | 172 'test/unit/chrome_test_suite.cc', |
| 173 'test/unit/chrome_test_suite.h', | 173 'test/unit/chrome_test_suite.h', |
| 174 'test/values_test_util.cc', | 174 'test/values_test_util.cc', |
| 175 'test/values_test_util.h', | 175 'test/values_test_util.h', |
| 176 '../content/browser/geolocation/arbitrator_dependency_factories_for_test
.cc', | 176 '../content/browser/geolocation/arbitrator_dependency_factories_for_test
.cc', |
| 177 '../content/browser/geolocation/arbitrator_dependency_factories_for_test
.h', | 177 '../content/browser/geolocation/arbitrator_dependency_factories_for_test
.h', |
| 178 '../content/browser/geolocation/mock_location_provider.cc', | 178 '../content/browser/geolocation/mock_location_provider.cc', |
| 179 '../content/browser/geolocation/mock_location_provider.h', | 179 '../content/browser/geolocation/mock_location_provider.h', |
| 180 '../content/browser/mock_resource_context.cc', |
| 181 '../content/browser/mock_resource_context.h', |
| 180 '../content/browser/renderer_host/mock_render_process_host.cc', | 182 '../content/browser/renderer_host/mock_render_process_host.cc', |
| 181 '../content/browser/renderer_host/mock_render_process_host.h', | 183 '../content/browser/renderer_host/mock_render_process_host.h', |
| 182 '../content/browser/renderer_host/test_backing_store.cc', | 184 '../content/browser/renderer_host/test_backing_store.cc', |
| 183 '../content/browser/renderer_host/test_backing_store.h', | 185 '../content/browser/renderer_host/test_backing_store.h', |
| 184 '../content/browser/renderer_host/test_render_view_host.cc', | 186 '../content/browser/renderer_host/test_render_view_host.cc', |
| 185 '../content/browser/renderer_host/test_render_view_host.h', | 187 '../content/browser/renderer_host/test_render_view_host.h', |
| 186 '../content/browser/tab_contents/test_tab_contents.cc', | 188 '../content/browser/tab_contents/test_tab_contents.cc', |
| 187 '../content/browser/tab_contents/test_tab_contents.h', | 189 '../content/browser/tab_contents/test_tab_contents.h', |
| 188 '../content/common/notification_observer_mock.cc', | 190 '../content/common/notification_observer_mock.cc', |
| 189 '../content/common/notification_observer_mock.h', | 191 '../content/common/notification_observer_mock.h', |
| (...skipping 3646 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3836 ] | 3838 ] |
| 3837 }], # 'coverage!=0' | 3839 }], # 'coverage!=0' |
| 3838 ], # 'conditions' | 3840 ], # 'conditions' |
| 3839 } | 3841 } |
| 3840 | 3842 |
| 3841 # Local Variables: | 3843 # Local Variables: |
| 3842 # tab-width:2 | 3844 # tab-width:2 |
| 3843 # indent-tabs-mode:nil | 3845 # indent-tabs-mode:nil |
| 3844 # End: | 3846 # End: |
| 3845 # vim: set expandtab tabstop=2 shiftwidth=2: | 3847 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |