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

Side by Side Diff: content/content_child.gypi

Issue 17704002: Move image_decoder.cc/.h 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/image_decoder.cc ('k') | content/public/child/image_decoder_utils.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',
11 ], 11 ],
12 'include_dirs': [ 12 'include_dirs': [
13 '..', 13 '..',
14 ], 14 ],
15 'export_dependent_settings': [ 15 'export_dependent_settings': [
16 '../base/base.gyp:base', 16 '../base/base.gyp:base',
17 ], 17 ],
18 'sources': [ 18 'sources': [
19 'public/child/image_decoder_utils.h',
19 'child/android/child_jni_registrar.cc', 20 'child/android/child_jni_registrar.cc',
20 'child/android/child_jni_registrar.h', 21 'child/android/child_jni_registrar.h',
21 'child/appcache_backend_proxy.cc', 22 'child/appcache_backend_proxy.cc',
22 'child/appcache_backend_proxy.h', 23 'child/appcache_backend_proxy.h',
23 'child/appcache_dispatcher.cc', 24 'child/appcache_dispatcher.cc',
24 'child/appcache_dispatcher.h', 25 'child/appcache_dispatcher.h',
25 'child/child_histogram_message_filter.cc', 26 'child/child_histogram_message_filter.cc',
26 'child/child_histogram_message_filter.h', 27 'child/child_histogram_message_filter.h',
27 'child/child_process.cc', 28 'child/child_process.cc',
28 'child/child_process.h', 29 'child/child_process.h',
29 'child/child_resource_message_filter.cc', 30 'child/child_resource_message_filter.cc',
30 'child/child_resource_message_filter.h', 31 'child/child_resource_message_filter.h',
31 'child/child_thread.cc', 32 'child/child_thread.cc',
32 'child/child_thread.h', 33 'child/child_thread.h',
33 'child/database_util.cc', 34 'child/database_util.cc',
34 'child/database_util.h', 35 'child/database_util.h',
35 'child/fileapi/file_system_dispatcher.cc', 36 'child/fileapi/file_system_dispatcher.cc',
36 'child/fileapi/file_system_dispatcher.h', 37 'child/fileapi/file_system_dispatcher.h',
37 'child/fileapi/webfilesystem_callback_adapters.cc', 38 'child/fileapi/webfilesystem_callback_adapters.cc',
38 'child/fileapi/webfilesystem_callback_adapters.h', 39 'child/fileapi/webfilesystem_callback_adapters.h',
39 'child/fileapi/webfilesystem_impl.cc', 40 'child/fileapi/webfilesystem_impl.cc',
40 'child/fileapi/webfilesystem_impl.h', 41 'child/fileapi/webfilesystem_impl.h',
41 'child/fileapi/webfilewriter_impl.cc', 42 'child/fileapi/webfilewriter_impl.cc',
42 'child/fileapi/webfilewriter_impl.h', 43 'child/fileapi/webfilewriter_impl.h',
44 'child/image_decoder.cc',
45 'child/image_decoder.h',
43 'child/indexed_db/indexed_db_dispatcher.cc', 46 'child/indexed_db/indexed_db_dispatcher.cc',
44 'child/indexed_db/indexed_db_dispatcher.h', 47 'child/indexed_db/indexed_db_dispatcher.h',
45 'child/indexed_db/indexed_db_message_filter.cc', 48 'child/indexed_db/indexed_db_message_filter.cc',
46 'child/indexed_db/indexed_db_message_filter.h', 49 'child/indexed_db/indexed_db_message_filter.h',
47 'child/indexed_db/proxy_webidbcursor_impl.cc', 50 'child/indexed_db/proxy_webidbcursor_impl.cc',
48 'child/indexed_db/proxy_webidbcursor_impl.h', 51 'child/indexed_db/proxy_webidbcursor_impl.h',
49 'child/indexed_db/proxy_webidbdatabase_impl.cc', 52 'child/indexed_db/proxy_webidbdatabase_impl.cc',
50 'child/indexed_db/proxy_webidbdatabase_impl.h', 53 'child/indexed_db/proxy_webidbdatabase_impl.h',
51 'child/indexed_db/proxy_webidbfactory_impl.cc', 54 'child/indexed_db/proxy_webidbfactory_impl.cc',
52 'child/indexed_db/proxy_webidbfactory_impl.h', 55 'child/indexed_db/proxy_webidbfactory_impl.h',
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
102 }, { # OS!="ios" 105 }, { # OS!="ios"
103 'dependencies': [ 106 'dependencies': [
104 '../third_party/WebKit/public/blink.gyp:blink', 107 '../third_party/WebKit/public/blink.gyp:blink',
105 '../third_party/npapi/npapi.gyp:npapi', 108 '../third_party/npapi/npapi.gyp:npapi',
106 '../webkit/base/webkit_base.gyp:webkit_base', 109 '../webkit/base/webkit_base.gyp:webkit_base',
107 '../webkit/support/webkit_support.gyp:glue_child', 110 '../webkit/support/webkit_support.gyp:glue_child',
108 ], 111 ],
109 }], 112 }],
110 ], 113 ],
111 } 114 }
OLDNEW
« no previous file with comments | « content/child/image_decoder.cc ('k') | content/public/child/image_decoder_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698