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

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, 9 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
« no previous file with comments | « content/browser/streams/stream_write_observer.h ('k') | content/content_tests.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 848 matching lines...) Expand 10 before | Expand all | Expand 10 after
859 'browser/ssl/ssl_host_state.cc', 859 'browser/ssl/ssl_host_state.cc',
860 'browser/ssl/ssl_host_state.h', 860 'browser/ssl/ssl_host_state.h',
861 'browser/ssl/ssl_manager.cc', 861 'browser/ssl/ssl_manager.cc',
862 'browser/ssl/ssl_manager.h', 862 'browser/ssl/ssl_manager.h',
863 'browser/ssl/ssl_policy_backend.cc', 863 'browser/ssl/ssl_policy_backend.cc',
864 'browser/ssl/ssl_policy_backend.h', 864 'browser/ssl/ssl_policy_backend.h',
865 'browser/ssl/ssl_policy.cc', 865 'browser/ssl/ssl_policy.cc',
866 'browser/ssl/ssl_policy.h', 866 'browser/ssl/ssl_policy.h',
867 'browser/ssl/ssl_request_info.cc', 867 'browser/ssl/ssl_request_info.cc',
868 'browser/ssl/ssl_request_info.h', 868 'browser/ssl/ssl_request_info.h',
869 'browser/streams/stream.cc',
870 'browser/streams/stream.h',
871 'browser/streams/stream_context.cc',
872 'browser/streams/stream_context.h',
873 'browser/streams/stream_read_observer.h',
874 'browser/streams/stream_registry.cc',
875 'browser/streams/stream_registry.h',
876 'browser/streams/stream_write_observer.h',
869 'browser/storage_partition_impl.cc', 877 'browser/storage_partition_impl.cc',
870 'browser/storage_partition_impl.h', 878 'browser/storage_partition_impl.h',
871 'browser/storage_partition_impl_map.cc', 879 'browser/storage_partition_impl_map.cc',
872 'browser/storage_partition_impl_map.h', 880 'browser/storage_partition_impl_map.h',
873 'browser/system_message_window_win.cc', 881 'browser/system_message_window_win.cc',
874 'browser/system_message_window_win.h', 882 'browser/system_message_window_win.h',
875 'browser/tcmalloc_internals_request_job.cc', 883 'browser/tcmalloc_internals_request_job.cc',
876 'browser/tcmalloc_internals_request_job.h', 884 'browser/tcmalloc_internals_request_job.h',
877 'browser/tracing/trace_controller_impl.cc', 885 'browser/tracing/trace_controller_impl.cc',
878 'browser/tracing/trace_controller_impl.h', 886 'browser/tracing/trace_controller_impl.h',
(...skipping 376 matching lines...) Expand 10 before | Expand all | Expand 10 after
1255 ['exclude', '^browser/speech/'], 1263 ['exclude', '^browser/speech/'],
1256 ], 1264 ],
1257 }], 1265 }],
1258 ['linux_use_libgps==1', { 1266 ['linux_use_libgps==1', {
1259 'dependencies': [ 1267 'dependencies': [
1260 '../build/linux/system.gyp:libgps', 1268 '../build/linux/system.gyp:libgps',
1261 ], 1269 ],
1262 }], 1270 }],
1263 ], 1271 ],
1264 } 1272 }
OLDNEW
« no previous file with comments | « content/browser/streams/stream_write_observer.h ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698