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

Side by Side Diff: net/net.gyp

Issue 6532019: New policy protobuf protocol. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix one more leak 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 1164 matching lines...) Expand 10 before | Expand all | Expand 10 after
1175 'test/test_server.cc', 1175 'test/test_server.cc',
1176 'test/test_server_posix.cc', 1176 'test/test_server_posix.cc',
1177 'test/test_server_win.cc', 1177 'test/test_server_win.cc',
1178 'test/test_server.h', 1178 'test/test_server.h',
1179 'url_request/url_request_test_util.cc', 1179 'url_request/url_request_test_util.cc',
1180 'url_request/url_request_test_util.h', 1180 'url_request/url_request_test_util.h',
1181 ], 1181 ],
1182 'conditions': [ 1182 'conditions': [
1183 ['inside_chromium_build==1', { 1183 ['inside_chromium_build==1', {
1184 'dependencies': [ 1184 'dependencies': [
1185 '../chrome/app/policy/cloud_policy_codegen.gyp:cloud_policy_proto_co mpile',
1185 '../chrome/browser/sync/protocol/sync_proto.gyp:sync_proto', 1186 '../chrome/browser/sync/protocol/sync_proto.gyp:sync_proto',
1186 '../chrome/browser/policy/proto/device_management_proto.gyp:device_m anagement_proto',
1187 '../third_party/protobuf/protobuf.gyp:py_proto', 1187 '../third_party/protobuf/protobuf.gyp:py_proto',
1188 ], 1188 ],
1189 }], 1189 }],
1190 ['OS == "linux" or OS == "freebsd" or OS == "openbsd"', { 1190 ['OS == "linux" or OS == "freebsd" or OS == "openbsd"', {
1191 'conditions': [ 1191 'conditions': [
1192 ['use_openssl==1', { 1192 ['use_openssl==1', {
1193 'dependencies': [ 1193 'dependencies': [
1194 '../third_party/openssl/openssl.gyp:openssl', 1194 '../third_party/openssl/openssl.gyp:openssl',
1195 ], 1195 ],
1196 }, { 1196 }, {
(...skipping 263 matching lines...) Expand 10 before | Expand all | Expand 10 after
1460 ], 1460 ],
1461 }], 1461 }],
1462 ], 1462 ],
1463 } 1463 }
1464 1464
1465 # Local Variables: 1465 # Local Variables:
1466 # tab-width:2 1466 # tab-width:2
1467 # indent-tabs-mode:nil 1467 # indent-tabs-mode:nil
1468 # End: 1468 # End:
1469 # vim: set expandtab tabstop=2 shiftwidth=2: 1469 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698