OLD | NEW |
---|---|
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 Loading... | |
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/app/policy/cloud_policy_codegen.gyp:cloud_policy_proto_co mpile', |
Mark Mentovai
2011/02/10 18:42:19
Sort
Jakob Kummerow
2011/02/14 16:14:26
Done.
| |
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 263 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1461 ], | 1461 ], |
1462 }], | 1462 }], |
1463 ], | 1463 ], |
1464 } | 1464 } |
1465 | 1465 |
1466 # Local Variables: | 1466 # Local Variables: |
1467 # tab-width:2 | 1467 # tab-width:2 |
1468 # indent-tabs-mode:nil | 1468 # indent-tabs-mode:nil |
1469 # End: | 1469 # End: |
1470 # vim: set expandtab tabstop=2 shiftwidth=2: | 1470 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |