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

Side by Side Diff: content/content_browser.gypi

Issue 266373006: Blobs: Mechanism for creating Blobs in browser process, then transferring to renderer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: self review fixes Created 6 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
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 '../base/base.gyp:base_static', 7 '../base/base.gyp:base_static',
8 '../crypto/crypto.gyp:crypto', 8 '../crypto/crypto.gyp:crypto',
9 '../google_apis/google_apis.gyp:google_apis', 9 '../google_apis/google_apis.gyp:google_apis',
10 '../net/net.gyp:net', 10 '../net/net.gyp:net',
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 'public/browser/download_manager.h', 106 'public/browser/download_manager.h',
107 'public/browser/download_manager_delegate.cc', 107 'public/browser/download_manager_delegate.cc',
108 'public/browser/download_manager_delegate.h', 108 'public/browser/download_manager_delegate.h',
109 'public/browser/download_save_info.cc', 109 'public/browser/download_save_info.cc',
110 'public/browser/download_save_info.h', 110 'public/browser/download_save_info.h',
111 'public/browser/download_url_parameters.cc', 111 'public/browser/download_url_parameters.cc',
112 'public/browser/download_url_parameters.h', 112 'public/browser/download_url_parameters.h',
113 'public/browser/favicon_status.cc', 113 'public/browser/favicon_status.cc',
114 'public/browser/favicon_status.h', 114 'public/browser/favicon_status.h',
115 'public/browser/file_descriptor_info.h', 115 'public/browser/file_descriptor_info.h',
116 'public/browser/fileapi/blob_context.h',
116 'public/browser/font_list_async.h', 117 'public/browser/font_list_async.h',
117 'public/browser/geolocation_permission_context.h', 118 'public/browser/geolocation_permission_context.h',
118 'public/browser/geolocation_provider.h', 119 'public/browser/geolocation_provider.h',
119 'public/browser/global_request_id.h', 120 'public/browser/global_request_id.h',
120 'public/browser/gpu_data_manager.h', 121 'public/browser/gpu_data_manager.h',
121 'public/browser/gpu_data_manager_observer.h', 122 'public/browser/gpu_data_manager_observer.h',
122 'public/browser/histogram_fetcher.h', 123 'public/browser/histogram_fetcher.h',
123 'public/browser/host_zoom_map.h', 124 'public/browser/host_zoom_map.h',
124 'public/browser/indexed_db_context.h', 125 'public/browser/indexed_db_context.h',
125 'public/browser/indexed_db_info.cc', 126 'public/browser/indexed_db_info.cc',
(...skipping 1592 matching lines...) Expand 10 before | Expand all | Expand 10 after
1718 '../build/linux/system.gyp:dbus', 1719 '../build/linux/system.gyp:dbus',
1719 '../dbus/dbus.gyp:dbus', 1720 '../dbus/dbus.gyp:dbus',
1720 ], 1721 ],
1721 }, { # OS != "linux" or use_dbus==0 1722 }, { # OS != "linux" or use_dbus==0
1722 'sources!': [ 1723 'sources!': [
1723 'browser/geolocation/wifi_data_provider_linux.cc', 1724 'browser/geolocation/wifi_data_provider_linux.cc',
1724 ], 1725 ],
1725 }], 1726 }],
1726 ], 1727 ],
1727 } 1728 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698