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 1534 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1545 'test/local_test_server_win.cc', | 1545 'test/local_test_server_win.cc', |
1546 'test/local_test_server.cc', | 1546 'test/local_test_server.cc', |
1547 'test/local_test_server.h', | 1547 'test/local_test_server.h', |
1548 'test/python_utils.cc', | 1548 'test/python_utils.cc', |
1549 'test/python_utils.h', | 1549 'test/python_utils.h', |
1550 'test/remote_test_server.cc', | 1550 'test/remote_test_server.cc', |
1551 'test/remote_test_server.h', | 1551 'test/remote_test_server.h', |
1552 'test/spawner_communicator.cc', | 1552 'test/spawner_communicator.cc', |
1553 'test/spawner_communicator.h', | 1553 'test/spawner_communicator.h', |
1554 'test/test_server.h', | 1554 'test/test_server.h', |
| 1555 'url_request/test_url_fetcher_factory.cc', |
| 1556 'url_request/test_url_fetcher_factory.h', |
1555 'url_request/url_request_test_util.cc', | 1557 'url_request/url_request_test_util.cc', |
1556 'url_request/url_request_test_util.h', | 1558 'url_request/url_request_test_util.h', |
1557 ], | 1559 ], |
1558 'conditions': [ | 1560 'conditions': [ |
1559 ['inside_chromium_build==1', { | 1561 ['inside_chromium_build==1', { |
1560 'dependencies': [ | 1562 'dependencies': [ |
1561 '../chrome/app/policy/cloud_policy_codegen.gyp:cloud_policy_proto_co
mpile', | 1563 '../chrome/app/policy/cloud_policy_codegen.gyp:cloud_policy_proto_co
mpile', |
1562 # The test server uses Python modules generated by the sync protos. | 1564 # The test server uses Python modules generated by the sync protos. |
1563 '../sync/protocol/sync_proto.gyp:sync_proto', | 1565 '../sync/protocol/sync_proto.gyp:sync_proto', |
1564 '../third_party/protobuf/protobuf.gyp:py_proto', | 1566 '../third_party/protobuf/protobuf.gyp:py_proto', |
(...skipping 353 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1918 'tools/dump_cache/url_to_filename_encoder.cc', | 1920 'tools/dump_cache/url_to_filename_encoder.cc', |
1919 'tools/dump_cache/url_to_filename_encoder.h', | 1921 'tools/dump_cache/url_to_filename_encoder.h', |
1920 'tools/dump_cache/url_utilities.h', | 1922 'tools/dump_cache/url_utilities.h', |
1921 'tools/dump_cache/url_utilities.cc', | 1923 'tools/dump_cache/url_utilities.cc', |
1922 ], | 1924 ], |
1923 }, | 1925 }, |
1924 ], | 1926 ], |
1925 }], | 1927 }], |
1926 ], | 1928 ], |
1927 } | 1929 } |
OLD | NEW |