Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(224)

Side by Side Diff: content/content_browser.gypi

Issue 12335087: Implement the Stream registry in content (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Code review fixes Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 822 matching lines...) Expand 10 before | Expand all | Expand 10 after
833 'browser/ssl/ssl_host_state.cc', 833 'browser/ssl/ssl_host_state.cc',
834 'browser/ssl/ssl_host_state.h', 834 'browser/ssl/ssl_host_state.h',
835 'browser/ssl/ssl_manager.cc', 835 'browser/ssl/ssl_manager.cc',
836 'browser/ssl/ssl_manager.h', 836 'browser/ssl/ssl_manager.h',
837 'browser/ssl/ssl_policy_backend.cc', 837 'browser/ssl/ssl_policy_backend.cc',
838 'browser/ssl/ssl_policy_backend.h', 838 'browser/ssl/ssl_policy_backend.h',
839 'browser/ssl/ssl_policy.cc', 839 'browser/ssl/ssl_policy.cc',
840 'browser/ssl/ssl_policy.h', 840 'browser/ssl/ssl_policy.h',
841 'browser/ssl/ssl_request_info.cc', 841 'browser/ssl/ssl_request_info.cc',
842 'browser/ssl/ssl_request_info.h', 842 'browser/ssl/ssl_request_info.h',
843 'browser/streams/stream.cc',
844 'browser/streams/stream.h',
845 'browser/streams/stream_context.cc',
846 'browser/streams/stream_context.h',
847 'browser/streams/stream_read_observer.h',
848 'browser/streams/stream_registry.cc',
849 'browser/streams/stream_registry.h',
850 'browser/streams/stream_write_observer.h',
843 'browser/storage_partition_impl.cc', 851 'browser/storage_partition_impl.cc',
844 'browser/storage_partition_impl.h', 852 'browser/storage_partition_impl.h',
845 'browser/storage_partition_impl_map.cc', 853 'browser/storage_partition_impl_map.cc',
846 'browser/storage_partition_impl_map.h', 854 'browser/storage_partition_impl_map.h',
847 'browser/system_message_window_win.cc', 855 'browser/system_message_window_win.cc',
848 'browser/system_message_window_win.h', 856 'browser/system_message_window_win.h',
849 'browser/tcmalloc_internals_request_job.cc', 857 'browser/tcmalloc_internals_request_job.cc',
850 'browser/tcmalloc_internals_request_job.h', 858 'browser/tcmalloc_internals_request_job.h',
851 'browser/tracing/trace_controller_impl.cc', 859 'browser/tracing/trace_controller_impl.cc',
852 'browser/tracing/trace_controller_impl.h', 860 'browser/tracing/trace_controller_impl.h',
(...skipping 366 matching lines...) Expand 10 before | Expand all | Expand 10 after
1219 ['exclude', '^browser/speech/'], 1227 ['exclude', '^browser/speech/'],
1220 ], 1228 ],
1221 }], 1229 }],
1222 ['linux_use_libgps==1', { 1230 ['linux_use_libgps==1', {
1223 'dependencies': [ 1231 'dependencies': [
1224 '../build/linux/system.gyp:libgps', 1232 '../build/linux/system.gyp:libgps',
1225 ], 1233 ],
1226 }], 1234 }],
1227 ], 1235 ],
1228 } 1236 }
OLDNEW
« content/browser/streams/stream_registry.cc ('K') | « content/browser/streams/stream_write_observer.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698