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

Side by Side Diff: chrome/chrome.gyp

Issue 2951016: Switched sync protobufs to use "heavy" protobufs. (Closed)
Patch Set: Created 10 years, 5 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
« no previous file with comments | « chrome/browser/sync/protocol/typed_url_specifics.proto ('k') | no next file » | 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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 'chromium_code': 1, 6 'chromium_code': 1,
7 7
8 'variables': { 8 'variables': {
9 'version_py_path': 'tools/build/version.py', 9 'version_py_path': 'tools/build/version.py',
10 'version_path': 'VERSION', 10 'version_path': 'VERSION',
(...skipping 935 matching lines...) Expand 10 before | Expand all | Expand 10 after
946 ], 946 ],
947 'defines' : [ 947 'defines' : [
948 'SYNC_ENGINE_VERSION_STRING="Unknown"', 948 'SYNC_ENGINE_VERSION_STRING="Unknown"',
949 '_CRT_SECURE_NO_WARNINGS', 949 '_CRT_SECURE_NO_WARNINGS',
950 '_USE_32BIT_TIME_T', 950 '_USE_32BIT_TIME_T',
951 ], 951 ],
952 'dependencies': [ 952 'dependencies': [
953 '../skia/skia.gyp:skia', 953 '../skia/skia.gyp:skia',
954 '../third_party/libjingle/libjingle.gyp:libjingle', 954 '../third_party/libjingle/libjingle.gyp:libjingle',
955 'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp', 955 'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp',
956 '../third_party/protobuf2/protobuf.gyp:protobuf_lite#target', 956 # TODO(akalin): Change back to protobuf_lite once it supports
957 # preserving unknown fields.
958 '../third_party/protobuf2/protobuf.gyp:protobuf#target',
957 ], 959 ],
958 'conditions': [ 960 'conditions': [
959 ['OS=="win"', { 961 ['OS=="win"', {
960 'sources' : [ 962 'sources' : [
961 'browser/sync/util/data_encryption.cc', 963 'browser/sync/util/data_encryption.cc',
962 'browser/sync/util/data_encryption.h', 964 'browser/sync/util/data_encryption.h',
963 ], 965 ],
964 }], 966 }],
965 ['OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris"', { 967 ['OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris"', {
966 'dependencies': [ 968 'dependencies': [
(...skipping 869 matching lines...) Expand 10 before | Expand all | Expand 10 after
1836 }], # targets 1838 }], # targets
1837 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris" 1839 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris"
1838 ], # 'conditions' 1840 ], # 'conditions'
1839 } 1841 }
1840 1842
1841 # Local Variables: 1843 # Local Variables:
1842 # tab-width:2 1844 # tab-width:2
1843 # indent-tabs-mode:nil 1845 # indent-tabs-mode:nil
1844 # End: 1846 # End:
1845 # vim: set expandtab tabstop=2 shiftwidth=2: 1847 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/sync/protocol/typed_url_specifics.proto ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698