| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'linux_link_kerberos%': 0, | 9 'linux_link_kerberos%': 0, |
| 10 'conditions': [ | 10 'conditions': [ |
| (...skipping 1527 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1538 'test/test_server_win.cc', | 1538 'test/test_server_win.cc', |
| 1539 'test/test_server.h', | 1539 'test/test_server.h', |
| 1540 'url_request/url_request_test_util.cc', | 1540 'url_request/url_request_test_util.cc', |
| 1541 'url_request/url_request_test_util.h', | 1541 'url_request/url_request_test_util.h', |
| 1542 ], | 1542 ], |
| 1543 'conditions': [ | 1543 'conditions': [ |
| 1544 ['inside_chromium_build==1', { | 1544 ['inside_chromium_build==1', { |
| 1545 'dependencies': [ | 1545 'dependencies': [ |
| 1546 '../chrome/app/policy/cloud_policy_codegen.gyp:cloud_policy_proto_co
mpile', | 1546 '../chrome/app/policy/cloud_policy_codegen.gyp:cloud_policy_proto_co
mpile', |
| 1547 # The test server uses Python modules generated by the sync protos. | 1547 # The test server uses Python modules generated by the sync protos. |
| 1548 '../chrome/browser/sync/protocol/sync_proto.gyp:sync_proto', | 1548 '../sync/protocol/sync_proto.gyp:sync_proto', |
| 1549 '../third_party/protobuf/protobuf.gyp:py_proto', | 1549 '../third_party/protobuf/protobuf.gyp:py_proto', |
| 1550 ], | 1550 ], |
| 1551 }], | 1551 }], |
| 1552 ['os_posix == 1 and OS != "mac" and OS != "android"', { | 1552 ['os_posix == 1 and OS != "mac" and OS != "android"', { |
| 1553 'conditions': [ | 1553 'conditions': [ |
| 1554 ['use_openssl==1', { | 1554 ['use_openssl==1', { |
| 1555 'dependencies': [ | 1555 'dependencies': [ |
| 1556 '../third_party/openssl/openssl.gyp:openssl', | 1556 '../third_party/openssl/openssl.gyp:openssl', |
| 1557 ], | 1557 ], |
| 1558 }, { | 1558 }, { |
| (...skipping 278 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1837 'tools/dump_cache/url_to_filename_encoder.cc', | 1837 'tools/dump_cache/url_to_filename_encoder.cc', |
| 1838 'tools/dump_cache/url_to_filename_encoder.h', | 1838 'tools/dump_cache/url_to_filename_encoder.h', |
| 1839 'tools/dump_cache/url_utilities.h', | 1839 'tools/dump_cache/url_utilities.h', |
| 1840 'tools/dump_cache/url_utilities.cc', | 1840 'tools/dump_cache/url_utilities.cc', |
| 1841 ], | 1841 ], |
| 1842 }, | 1842 }, |
| 1843 ], | 1843 ], |
| 1844 }], | 1844 }], |
| 1845 ], | 1845 ], |
| 1846 } | 1846 } |
| OLD | NEW |