| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'variables' : { | 5 'variables' : { |
| 6 'pyautolib_sources': [ | 6 'pyautolib_sources': [ |
| 7 'app/chrome_command_ids.h', | 7 'app/chrome_command_ids.h', |
| 8 'app/chrome_dll_resource.h', | 8 'app/chrome_dll_resource.h', |
| 9 'common/automation_constants.h', | 9 'common/automation_constants.h', |
| 10 'common/pref_names.cc', | 10 'common/pref_names.cc', |
| (...skipping 395 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 406 'export_dependent_settings': [ | 406 'export_dependent_settings': [ |
| 407 '../testing/gmock.gyp:gmock', | 407 '../testing/gmock.gyp:gmock', |
| 408 'syncapi_service', | 408 'syncapi_service', |
| 409 ], | 409 ], |
| 410 'include_dirs': [ | 410 'include_dirs': [ |
| 411 '..', | 411 '..', |
| 412 ], | 412 ], |
| 413 'sources': [ | 413 'sources': [ |
| 414 'browser/sync/api/fake_syncable_service.cc', | 414 'browser/sync/api/fake_syncable_service.cc', |
| 415 'browser/sync/api/fake_syncable_service.h', | 415 'browser/sync/api/fake_syncable_service.h', |
| 416 'browser/sync/api/syncable_service_mock.cc', | |
| 417 'browser/sync/api/syncable_service_mock.h', | |
| 418 ], | 416 ], |
| 419 }, | 417 }, |
| 420 { | 418 { |
| 421 'target_name': 'test_support_sync_notifier', | 419 'target_name': 'test_support_sync_notifier', |
| 422 'type': 'static_library', | 420 'type': 'static_library', |
| 423 'dependencies': [ | 421 'dependencies': [ |
| 424 '../testing/gmock.gyp:gmock', | 422 '../testing/gmock.gyp:gmock', |
| 425 'sync_notifier', | 423 'sync_notifier', |
| 426 ], | 424 ], |
| 427 'include_dirs': [ | 425 'include_dirs': [ |
| (...skipping 4166 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4594 # Use outputs of this action as inputs for the main target build. | 4592 # Use outputs of this action as inputs for the main target build. |
| 4595 # Seems as a misnomer but makes this happy on Linux (scons). | 4593 # Seems as a misnomer but makes this happy on Linux (scons). |
| 4596 'process_outputs_as_sources': 1, | 4594 'process_outputs_as_sources': 1, |
| 4597 }, | 4595 }, |
| 4598 ], # 'actions' | 4596 ], # 'actions' |
| 4599 }, | 4597 }, |
| 4600 ] | 4598 ] |
| 4601 }], # 'coverage!=0' | 4599 }], # 'coverage!=0' |
| 4602 ], # 'conditions' | 4600 ], # 'conditions' |
| 4603 } | 4601 } |
| OLD | NEW |