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

Side by Side Diff: content/content_child.gypi

Issue 24636002: Introduce content::ChildMessageFilter. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix impl Created 7 years, 1 month 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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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', 7 '../base/base.gyp:base',
8 '../components/tracing.gyp:tracing', 8 '../components/tracing.gyp:tracing',
9 '../skia/skia.gyp:skia', 9 '../skia/skia.gyp:skia',
10 '../ui/gfx/gfx.gyp:gfx', 10 '../ui/gfx/gfx.gyp:gfx',
(...skipping 14 matching lines...) Expand all
25 'child/appcache/appcache_dispatcher.cc', 25 'child/appcache/appcache_dispatcher.cc',
26 'child/appcache/appcache_dispatcher.h', 26 'child/appcache/appcache_dispatcher.h',
27 'child/appcache/appcache_frontend_impl.cc', 27 'child/appcache/appcache_frontend_impl.cc',
28 'child/appcache/appcache_frontend_impl.h', 28 'child/appcache/appcache_frontend_impl.h',
29 'child/appcache/web_application_cache_host_impl.cc', 29 'child/appcache/web_application_cache_host_impl.cc',
30 'child/appcache/web_application_cache_host_impl.h', 30 'child/appcache/web_application_cache_host_impl.h',
31 'child/browser_font_resource_trusted.cc', 31 'child/browser_font_resource_trusted.cc',
32 'child/browser_font_resource_trusted.h', 32 'child/browser_font_resource_trusted.h',
33 'child/child_histogram_message_filter.cc', 33 'child/child_histogram_message_filter.cc',
34 'child/child_histogram_message_filter.h', 34 'child/child_histogram_message_filter.h',
35 'child/child_message_filter.cc',
36 'child/child_message_filter.h',
35 'child/child_process.cc', 37 'child/child_process.cc',
36 'child/child_process.h', 38 'child/child_process.h',
37 'child/child_resource_message_filter.cc', 39 'child/child_resource_message_filter.cc',
38 'child/child_resource_message_filter.h', 40 'child/child_resource_message_filter.h',
39 'child/child_thread.cc', 41 'child/child_thread.cc',
40 'child/child_thread.h', 42 'child/child_thread.h',
41 'child/database_util.cc', 43 'child/database_util.cc',
42 'child/database_util.h', 44 'child/database_util.h',
43 'child/db_message_filter.cc', 45 'child/db_message_filter.cc',
44 'child/db_message_filter.h', 46 'child/db_message_filter.h',
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
187 'child/npapi/webplugin_delegate_impl_mac.mm', 189 'child/npapi/webplugin_delegate_impl_mac.mm',
188 ], 190 ],
189 }], 191 }],
190 ['use_aura==1 and OS=="win"', { 192 ['use_aura==1 and OS=="win"', {
191 'sources!': [ 193 'sources!': [
192 'child/npapi/webplugin_delegate_impl_aura.cc', 194 'child/npapi/webplugin_delegate_impl_aura.cc',
193 ], 195 ],
194 }], 196 }],
195 ], 197 ],
196 } 198 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698