| 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 203 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 214 '../content/common/notification_observer_mock.h', | 214 '../content/common/notification_observer_mock.h', |
| 215 '../content/common/test_url_constants.cc', | 215 '../content/common/test_url_constants.cc', |
| 216 '../content/common/test_url_constants.h', | 216 '../content/common/test_url_constants.h', |
| 217 '../content/common/test_url_fetcher_factory.cc', | 217 '../content/common/test_url_fetcher_factory.cc', |
| 218 '../content/common/test_url_fetcher_factory.h', | 218 '../content/common/test_url_fetcher_factory.h', |
| 219 '../content/renderer/mock_content_renderer_client.cc', | 219 '../content/renderer/mock_content_renderer_client.cc', |
| 220 '../ui/gfx/image/image_unittest_util.h', | 220 '../ui/gfx/image/image_unittest_util.h', |
| 221 '../ui/gfx/image/image_unittest_util.cc', | 221 '../ui/gfx/image/image_unittest_util.cc', |
| 222 '../webkit/appcache/appcache_test_helper.cc', | 222 '../webkit/appcache/appcache_test_helper.cc', |
| 223 '../webkit/appcache/appcache_test_helper.h', | 223 '../webkit/appcache/appcache_test_helper.h', |
| 224 '../webkit/quota/mock_quota_manager.cc', |
| 225 '../webkit/quota/mock_quota_manager.h', |
| 224 '../webkit/quota/mock_special_storage_policy.cc', | 226 '../webkit/quota/mock_special_storage_policy.cc', |
| 225 '../webkit/quota/mock_special_storage_policy.h', | 227 '../webkit/quota/mock_special_storage_policy.h', |
| 226 ], | 228 ], |
| 227 'conditions': [ | 229 'conditions': [ |
| 228 ['chromeos==0', { | 230 ['chromeos==0', { |
| 229 'sources/': [ | 231 'sources/': [ |
| 230 ['exclude', '^browser/chromeos'], | 232 ['exclude', '^browser/chromeos'], |
| 231 ], | 233 ], |
| 232 }], | 234 }], |
| 233 ['toolkit_uses_gtk == 1', { | 235 ['toolkit_uses_gtk == 1', { |
| (...skipping 4120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4354 # Use outputs of this action as inputs for the main target build. | 4356 # Use outputs of this action as inputs for the main target build. |
| 4355 # Seems as a misnomer but makes this happy on Linux (scons). | 4357 # Seems as a misnomer but makes this happy on Linux (scons). |
| 4356 'process_outputs_as_sources': 1, | 4358 'process_outputs_as_sources': 1, |
| 4357 }, | 4359 }, |
| 4358 ], # 'actions' | 4360 ], # 'actions' |
| 4359 }, | 4361 }, |
| 4360 ] | 4362 ] |
| 4361 }], # 'coverage!=0' | 4363 }], # 'coverage!=0' |
| 4362 ], # 'conditions' | 4364 ], # 'conditions' |
| 4363 } | 4365 } |
| OLD | NEW |