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

Side by Side Diff: content/content_child.gypi

Issue 17068016: Move the npruntime_util.h/.cc files from webkit\glue to content\child. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 6 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/child/plugin_param_traits.cc ('k') | webkit/glue/npruntime_util.h » ('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 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 '../ui/ui.gyp:ui', 9 '../ui/ui.gyp:ui',
10 '../url/url.gyp:url_lib', 10 '../url/url.gyp:url_lib',
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 'child/indexed_db/proxy_webidbcursor_impl.h', 48 'child/indexed_db/proxy_webidbcursor_impl.h',
49 'child/indexed_db/proxy_webidbdatabase_impl.cc', 49 'child/indexed_db/proxy_webidbdatabase_impl.cc',
50 'child/indexed_db/proxy_webidbdatabase_impl.h', 50 'child/indexed_db/proxy_webidbdatabase_impl.h',
51 'child/indexed_db/proxy_webidbfactory_impl.cc', 51 'child/indexed_db/proxy_webidbfactory_impl.cc',
52 'child/indexed_db/proxy_webidbfactory_impl.h', 52 'child/indexed_db/proxy_webidbfactory_impl.h',
53 'child/np_channel_base.cc', 53 'child/np_channel_base.cc',
54 'child/np_channel_base.h', 54 'child/np_channel_base.h',
55 'child/npobject_base.h', 55 'child/npobject_base.h',
56 'child/npobject_proxy.cc', 56 'child/npobject_proxy.cc',
57 'child/npobject_proxy.h', 57 'child/npobject_proxy.h',
58 'child/npruntime_util.cc',
59 'child/npruntime_util.h',
58 'child/npobject_stub.cc', 60 'child/npobject_stub.cc',
59 'child/npobject_stub.h', 61 'child/npobject_stub.h',
60 'child/npobject_util.cc', 62 'child/npobject_util.cc',
61 'child/npobject_util.h', 63 'child/npobject_util.h',
62 'child/plugin_message_generator.cc', 64 'child/plugin_message_generator.cc',
63 'child/plugin_message_generator.h', 65 'child/plugin_message_generator.h',
64 'child/plugin_messages.h', 66 'child/plugin_messages.h',
65 'child/plugin_param_traits.cc', 67 'child/plugin_param_traits.cc',
66 'child/plugin_param_traits.h', 68 'child/plugin_param_traits.h',
67 'child/quota_dispatcher.cc', 69 'child/quota_dispatcher.cc',
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
100 }, { # OS!="ios" 102 }, { # OS!="ios"
101 'dependencies': [ 103 'dependencies': [
102 '../third_party/WebKit/public/blink.gyp:blink', 104 '../third_party/WebKit/public/blink.gyp:blink',
103 '../third_party/npapi/npapi.gyp:npapi', 105 '../third_party/npapi/npapi.gyp:npapi',
104 '../webkit/base/webkit_base.gyp:webkit_base', 106 '../webkit/base/webkit_base.gyp:webkit_base',
105 '../webkit/support/webkit_support.gyp:glue_child', 107 '../webkit/support/webkit_support.gyp:glue_child',
106 ], 108 ],
107 }], 109 }],
108 ], 110 ],
109 } 111 }
OLDNEW
« no previous file with comments | « content/child/plugin_param_traits.cc ('k') | webkit/glue/npruntime_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698