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

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
« no previous file with comments | « chrome_frame/chrome_frame.gyp ('k') | net/tools/testserver/device_management.py » ('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 (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 1167 matching lines...) Expand 10 before | Expand all | Expand 10 after
1178 'test/test_server.cc', 1178 'test/test_server.cc',
1179 'test/test_server_posix.cc', 1179 'test/test_server_posix.cc',
1180 'test/test_server_win.cc', 1180 'test/test_server_win.cc',
1181 'test/test_server.h', 1181 'test/test_server.h',
1182 'url_request/url_request_test_util.cc', 1182 'url_request/url_request_test_util.cc',
1183 'url_request/url_request_test_util.h', 1183 'url_request/url_request_test_util.h',
1184 ], 1184 ],
1185 'conditions': [ 1185 'conditions': [
1186 ['inside_chromium_build==1', { 1186 ['inside_chromium_build==1', {
1187 'dependencies': [ 1187 'dependencies': [
1188 '../chrome/app/policy/cloud_policy_codegen.gyp:cloud_policy_proto_co mpile',
1188 '../chrome/browser/sync/protocol/sync_proto.gyp:sync_proto', 1189 '../chrome/browser/sync/protocol/sync_proto.gyp:sync_proto',
1189 '../chrome/browser/policy/proto/device_management_proto.gyp:device_m anagement_proto',
1190 '../third_party/protobuf/protobuf.gyp:py_proto', 1190 '../third_party/protobuf/protobuf.gyp:py_proto',
1191 ], 1191 ],
1192 }], 1192 }],
1193 ['OS == "linux" or OS == "freebsd" or OS == "openbsd"', { 1193 ['OS == "linux" or OS == "freebsd" or OS == "openbsd"', {
1194 'conditions': [ 1194 'conditions': [
1195 ['use_openssl==1', { 1195 ['use_openssl==1', {
1196 'dependencies': [ 1196 'dependencies': [
1197 '../third_party/openssl/openssl.gyp:openssl', 1197 '../third_party/openssl/openssl.gyp:openssl',
1198 ], 1198 ],
1199 }, { 1199 }, {
(...skipping 263 matching lines...) Expand 10 before | Expand all | Expand 10 after
1463 ], 1463 ],
1464 }], 1464 }],
1465 ], 1465 ],
1466 } 1466 }
1467 1467
1468 # Local Variables: 1468 # Local Variables:
1469 # tab-width:2 1469 # tab-width:2
1470 # indent-tabs-mode:nil 1470 # indent-tabs-mode:nil
1471 # End: 1471 # End:
1472 # vim: set expandtab tabstop=2 shiftwidth=2: 1472 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome_frame/chrome_frame.gyp ('k') | net/tools/testserver/device_management.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698