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 842 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
853 'browser/ssl/ssl_host_state.cc', | 853 'browser/ssl/ssl_host_state.cc', |
854 'browser/ssl/ssl_host_state.h', | 854 'browser/ssl/ssl_host_state.h', |
855 'browser/ssl/ssl_manager.cc', | 855 'browser/ssl/ssl_manager.cc', |
856 'browser/ssl/ssl_manager.h', | 856 'browser/ssl/ssl_manager.h', |
857 'browser/ssl/ssl_policy_backend.cc', | 857 'browser/ssl/ssl_policy_backend.cc', |
858 'browser/ssl/ssl_policy_backend.h', | 858 'browser/ssl/ssl_policy_backend.h', |
859 'browser/ssl/ssl_policy.cc', | 859 'browser/ssl/ssl_policy.cc', |
860 'browser/ssl/ssl_policy.h', | 860 'browser/ssl/ssl_policy.h', |
861 'browser/ssl/ssl_request_info.cc', | 861 'browser/ssl/ssl_request_info.cc', |
862 'browser/ssl/ssl_request_info.h', | 862 'browser/ssl/ssl_request_info.h', |
| 863 'browser/streams/stream.cc', |
| 864 'browser/streams/stream.h', |
| 865 'browser/streams/stream_context.cc', |
| 866 'browser/streams/stream_context.h', |
| 867 'browser/streams/stream_read_observer.h', |
| 868 'browser/streams/stream_registry.cc', |
| 869 'browser/streams/stream_registry.h', |
| 870 'browser/streams/stream_write_observer.h', |
863 'browser/storage_partition_impl.cc', | 871 'browser/storage_partition_impl.cc', |
864 'browser/storage_partition_impl.h', | 872 'browser/storage_partition_impl.h', |
865 'browser/storage_partition_impl_map.cc', | 873 'browser/storage_partition_impl_map.cc', |
866 'browser/storage_partition_impl_map.h', | 874 'browser/storage_partition_impl_map.h', |
867 'browser/system_message_window_win.cc', | 875 'browser/system_message_window_win.cc', |
868 'browser/system_message_window_win.h', | 876 'browser/system_message_window_win.h', |
869 'browser/tcmalloc_internals_request_job.cc', | 877 'browser/tcmalloc_internals_request_job.cc', |
870 'browser/tcmalloc_internals_request_job.h', | 878 'browser/tcmalloc_internals_request_job.h', |
871 'browser/tracing/trace_controller_impl.cc', | 879 'browser/tracing/trace_controller_impl.cc', |
872 'browser/tracing/trace_controller_impl.h', | 880 'browser/tracing/trace_controller_impl.h', |
(...skipping 368 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1241 ['exclude', '^browser/speech/'], | 1249 ['exclude', '^browser/speech/'], |
1242 ], | 1250 ], |
1243 }], | 1251 }], |
1244 ['linux_use_libgps==1', { | 1252 ['linux_use_libgps==1', { |
1245 'dependencies': [ | 1253 'dependencies': [ |
1246 '../build/linux/system.gyp:libgps', | 1254 '../build/linux/system.gyp:libgps', |
1247 ], | 1255 ], |
1248 }], | 1256 }], |
1249 ], | 1257 ], |
1250 } | 1258 } |
OLD | NEW |