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

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: 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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 'public/browser/android/content_view_layer_renderer.h', 45 'public/browser/android/content_view_layer_renderer.h',
46 'public/browser/android/devtools_auth.h', 46 'public/browser/android/devtools_auth.h',
47 'public/browser/android/download_controller_android.h', 47 'public/browser/android/download_controller_android.h',
48 'public/browser/android/external_video_surface_container.h', 48 'public/browser/android/external_video_surface_container.h',
49 'public/browser/android/layer_tree_build_helper.h', 49 'public/browser/android/layer_tree_build_helper.h',
50 'public/browser/android/synchronous_compositor_client.h', 50 'public/browser/android/synchronous_compositor_client.h',
51 'public/browser/android/synchronous_compositor.cc', 51 'public/browser/android/synchronous_compositor.cc',
52 'public/browser/android/synchronous_compositor.h', 52 'public/browser/android/synchronous_compositor.h',
53 'public/browser/ax_event_notification_details.cc', 53 'public/browser/ax_event_notification_details.cc',
54 'public/browser/ax_event_notification_details.h', 54 'public/browser/ax_event_notification_details.h',
55 'public/browser/blob_context.h',
55 'public/browser/browser_accessibility_state.h', 56 'public/browser/browser_accessibility_state.h',
56 'public/browser/browser_child_process_host.h', 57 'public/browser/browser_child_process_host.h',
57 'public/browser/browser_child_process_host_delegate.cc', 58 'public/browser/browser_child_process_host_delegate.cc',
58 'public/browser/browser_child_process_host_delegate.h', 59 'public/browser/browser_child_process_host_delegate.h',
59 'public/browser/browser_child_process_host_iterator.cc', 60 'public/browser/browser_child_process_host_iterator.cc',
60 'public/browser/browser_child_process_host_iterator.h', 61 'public/browser/browser_child_process_host_iterator.h',
61 'public/browser/browser_child_process_observer.cc', 62 'public/browser/browser_child_process_observer.cc',
62 'public/browser/browser_child_process_observer.h', 63 'public/browser/browser_child_process_observer.h',
63 'public/browser/browser_context.h', 64 'public/browser/browser_context.h',
64 'public/browser/browser_ipc_logging.h', 65 'public/browser/browser_ipc_logging.h',
(...skipping 1653 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