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

Side by Side Diff: net/net.gyp

Issue 14823005: Remove inside_chromium_build gyp variable (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sort gyps, fix ios Created 7 years, 7 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 | « content/content_worker.gypi ('k') | ppapi/ppapi_internal.gyp » ('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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 'use_tracing_cache_backend%': 0, 10 'use_tracing_cache_backend%': 0,
(...skipping 2138 matching lines...) Expand 10 before | Expand all | Expand 10 after
2149 'test/remote_test_server.h', 2149 'test/remote_test_server.h',
2150 'test/spawned_test_server.h', 2150 'test/spawned_test_server.h',
2151 'test/spawner_communicator.cc', 2151 'test/spawner_communicator.cc',
2152 'test/spawner_communicator.h', 2152 'test/spawner_communicator.h',
2153 'url_request/test_url_fetcher_factory.cc', 2153 'url_request/test_url_fetcher_factory.cc',
2154 'url_request/test_url_fetcher_factory.h', 2154 'url_request/test_url_fetcher_factory.h',
2155 'url_request/url_request_test_util.cc', 2155 'url_request/url_request_test_util.cc',
2156 'url_request/url_request_test_util.h', 2156 'url_request/url_request_test_util.h',
2157 ], 2157 ],
2158 'conditions': [ 2158 'conditions': [
2159 ['inside_chromium_build==1 and OS != "ios"', { 2159 ['OS != "ios"', {
2160 'dependencies': [ 2160 'dependencies': [
2161 '../third_party/protobuf/protobuf.gyp:py_proto', 2161 '../third_party/protobuf/protobuf.gyp:py_proto',
2162 ], 2162 ],
2163 }], 2163 }],
2164 ['os_posix == 1 and OS != "mac" and OS != "android" and OS != "ios"', { 2164 ['os_posix == 1 and OS != "mac" and OS != "android" and OS != "ios"', {
2165 'conditions': [ 2165 'conditions': [
2166 ['use_openssl==1', { 2166 ['use_openssl==1', {
2167 'dependencies': [ 2167 'dependencies': [
2168 '../third_party/openssl/openssl.gyp:openssl', 2168 '../third_party/openssl/openssl.gyp:openssl',
2169 ], 2169 ],
(...skipping 687 matching lines...) Expand 10 before | Expand all | Expand 10 after
2857 '--result', '<@(_outputs)', 2857 '--result', '<@(_outputs)',
2858 '--isolate', 'net_unittests.isolate', 2858 '--isolate', 'net_unittests.isolate',
2859 ], 2859 ],
2860 }, 2860 },
2861 ], 2861 ],
2862 }, 2862 },
2863 ], 2863 ],
2864 }], 2864 }],
2865 ], 2865 ],
2866 } 2866 }
OLDNEW
« no previous file with comments | « content/content_worker.gypi ('k') | ppapi/ppapi_internal.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698