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

Side by Side Diff: content/content_browser.gypi

Issue 10885044: Remove storage context accessors from ResourceContext. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: teh Created 8 years, 3 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/worker_host/worker_storage_partition.cc ('k') | no next file » | 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 804 matching lines...) Expand 10 before | Expand all | Expand 10 after
815 'browser/worker_host/message_port_service.cc', 815 'browser/worker_host/message_port_service.cc',
816 'browser/worker_host/message_port_service.h', 816 'browser/worker_host/message_port_service.h',
817 'browser/worker_host/worker_document_set.cc', 817 'browser/worker_host/worker_document_set.cc',
818 'browser/worker_host/worker_document_set.h', 818 'browser/worker_host/worker_document_set.h',
819 'browser/worker_host/worker_message_filter.cc', 819 'browser/worker_host/worker_message_filter.cc',
820 'browser/worker_host/worker_message_filter.h', 820 'browser/worker_host/worker_message_filter.h',
821 'browser/worker_host/worker_process_host.cc', 821 'browser/worker_host/worker_process_host.cc',
822 'browser/worker_host/worker_process_host.h', 822 'browser/worker_host/worker_process_host.h',
823 'browser/worker_host/worker_service_impl.cc', 823 'browser/worker_host/worker_service_impl.cc',
824 'browser/worker_host/worker_service_impl.h', 824 'browser/worker_host/worker_service_impl.h',
825 'browser/worker_host/worker_storage_partition.cc',
826 'browser/worker_host/worker_storage_partition.h',
825 'browser/zygote_host/zygote_host_impl_linux.cc', 827 'browser/zygote_host/zygote_host_impl_linux.cc',
826 'browser/zygote_host/zygote_host_impl_linux.h', 828 'browser/zygote_host/zygote_host_impl_linux.h',
827 'zygote/zygote_linux.cc', 829 'zygote/zygote_linux.cc',
828 'zygote/zygote_linux.h', 830 'zygote/zygote_linux.h',
829 'zygote/zygote_main_linux.cc', 831 'zygote/zygote_main_linux.cc',
830 '<(SHARED_INTERMEDIATE_DIR)/webkit/grit/devtools_resources.h', 832 '<(SHARED_INTERMEDIATE_DIR)/webkit/grit/devtools_resources.h',
831 '<(SHARED_INTERMEDIATE_DIR)/webkit/grit/devtools_resources_map.cc', 833 '<(SHARED_INTERMEDIATE_DIR)/webkit/grit/devtools_resources_map.cc',
832 '<(SHARED_INTERMEDIATE_DIR)/webkit/grit/devtools_resources_map.h', 834 '<(SHARED_INTERMEDIATE_DIR)/webkit/grit/devtools_resources_map.h',
833 ], 835 ],
834 'conditions': [ 836 'conditions': [
(...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after
1045 ['exclude', '^browser/renderer_host/java/'], 1047 ['exclude', '^browser/renderer_host/java/'],
1046 ], 1048 ],
1047 }], 1049 }],
1048 ['input_speech==0', { 1050 ['input_speech==0', {
1049 'sources/': [ 1051 'sources/': [
1050 ['exclude', '^browser/speech/'], 1052 ['exclude', '^browser/speech/'],
1051 ], 1053 ],
1052 }], 1054 }],
1053 ], 1055 ],
1054 } 1056 }
OLDNEW
« no previous file with comments | « content/browser/worker_host/worker_storage_partition.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698