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

Side by Side Diff: net/net.gyp

Issue 6409040: New policy protobuf protocol. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: address comments Created 9 years, 10 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) 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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 1166 matching lines...) Expand 10 before | Expand all | Expand 10 after
1177 'test/test_server_posix.cc', 1177 'test/test_server_posix.cc',
1178 'test/test_server_win.cc', 1178 'test/test_server_win.cc',
1179 'test/test_server.h', 1179 'test/test_server.h',
1180 'url_request/url_request_test_util.cc', 1180 'url_request/url_request_test_util.cc',
1181 'url_request/url_request_test_util.h', 1181 'url_request/url_request_test_util.h',
1182 ], 1182 ],
1183 'conditions': [ 1183 'conditions': [
1184 ['inside_chromium_build==1', { 1184 ['inside_chromium_build==1', {
1185 'dependencies': [ 1185 'dependencies': [
1186 '../chrome/browser/sync/protocol/sync_proto.gyp:sync_proto', 1186 '../chrome/browser/sync/protocol/sync_proto.gyp:sync_proto',
1187 '../chrome/browser/policy/proto/device_management_proto.gyp:device_m anagement_proto', 1187 '../chrome/chrome.gyp:cloud_policy_proto',
1188 '../third_party/protobuf/protobuf.gyp:py_proto', 1188 '../third_party/protobuf/protobuf.gyp:py_proto',
1189 ], 1189 ],
1190 }], 1190 }],
1191 ['OS == "linux" or OS == "freebsd" or OS == "openbsd"', { 1191 ['OS == "linux" or OS == "freebsd" or OS == "openbsd"', {
1192 'conditions': [ 1192 'conditions': [
1193 ['use_openssl==1', { 1193 ['use_openssl==1', {
1194 'dependencies': [ 1194 'dependencies': [
1195 '../third_party/openssl/openssl.gyp:openssl', 1195 '../third_party/openssl/openssl.gyp:openssl',
1196 ], 1196 ],
1197 }, { 1197 }, {
(...skipping 259 matching lines...) Expand 10 before | Expand all | Expand 10 after
1457 ], 1457 ],
1458 }], 1458 }],
1459 ], 1459 ],
1460 } 1460 }
1461 1461
1462 # Local Variables: 1462 # Local Variables:
1463 # tab-width:2 1463 # tab-width:2
1464 # indent-tabs-mode:nil 1464 # indent-tabs-mode:nil
1465 # End: 1465 # End:
1466 # vim: set expandtab tabstop=2 shiftwidth=2: 1466 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698