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