Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(208)

Side by Side Diff: chrome/chrome.gyp

Issue 235010: Reverting 27117. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/browser/sync/engine/syncer_thread_unittest.cc ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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',
4593 'notifier', 4592 'notifier',
4594 'sync', 4593 'sync',
4595 ], 4594 ],
4596 'conditions': [ 4595 'conditions': [
4597 ['OS=="win"', { 4596 ['OS=="win"', {
4598 'defines' : [ 4597 'defines' : [
4599 'COMPILER_MSVC', 4598 'COMPILER_MSVC',
4600 ], 4599 ],
4601 'msvs_settings': { 4600 'msvs_settings': {
4602 'VCLinkerTool': { 4601 'VCLinkerTool': {
(...skipping 1958 matching lines...) Expand 10 before | Expand all | Expand 10 after
6561 'browser/sync/engine/syncer_command.h', 6560 'browser/sync/engine/syncer_command.h',
6562 'browser/sync/engine/syncer_end_command.cc', 6561 'browser/sync/engine/syncer_end_command.cc',
6563 'browser/sync/engine/syncer_end_command.h', 6562 'browser/sync/engine/syncer_end_command.h',
6564 'browser/sync/engine/syncer_proto_util.cc', 6563 'browser/sync/engine/syncer_proto_util.cc',
6565 'browser/sync/engine/syncer_proto_util.h', 6564 'browser/sync/engine/syncer_proto_util.h',
6566 'browser/sync/engine/syncer_session.h', 6565 'browser/sync/engine/syncer_session.h',
6567 'browser/sync/engine/syncer_status.cc', 6566 'browser/sync/engine/syncer_status.cc',
6568 'browser/sync/engine/syncer_status.h', 6567 'browser/sync/engine/syncer_status.h',
6569 'browser/sync/engine/syncer_thread.cc', 6568 'browser/sync/engine/syncer_thread.cc',
6570 'browser/sync/engine/syncer_thread.h', 6569 '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',
6575 'browser/sync/engine/syncer_types.h', 6570 'browser/sync/engine/syncer_types.h',
6576 'browser/sync/engine/syncer_util.cc', 6571 'browser/sync/engine/syncer_util.cc',
6577 'browser/sync/engine/syncer_util.h', 6572 'browser/sync/engine/syncer_util.h',
6578 'browser/sync/engine/syncproto.h', 6573 'browser/sync/engine/syncproto.h',
6579 'browser/sync/engine/update_applicator.cc', 6574 'browser/sync/engine/update_applicator.cc',
6580 'browser/sync/engine/update_applicator.h', 6575 'browser/sync/engine/update_applicator.h',
6581 'browser/sync/engine/verify_updates_command.cc', 6576 'browser/sync/engine/verify_updates_command.cc',
6582 'browser/sync/engine/verify_updates_command.h', 6577 'browser/sync/engine/verify_updates_command.h',
6583 'browser/sync/protocol/service_constants.h', 6578 'browser/sync/protocol/service_constants.h',
6584 'browser/sync/syncable/blob.h', 6579 'browser/sync/syncable/blob.h',
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
6665 'defines': [ 6660 'defines': [
6666 'POSIX', 6661 'POSIX',
6667 ], 6662 ],
6668 }], 6663 }],
6669 ], 6664 ],
6670 }, 6665 },
6671 ], # targets when chrome_personalization==1 and use_syncapi_stub==0 6666 ], # targets when chrome_personalization==1 and use_syncapi_stub==0
6672 }], 6667 }],
6673 ], # 'conditions' 6668 ], # 'conditions'
6674 } 6669 }
OLDNEW
« no previous file with comments | « chrome/browser/sync/engine/syncer_thread_unittest.cc ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698