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 'dependencies': [ | 6 'dependencies': [ |
7 'browser/speech/proto/speech_proto.gyp:speech_proto', | 7 'browser/speech/proto/speech_proto.gyp:speech_proto', |
8 '../base/base.gyp:base_static', | 8 '../base/base.gyp:base_static', |
9 '../crypto/crypto.gyp:crypto', | 9 '../crypto/crypto.gyp:crypto', |
10 '../google_apis/google_apis.gyp:google_apis', | 10 '../google_apis/google_apis.gyp:google_apis', |
(...skipping 987 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
998 'browser/ssl/ssl_manager.cc', | 998 'browser/ssl/ssl_manager.cc', |
999 'browser/ssl/ssl_manager.h', | 999 'browser/ssl/ssl_manager.h', |
1000 'browser/ssl/ssl_policy_backend.cc', | 1000 'browser/ssl/ssl_policy_backend.cc', |
1001 'browser/ssl/ssl_policy_backend.h', | 1001 'browser/ssl/ssl_policy_backend.h', |
1002 'browser/ssl/ssl_policy.cc', | 1002 'browser/ssl/ssl_policy.cc', |
1003 'browser/ssl/ssl_policy.h', | 1003 'browser/ssl/ssl_policy.h', |
1004 'browser/ssl/ssl_request_info.cc', | 1004 'browser/ssl/ssl_request_info.cc', |
1005 'browser/ssl/ssl_request_info.h', | 1005 'browser/ssl/ssl_request_info.h', |
1006 'browser/streams/stream.cc', | 1006 'browser/streams/stream.cc', |
1007 'browser/streams/stream.h', | 1007 'browser/streams/stream.h', |
1008 'browser/streams/stream_context.cc', | |
1009 'browser/streams/stream_handle_impl.cc', | 1008 'browser/streams/stream_handle_impl.cc', |
1010 'browser/streams/stream_handle_impl.h', | 1009 'browser/streams/stream_handle_impl.h', |
1011 'browser/streams/stream_context.h', | |
1012 'browser/streams/stream_read_observer.h', | 1010 'browser/streams/stream_read_observer.h', |
1013 'browser/streams/stream_registry.cc', | 1011 'browser/streams/stream_registry.cc', |
1014 'browser/streams/stream_registry.h', | 1012 'browser/streams/stream_registry.h', |
1015 'browser/streams/stream_url_request_job.cc', | 1013 'browser/streams/stream_url_request_job.cc', |
1016 'browser/streams/stream_url_request_job.h', | 1014 'browser/streams/stream_url_request_job.h', |
1017 'browser/streams/stream_write_observer.h', | 1015 'browser/streams/stream_write_observer.h', |
1018 'browser/storage_partition_impl.cc', | 1016 'browser/storage_partition_impl.cc', |
1019 'browser/storage_partition_impl.h', | 1017 'browser/storage_partition_impl.h', |
1020 'browser/storage_partition_impl_map.cc', | 1018 'browser/storage_partition_impl_map.cc', |
1021 'browser/storage_partition_impl_map.h', | 1019 'browser/storage_partition_impl_map.h', |
(...skipping 424 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1446 '../third_party/speex/speex.gyp:libspeex', | 1444 '../third_party/speex/speex.gyp:libspeex', |
1447 ], | 1445 ], |
1448 }], | 1446 }], |
1449 ['linux_use_libgps==1', { | 1447 ['linux_use_libgps==1', { |
1450 'dependencies': [ | 1448 'dependencies': [ |
1451 '../build/linux/system.gyp:libgps', | 1449 '../build/linux/system.gyp:libgps', |
1452 ], | 1450 ], |
1453 }], | 1451 }], |
1454 ], | 1452 ], |
1455 } | 1453 } |
OLD | NEW |