OLD | NEW |
1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 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 'chromium_code': 1, | 7 'chromium_code': 1, |
8 | 8 |
9 # Define the common dependencies that contain all the actual | 9 # Define the common dependencies that contain all the actual |
10 # Chromium functionality. This list gets pulled in below by | 10 # Chromium functionality. This list gets pulled in below by |
(...skipping 4571 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4582 '_USE_32BIT_TIME_T', | 4582 '_USE_32BIT_TIME_T', |
4583 ], | 4583 ], |
4584 'dependencies': [ | 4584 'dependencies': [ |
4585 '../base/base.gyp:base', | 4585 '../base/base.gyp:base', |
4586 '../build/temp_gyp/googleurl.gyp:googleurl', | 4586 '../build/temp_gyp/googleurl.gyp:googleurl', |
4587 '../net/net.gyp:net', | 4587 '../net/net.gyp:net', |
4588 '../third_party/icu/icu.gyp:icuuc', | 4588 '../third_party/icu/icu.gyp:icuuc', |
4589 '../third_party/libjingle/libjingle.gyp:libjingle', | 4589 '../third_party/libjingle/libjingle.gyp:libjingle', |
4590 '../third_party/protobuf2/protobuf.gyp:protobuf', | 4590 '../third_party/protobuf2/protobuf.gyp:protobuf', |
4591 '../third_party/sqlite/sqlite.gyp:sqlite', | 4591 '../third_party/sqlite/sqlite.gyp:sqlite', |
| 4592 'common', |
4592 'notifier', | 4593 'notifier', |
4593 'sync', | 4594 'sync', |
4594 ], | 4595 ], |
4595 'conditions': [ | 4596 'conditions': [ |
4596 ['OS=="win"', { | 4597 ['OS=="win"', { |
4597 'defines' : [ | 4598 'defines' : [ |
4598 'COMPILER_MSVC', | 4599 'COMPILER_MSVC', |
4599 ], | 4600 ], |
4600 'msvs_settings': { | 4601 'msvs_settings': { |
4601 'VCLinkerTool': { | 4602 'VCLinkerTool': { |
(...skipping 1958 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
6560 'browser/sync/engine/syncer_command.h', | 6561 'browser/sync/engine/syncer_command.h', |
6561 'browser/sync/engine/syncer_end_command.cc', | 6562 'browser/sync/engine/syncer_end_command.cc', |
6562 'browser/sync/engine/syncer_end_command.h', | 6563 'browser/sync/engine/syncer_end_command.h', |
6563 'browser/sync/engine/syncer_proto_util.cc', | 6564 'browser/sync/engine/syncer_proto_util.cc', |
6564 'browser/sync/engine/syncer_proto_util.h', | 6565 'browser/sync/engine/syncer_proto_util.h', |
6565 'browser/sync/engine/syncer_session.h', | 6566 'browser/sync/engine/syncer_session.h', |
6566 'browser/sync/engine/syncer_status.cc', | 6567 'browser/sync/engine/syncer_status.cc', |
6567 'browser/sync/engine/syncer_status.h', | 6568 'browser/sync/engine/syncer_status.h', |
6568 'browser/sync/engine/syncer_thread.cc', | 6569 'browser/sync/engine/syncer_thread.cc', |
6569 'browser/sync/engine/syncer_thread.h', | 6570 'browser/sync/engine/syncer_thread.h', |
| 6571 'browser/sync/engine/syncer_thread_timed_stop.cc', |
| 6572 'browser/sync/engine/syncer_thread_timed_stop.h', |
| 6573 'browser/sync/engine/syncer_thread_pthreads.cc', |
| 6574 'browser/sync/engine/syncer_thread_pthreads.h', |
6570 'browser/sync/engine/syncer_types.h', | 6575 'browser/sync/engine/syncer_types.h', |
6571 'browser/sync/engine/syncer_util.cc', | 6576 'browser/sync/engine/syncer_util.cc', |
6572 'browser/sync/engine/syncer_util.h', | 6577 'browser/sync/engine/syncer_util.h', |
6573 'browser/sync/engine/syncproto.h', | 6578 'browser/sync/engine/syncproto.h', |
6574 'browser/sync/engine/update_applicator.cc', | 6579 'browser/sync/engine/update_applicator.cc', |
6575 'browser/sync/engine/update_applicator.h', | 6580 'browser/sync/engine/update_applicator.h', |
6576 'browser/sync/engine/verify_updates_command.cc', | 6581 'browser/sync/engine/verify_updates_command.cc', |
6577 'browser/sync/engine/verify_updates_command.h', | 6582 'browser/sync/engine/verify_updates_command.h', |
6578 'browser/sync/protocol/service_constants.h', | 6583 'browser/sync/protocol/service_constants.h', |
6579 'browser/sync/syncable/blob.h', | 6584 'browser/sync/syncable/blob.h', |
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
6660 'defines': [ | 6665 'defines': [ |
6661 'POSIX', | 6666 'POSIX', |
6662 ], | 6667 ], |
6663 }], | 6668 }], |
6664 ], | 6669 ], |
6665 }, | 6670 }, |
6666 ], # targets when chrome_personalization==1 and use_syncapi_stub==0 | 6671 ], # targets when chrome_personalization==1 and use_syncapi_stub==0 |
6667 }], | 6672 }], |
6668 ], # 'conditions' | 6673 ], # 'conditions' |
6669 } | 6674 } |
OLD | NEW |