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 826 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
837 'browser/ssl/ssl_host_state.cc', | 837 'browser/ssl/ssl_host_state.cc', |
838 'browser/ssl/ssl_host_state.h', | 838 'browser/ssl/ssl_host_state.h', |
839 'browser/ssl/ssl_manager.cc', | 839 'browser/ssl/ssl_manager.cc', |
840 'browser/ssl/ssl_manager.h', | 840 'browser/ssl/ssl_manager.h', |
841 'browser/ssl/ssl_policy_backend.cc', | 841 'browser/ssl/ssl_policy_backend.cc', |
842 'browser/ssl/ssl_policy_backend.h', | 842 'browser/ssl/ssl_policy_backend.h', |
843 'browser/ssl/ssl_policy.cc', | 843 'browser/ssl/ssl_policy.cc', |
844 'browser/ssl/ssl_policy.h', | 844 'browser/ssl/ssl_policy.h', |
845 'browser/ssl/ssl_request_info.cc', | 845 'browser/ssl/ssl_request_info.cc', |
846 'browser/ssl/ssl_request_info.h', | 846 'browser/ssl/ssl_request_info.h', |
| 847 'browser/streams/stream.cc', |
| 848 'browser/streams/stream.h', |
| 849 'browser/streams/stream_context.cc', |
| 850 'browser/streams/stream_context.h', |
| 851 'browser/streams/stream_read_observer.h', |
| 852 'browser/streams/stream_registry.cc', |
| 853 'browser/streams/stream_registry.h', |
| 854 'browser/streams/stream_write_observer.h', |
847 'browser/storage_partition_impl.cc', | 855 'browser/storage_partition_impl.cc', |
848 'browser/storage_partition_impl.h', | 856 'browser/storage_partition_impl.h', |
849 'browser/storage_partition_impl_map.cc', | 857 'browser/storage_partition_impl_map.cc', |
850 'browser/storage_partition_impl_map.h', | 858 'browser/storage_partition_impl_map.h', |
851 'browser/system_message_window_win.cc', | 859 'browser/system_message_window_win.cc', |
852 'browser/system_message_window_win.h', | 860 'browser/system_message_window_win.h', |
853 'browser/tcmalloc_internals_request_job.cc', | 861 'browser/tcmalloc_internals_request_job.cc', |
854 'browser/tcmalloc_internals_request_job.h', | 862 'browser/tcmalloc_internals_request_job.h', |
855 'browser/tracing/trace_controller_impl.cc', | 863 'browser/tracing/trace_controller_impl.cc', |
856 'browser/tracing/trace_controller_impl.h', | 864 'browser/tracing/trace_controller_impl.h', |
(...skipping 366 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1223 ['exclude', '^browser/speech/'], | 1231 ['exclude', '^browser/speech/'], |
1224 ], | 1232 ], |
1225 }], | 1233 }], |
1226 ['linux_use_libgps==1', { | 1234 ['linux_use_libgps==1', { |
1227 'dependencies': [ | 1235 'dependencies': [ |
1228 '../build/linux/system.gyp:libgps', | 1236 '../build/linux/system.gyp:libgps', |
1229 ], | 1237 ], |
1230 }], | 1238 }], |
1231 ], | 1239 ], |
1232 } | 1240 } |
OLD | NEW |