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 850 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
861 'browser/ssl/ssl_host_state.cc', | 861 'browser/ssl/ssl_host_state.cc', |
862 'browser/ssl/ssl_host_state.h', | 862 'browser/ssl/ssl_host_state.h', |
863 'browser/ssl/ssl_manager.cc', | 863 'browser/ssl/ssl_manager.cc', |
864 'browser/ssl/ssl_manager.h', | 864 'browser/ssl/ssl_manager.h', |
865 'browser/ssl/ssl_policy_backend.cc', | 865 'browser/ssl/ssl_policy_backend.cc', |
866 'browser/ssl/ssl_policy_backend.h', | 866 'browser/ssl/ssl_policy_backend.h', |
867 'browser/ssl/ssl_policy.cc', | 867 'browser/ssl/ssl_policy.cc', |
868 'browser/ssl/ssl_policy.h', | 868 'browser/ssl/ssl_policy.h', |
869 'browser/ssl/ssl_request_info.cc', | 869 'browser/ssl/ssl_request_info.cc', |
870 'browser/ssl/ssl_request_info.h', | 870 'browser/ssl/ssl_request_info.h', |
| 871 'browser/streams/stream.cc', |
| 872 'browser/streams/stream.h', |
| 873 'browser/streams/stream_context.cc', |
| 874 'browser/streams/stream_context.h', |
| 875 'browser/streams/stream_read_observer.h', |
| 876 'browser/streams/stream_registry.cc', |
| 877 'browser/streams/stream_registry.h', |
| 878 'browser/streams/stream_write_observer.h', |
871 'browser/storage_partition_impl.cc', | 879 'browser/storage_partition_impl.cc', |
872 'browser/storage_partition_impl.h', | 880 'browser/storage_partition_impl.h', |
873 'browser/storage_partition_impl_map.cc', | 881 'browser/storage_partition_impl_map.cc', |
874 'browser/storage_partition_impl_map.h', | 882 'browser/storage_partition_impl_map.h', |
875 'browser/system_message_window_win.cc', | 883 'browser/system_message_window_win.cc', |
876 'browser/system_message_window_win.h', | 884 'browser/system_message_window_win.h', |
877 'browser/tcmalloc_internals_request_job.cc', | 885 'browser/tcmalloc_internals_request_job.cc', |
878 'browser/tcmalloc_internals_request_job.h', | 886 'browser/tcmalloc_internals_request_job.h', |
879 'browser/tracing/trace_controller_impl.cc', | 887 'browser/tracing/trace_controller_impl.cc', |
880 'browser/tracing/trace_controller_impl.h', | 888 'browser/tracing/trace_controller_impl.h', |
(...skipping 376 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1257 ['exclude', '^browser/speech/'], | 1265 ['exclude', '^browser/speech/'], |
1258 ], | 1266 ], |
1259 }], | 1267 }], |
1260 ['linux_use_libgps==1', { | 1268 ['linux_use_libgps==1', { |
1261 'dependencies': [ | 1269 'dependencies': [ |
1262 '../build/linux/system.gyp:libgps', | 1270 '../build/linux/system.gyp:libgps', |
1263 ], | 1271 ], |
1264 }], | 1272 }], |
1265 ], | 1273 ], |
1266 } | 1274 } |
OLD | NEW |