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

Side by Side Diff: content/content_child.gypi

Issue 455623002: content: Rename blink_glue.* to file_info_util.*. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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 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 '../mojo/mojo_base.gyp:mojo_application_bindings', 9 '../mojo/mojo_base.gyp:mojo_application_bindings',
10 '../mojo/mojo_base.gyp:mojo_environment_chromium', 10 '../mojo/mojo_base.gyp:mojo_environment_chromium',
(...skipping 18 matching lines...) Expand all
29 'private_child_sources': [ 29 'private_child_sources': [
30 'child/appcache/appcache_backend_proxy.cc', 30 'child/appcache/appcache_backend_proxy.cc',
31 'child/appcache/appcache_backend_proxy.h', 31 'child/appcache/appcache_backend_proxy.h',
32 'child/appcache/appcache_dispatcher.cc', 32 'child/appcache/appcache_dispatcher.cc',
33 'child/appcache/appcache_dispatcher.h', 33 'child/appcache/appcache_dispatcher.h',
34 'child/appcache/appcache_frontend_impl.cc', 34 'child/appcache/appcache_frontend_impl.cc',
35 'child/appcache/appcache_frontend_impl.h', 35 'child/appcache/appcache_frontend_impl.h',
36 'child/appcache/web_application_cache_host_impl.cc', 36 'child/appcache/web_application_cache_host_impl.cc',
37 'child/appcache/web_application_cache_host_impl.h', 37 'child/appcache/web_application_cache_host_impl.h',
38 'child/assert_matching_enums.cc', 38 'child/assert_matching_enums.cc',
39 'child/blink_glue.cc',
40 'child/blink_glue.h',
41 'child/blink_platform_impl.cc', 39 'child/blink_platform_impl.cc',
42 'child/blink_platform_impl.h', 40 'child/blink_platform_impl.h',
43 'child/browser_font_resource_trusted.cc', 41 'child/browser_font_resource_trusted.cc',
44 'child/browser_font_resource_trusted.h', 42 'child/browser_font_resource_trusted.h',
45 'child/child_histogram_message_filter.cc', 43 'child/child_histogram_message_filter.cc',
46 'child/child_histogram_message_filter.h', 44 'child/child_histogram_message_filter.h',
47 'child/child_message_filter.cc', 45 'child/child_message_filter.cc',
48 'child/child_message_filter.h', 46 'child/child_message_filter.h',
49 'child/child_process.cc', 47 'child/child_process.cc',
50 'child/child_process.h', 48 'child/child_process.h',
51 'child/child_resource_message_filter.cc', 49 'child/child_resource_message_filter.cc',
52 'child/child_resource_message_filter.h', 50 'child/child_resource_message_filter.h',
53 'child/child_shared_bitmap_manager.cc', 51 'child/child_shared_bitmap_manager.cc',
54 'child/child_shared_bitmap_manager.h', 52 'child/child_shared_bitmap_manager.h',
55 'child/child_thread.cc', 53 'child/child_thread.cc',
56 'child/child_thread.h', 54 'child/child_thread.h',
57 'child/content_child_helpers.cc', 55 'child/content_child_helpers.cc',
58 'child/content_child_helpers.h', 56 'child/content_child_helpers.h',
59 'child/database_util.cc', 57 'child/database_util.cc',
60 'child/database_util.h', 58 'child/database_util.h',
61 'child/db_message_filter.cc', 59 'child/db_message_filter.cc',
62 'child/db_message_filter.h', 60 'child/db_message_filter.h',
61 'child/file_info_util.cc',
62 'child/file_info_util.h',
63 'child/fileapi/file_system_dispatcher.cc', 63 'child/fileapi/file_system_dispatcher.cc',
64 'child/fileapi/file_system_dispatcher.h', 64 'child/fileapi/file_system_dispatcher.h',
65 'child/fileapi/webfilesystem_impl.cc', 65 'child/fileapi/webfilesystem_impl.cc',
66 'child/fileapi/webfilesystem_impl.h', 66 'child/fileapi/webfilesystem_impl.h',
67 'child/fileapi/webfilewriter_base.cc', 67 'child/fileapi/webfilewriter_base.cc',
68 'child/fileapi/webfilewriter_base.h', 68 'child/fileapi/webfilewriter_base.h',
69 'child/fileapi/webfilewriter_impl.cc', 69 'child/fileapi/webfilewriter_impl.cc',
70 'child/fileapi/webfilewriter_impl.h', 70 'child/fileapi/webfilewriter_impl.h',
71 'child/fling_animator_impl_android.cc', 71 'child/fling_animator_impl_android.cc',
72 'child/fling_animator_impl_android.h', 72 'child/fling_animator_impl_android.h',
(...skipping 283 matching lines...) Expand 10 before | Expand all | Expand 10 after
356 }, { 356 }, {
357 'dependencies': [ 357 'dependencies': [
358 '../third_party/nss/nss.gyp:nspr', 358 '../third_party/nss/nss.gyp:nspr',
359 '../third_party/nss/nss.gyp:nss', 359 '../third_party/nss/nss.gyp:nss',
360 ], 360 ],
361 }], 361 }],
362 ], 362 ],
363 }], 363 }],
364 ], 364 ],
365 } 365 }
OLDNEW
« no previous file with comments | « content/child/webfileutilities_impl.cc ('k') | content/renderer/renderer_webkitplatformsupport_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698