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

Side by Side Diff: content/content_browser.gypi

Issue 10244001: Creation of ByteStream class. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased to LKGR. Created 8 years, 7 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 | Annotate | Revision Log
« no previous file with comments | « content/browser/download/byte_stream_unittest.cc ('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/debugger/devtools_resources.gyp:devtools_resources', 7 'browser/debugger/devtools_resources.gyp:devtools_resources',
8 'browser/speech/proto/speech_proto.gyp:speech_proto', 8 'browser/speech/proto/speech_proto.gyp:speech_proto',
9 '../base/base.gyp:base_static', 9 '../base/base.gyp:base_static',
10 '../crypto/crypto.gyp:crypto', 10 '../crypto/crypto.gyp:crypto',
(...skipping 241 matching lines...) Expand 10 before | Expand all | Expand 10 after
252 'browser/device_orientation/provider_impl.cc', 252 'browser/device_orientation/provider_impl.cc',
253 'browser/device_orientation/provider_impl.h', 253 'browser/device_orientation/provider_impl.h',
254 'browser/dom_storage/dom_storage_context_impl.cc', 254 'browser/dom_storage/dom_storage_context_impl.cc',
255 'browser/dom_storage/dom_storage_context_impl.h', 255 'browser/dom_storage/dom_storage_context_impl.h',
256 'browser/dom_storage/dom_storage_message_filter.cc', 256 'browser/dom_storage/dom_storage_message_filter.cc',
257 'browser/dom_storage/dom_storage_message_filter.h', 257 'browser/dom_storage/dom_storage_message_filter.h',
258 'browser/dom_storage/session_storage_namespace_impl.cc', 258 'browser/dom_storage/session_storage_namespace_impl.cc',
259 'browser/dom_storage/session_storage_namespace_impl.h', 259 'browser/dom_storage/session_storage_namespace_impl.h',
260 'browser/download/base_file.cc', 260 'browser/download/base_file.cc',
261 'browser/download/base_file.h', 261 'browser/download/base_file.h',
262 'browser/download/byte_stream.cc',
263 'browser/download/byte_stream.h',
262 'browser/download/download_buffer.cc', 264 'browser/download/download_buffer.cc',
263 'browser/download/download_buffer.h', 265 'browser/download/download_buffer.h',
264 'browser/download/download_create_info.cc', 266 'browser/download/download_create_info.cc',
265 'browser/download/download_create_info.h', 267 'browser/download/download_create_info.h',
266 'browser/download/download_file.h', 268 'browser/download/download_file.h',
267 'browser/download/download_file_impl.cc', 269 'browser/download/download_file_impl.cc',
268 'browser/download/download_file_impl.h', 270 'browser/download/download_file_impl.h',
269 'browser/download/download_file_manager.cc', 271 'browser/download/download_file_manager.cc',
270 'browser/download/download_file_manager.h', 272 'browser/download/download_file_manager.h',
271 'browser/download/download_item_impl.cc', 273 'browser/download/download_item_impl.cc',
(...skipping 675 matching lines...) Expand 10 before | Expand all | Expand 10 after
947 ], 949 ],
948 }], 950 }],
949 ['input_speech==0', { 951 ['input_speech==0', {
950 'sources/': [ 952 'sources/': [
951 ['exclude', '^browser/speech/'], 953 ['exclude', '^browser/speech/'],
952 ], 954 ],
953 }], 955 }],
954 ], 956 ],
955 } 957 }
956 958
OLDNEW
« no previous file with comments | « content/browser/download/byte_stream_unittest.cc ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698