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 194 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
205 '../content/browser/tab_contents/test_tab_contents.h', | 205 '../content/browser/tab_contents/test_tab_contents.h', |
206 '../content/common/notification_observer_mock.cc', | 206 '../content/common/notification_observer_mock.cc', |
207 '../content/common/notification_observer_mock.h', | 207 '../content/common/notification_observer_mock.h', |
208 '../content/common/test_url_constants.cc', | 208 '../content/common/test_url_constants.cc', |
209 '../content/common/test_url_constants.h', | 209 '../content/common/test_url_constants.h', |
210 '../content/common/test_url_fetcher_factory.cc', | 210 '../content/common/test_url_fetcher_factory.cc', |
211 '../content/common/test_url_fetcher_factory.h', | 211 '../content/common/test_url_fetcher_factory.h', |
212 '../content/renderer/mock_content_renderer_client.cc', | 212 '../content/renderer/mock_content_renderer_client.cc', |
213 '../ui/gfx/image/image_unittest_util.h', | 213 '../ui/gfx/image/image_unittest_util.h', |
214 '../ui/gfx/image/image_unittest_util.cc', | 214 '../ui/gfx/image/image_unittest_util.cc', |
| 215 '../webkit/appcache/appcache_test_helper.cc', |
| 216 '../webkit/appcache/appcache_test_helper.h', |
| 217 '../webkit/quota/mock_special_storage_policy.cc', |
| 218 '../webkit/quota/mock_special_storage_policy.h', |
215 ], | 219 ], |
216 'conditions': [ | 220 'conditions': [ |
217 ['chromeos==0', { | 221 ['chromeos==0', { |
218 'sources/': [ | 222 'sources/': [ |
219 ['exclude', '^browser/chromeos'], | 223 ['exclude', '^browser/chromeos'], |
220 ], | 224 ], |
221 }], | 225 }], |
222 ['toolkit_uses_gtk == 1', { | 226 ['toolkit_uses_gtk == 1', { |
223 'dependencies': [ | 227 'dependencies': [ |
224 '../build/linux/system.gyp:gtk', | 228 '../build/linux/system.gyp:gtk', |
(...skipping 3948 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4173 # Use outputs of this action as inputs for the main target build. | 4177 # Use outputs of this action as inputs for the main target build. |
4174 # Seems as a misnomer but makes this happy on Linux (scons). | 4178 # Seems as a misnomer but makes this happy on Linux (scons). |
4175 'process_outputs_as_sources': 1, | 4179 'process_outputs_as_sources': 1, |
4176 }, | 4180 }, |
4177 ], # 'actions' | 4181 ], # 'actions' |
4178 }, | 4182 }, |
4179 ] | 4183 ] |
4180 }], # 'coverage!=0' | 4184 }], # 'coverage!=0' |
4181 ], # 'conditions' | 4185 ], # 'conditions' |
4182 } | 4186 } |
OLD | NEW |