| 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 394 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 405 'export_dependent_settings': [ | 405 'export_dependent_settings': [ |
| 406 '../testing/gmock.gyp:gmock', | 406 '../testing/gmock.gyp:gmock', |
| 407 'syncapi_service', | 407 'syncapi_service', |
| 408 ], | 408 ], |
| 409 'include_dirs': [ | 409 'include_dirs': [ |
| 410 '..', | 410 '..', |
| 411 ], | 411 ], |
| 412 'sources': [ | 412 'sources': [ |
| 413 'browser/sync/api/fake_syncable_service.cc', | 413 'browser/sync/api/fake_syncable_service.cc', |
| 414 'browser/sync/api/fake_syncable_service.h', | 414 'browser/sync/api/fake_syncable_service.h', |
| 415 'browser/sync/api/syncable_service_mock.cc', | |
| 416 'browser/sync/api/syncable_service_mock.h', | |
| 417 ], | 415 ], |
| 418 }, | 416 }, |
| 419 { | 417 { |
| 420 'target_name': 'test_support_sync_notifier', | 418 'target_name': 'test_support_sync_notifier', |
| 421 'type': 'static_library', | 419 'type': 'static_library', |
| 422 'dependencies': [ | 420 'dependencies': [ |
| 423 '../testing/gmock.gyp:gmock', | 421 '../testing/gmock.gyp:gmock', |
| 424 'sync_notifier', | 422 'sync_notifier', |
| 425 ], | 423 ], |
| 426 'include_dirs': [ | 424 'include_dirs': [ |
| (...skipping 4162 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4589 # Use outputs of this action as inputs for the main target build. | 4587 # Use outputs of this action as inputs for the main target build. |
| 4590 # Seems as a misnomer but makes this happy on Linux (scons). | 4588 # Seems as a misnomer but makes this happy on Linux (scons). |
| 4591 'process_outputs_as_sources': 1, | 4589 'process_outputs_as_sources': 1, |
| 4592 }, | 4590 }, |
| 4593 ], # 'actions' | 4591 ], # 'actions' |
| 4594 }, | 4592 }, |
| 4595 ] | 4593 ] |
| 4596 }], # 'coverage!=0' | 4594 }], # 'coverage!=0' |
| 4597 ], # 'conditions' | 4595 ], # 'conditions' |
| 4598 } | 4596 } |
| OLD | NEW |