OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 'use_kerberos%': 1, | 9 'use_kerberos%': 1, |
10 }, | 10 }, |
(...skipping 1234 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1245 'test/test_server_posix.cc', | 1245 'test/test_server_posix.cc', |
1246 'test/test_server_win.cc', | 1246 'test/test_server_win.cc', |
1247 'test/test_server.h', | 1247 'test/test_server.h', |
1248 'url_request/url_request_test_util.cc', | 1248 'url_request/url_request_test_util.cc', |
1249 'url_request/url_request_test_util.h', | 1249 'url_request/url_request_test_util.h', |
1250 ], | 1250 ], |
1251 'conditions': [ | 1251 'conditions': [ |
1252 ['inside_chromium_build==1', { | 1252 ['inside_chromium_build==1', { |
1253 'dependencies': [ | 1253 'dependencies': [ |
1254 '../chrome/app/policy/cloud_policy_codegen.gyp:cloud_policy_proto_co
mpile', | 1254 '../chrome/app/policy/cloud_policy_codegen.gyp:cloud_policy_proto_co
mpile', |
| 1255 # The test server uses Python modules generated by the sync protos. |
1255 '../chrome/browser/sync/protocol/sync_proto.gyp:sync_proto', | 1256 '../chrome/browser/sync/protocol/sync_proto.gyp:sync_proto', |
1256 '../third_party/protobuf/protobuf.gyp:py_proto', | 1257 '../third_party/protobuf/protobuf.gyp:py_proto', |
1257 ], | 1258 ], |
1258 }], | 1259 }], |
1259 ['os_posix == 1 and OS != "mac"', { | 1260 ['os_posix == 1 and OS != "mac"', { |
1260 'conditions': [ | 1261 'conditions': [ |
1261 ['use_openssl==1', { | 1262 ['use_openssl==1', { |
1262 'dependencies': [ | 1263 'dependencies': [ |
1263 '../third_party/openssl/openssl.gyp:openssl', | 1264 '../third_party/openssl/openssl.gyp:openssl', |
1264 ], | 1265 ], |
(...skipping 254 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1519 'tools/dump_cache/url_to_filename_encoder.cc', | 1520 'tools/dump_cache/url_to_filename_encoder.cc', |
1520 'tools/dump_cache/url_to_filename_encoder.h', | 1521 'tools/dump_cache/url_to_filename_encoder.h', |
1521 'tools/dump_cache/url_utilities.h', | 1522 'tools/dump_cache/url_utilities.h', |
1522 'tools/dump_cache/url_utilities.cc', | 1523 'tools/dump_cache/url_utilities.cc', |
1523 ], | 1524 ], |
1524 }, | 1525 }, |
1525 ], | 1526 ], |
1526 }], | 1527 }], |
1527 ], | 1528 ], |
1528 } | 1529 } |
OLD | NEW |