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

Side by Side Diff: net/net.gyp

Issue 11348052: [sync] Componentize sync: Part 1: Clean up sync.gyp and update chrome / test dependencies (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month 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 1792 matching lines...) Expand 10 before | Expand all | Expand 10 after
1803 'test/spawner_communicator.h', 1803 'test/spawner_communicator.h',
1804 'test/test_server.h', 1804 'test/test_server.h',
1805 'url_request/test_url_fetcher_factory.cc', 1805 'url_request/test_url_fetcher_factory.cc',
1806 'url_request/test_url_fetcher_factory.h', 1806 'url_request/test_url_fetcher_factory.h',
1807 'url_request/url_request_test_util.cc', 1807 'url_request/url_request_test_util.cc',
1808 'url_request/url_request_test_util.h', 1808 'url_request/url_request_test_util.h',
1809 ], 1809 ],
1810 'conditions': [ 1810 'conditions': [
1811 ['inside_chromium_build==1 and OS != "ios"', { 1811 ['inside_chromium_build==1 and OS != "ios"', {
1812 'dependencies': [ 1812 'dependencies': [
1813 # The test server uses Python modules generated by cloud print.
1814 # TODO(sync): Remove this hack (http://crbug.com/119403).
1813 '../chrome/app/policy/cloud_policy_codegen.gyp:cloud_policy_proto_co mpile', 1815 '../chrome/app/policy/cloud_policy_codegen.gyp:cloud_policy_proto_co mpile',
1814 # The test server uses Python modules generated by the sync protos. 1816 # The test server uses Python modules generated by the sync protos.
1817 # TODO(sync): Remove this hack (http://crbug.com/117559).
1815 '../sync/protocol/sync_proto.gyp:sync_proto', 1818 '../sync/protocol/sync_proto.gyp:sync_proto',
1816 '../third_party/protobuf/protobuf.gyp:py_proto', 1819 '../third_party/protobuf/protobuf.gyp:py_proto',
1817 ], 1820 ],
1818 }], 1821 }],
1819 ['os_posix == 1 and OS != "mac" and OS != "android" and OS != "ios"', { 1822 ['os_posix == 1 and OS != "mac" and OS != "android" and OS != "ios"', {
1820 'conditions': [ 1823 'conditions': [
1821 ['use_openssl==1', { 1824 ['use_openssl==1', {
1822 'dependencies': [ 1825 'dependencies': [
1823 '../third_party/openssl/openssl.gyp:openssl', 1826 '../third_party/openssl/openssl.gyp:openssl',
1824 ], 1827 ],
(...skipping 537 matching lines...) Expand 10 before | Expand all | Expand 10 after
2362 '--result', '<@(_outputs)', 2365 '--result', '<@(_outputs)',
2363 '--isolate', 'net_unittests.isolate', 2366 '--isolate', 'net_unittests.isolate',
2364 ], 2367 ],
2365 }, 2368 },
2366 ], 2369 ],
2367 }, 2370 },
2368 ], 2371 ],
2369 }], 2372 }],
2370 ], 2373 ],
2371 } 2374 }
OLDNEW
« no previous file with comments | « chrome_frame/chrome_frame.gyp ('k') | sync/sync.gyp » ('j') | sync/sync.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698