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

Side by Side Diff: net/net.gyp

Issue 10805046: [Sync] Make the 'sync' target the one clients should use (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix some comments Created 8 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 | Annotate | Revision Log
OLDNEW
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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 8
9 'linux_link_kerberos%': 0, 9 'linux_link_kerberos%': 0,
10 'conditions': [ 10 'conditions': [
(...skipping 1552 matching lines...) Expand 10 before | Expand all | Expand 10 after
1563 'test/spawner_communicator.h', 1563 'test/spawner_communicator.h',
1564 'test/test_server.h', 1564 'test/test_server.h',
1565 'url_request/test_url_fetcher_factory.cc', 1565 'url_request/test_url_fetcher_factory.cc',
1566 'url_request/test_url_fetcher_factory.h', 1566 'url_request/test_url_fetcher_factory.h',
1567 'url_request/url_request_test_util.cc', 1567 'url_request/url_request_test_util.cc',
1568 'url_request/url_request_test_util.h', 1568 'url_request/url_request_test_util.h',
1569 ], 1569 ],
1570 'conditions': [ 1570 'conditions': [
1571 ['inside_chromium_build==1', { 1571 ['inside_chromium_build==1', {
1572 'dependencies': [ 1572 'dependencies': [
1573 '../chrome/app/policy/cloud_policy_codegen.gyp:cloud_policy_proto_co mpile', 1573 '../chrome/app/policy/cloud_policy_codegen.gyp:cloud_policy_proto_co mpile',
Ryan Sleevi 2012/07/20 23:24:49 Mind adding a comment here about removing the abov
1574 # The test server uses Python modules generated by the sync protos. 1574 # The test server uses Python modules generated by the sync protos.
1575 # TODO(akalin): Remove this hack (http://crbug.com/117559).
1575 '../sync/protocol/sync_proto.gyp:sync_proto', 1576 '../sync/protocol/sync_proto.gyp:sync_proto',
1576 '../third_party/protobuf/protobuf.gyp:py_proto', 1577 '../third_party/protobuf/protobuf.gyp:py_proto',
1577 ], 1578 ],
1578 }], 1579 }],
1579 ['os_posix == 1 and OS != "mac" and OS != "android"', { 1580 ['os_posix == 1 and OS != "mac" and OS != "android"', {
1580 'conditions': [ 1581 'conditions': [
1581 ['use_openssl==1', { 1582 ['use_openssl==1', {
1582 'dependencies': [ 1583 'dependencies': [
1583 '../third_party/openssl/openssl.gyp:openssl', 1584 '../third_party/openssl/openssl.gyp:openssl',
1584 ], 1585 ],
(...skipping 391 matching lines...) Expand 10 before | Expand all | Expand 10 after
1976 'tools/dump_cache/url_to_filename_encoder.cc', 1977 'tools/dump_cache/url_to_filename_encoder.cc',
1977 'tools/dump_cache/url_to_filename_encoder.h', 1978 'tools/dump_cache/url_to_filename_encoder.h',
1978 'tools/dump_cache/url_utilities.h', 1979 'tools/dump_cache/url_utilities.h',
1979 'tools/dump_cache/url_utilities.cc', 1980 'tools/dump_cache/url_utilities.cc',
1980 ], 1981 ],
1981 }, 1982 },
1982 ], 1983 ],
1983 }], 1984 }],
1984 ], 1985 ],
1985 } 1986 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698