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

Side by Side Diff: content/content_child.gypi

Issue 317163002: Moving compositor_bindings from webkit to content (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Changing dependencies due to failing ios bots Created 6 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
« no previous file with comments | « content/child/assert_matching_enums.cc ('k') | content/content_common.gypi » ('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 '../mojo/mojo.gyp:mojo_environment_chromium', 9 '../mojo/mojo.gyp:mojo_environment_chromium',
10 '../mojo/mojo.gyp:mojo_service_provider_bindings', 10 '../mojo/mojo.gyp:mojo_service_provider_bindings',
(...skipping 17 matching lines...) Expand all
28 ], 28 ],
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/blink_glue.cc', 39 'child/blink_glue.cc',
39 'child/blink_glue.h', 40 'child/blink_glue.h',
40 'child/blink_platform_impl.cc', 41 'child/blink_platform_impl.cc',
41 'child/blink_platform_impl.h', 42 'child/blink_platform_impl.h',
42 'child/browser_font_resource_trusted.cc', 43 'child/browser_font_resource_trusted.cc',
43 'child/browser_font_resource_trusted.h', 44 'child/browser_font_resource_trusted.h',
44 'child/child_histogram_message_filter.cc', 45 'child/child_histogram_message_filter.cc',
45 'child/child_histogram_message_filter.h', 46 'child/child_histogram_message_filter.h',
46 'child/child_message_filter.cc', 47 'child/child_message_filter.cc',
47 'child/child_message_filter.h', 48 'child/child_message_filter.h',
(...skipping 256 matching lines...) Expand 10 before | Expand all | Expand 10 after
304 }, { 305 }, {
305 'dependencies': [ 306 'dependencies': [
306 '../third_party/nss/nss.gyp:nspr', 307 '../third_party/nss/nss.gyp:nspr',
307 '../third_party/nss/nss.gyp:nss', 308 '../third_party/nss/nss.gyp:nss',
308 ], 309 ],
309 }], 310 }],
310 ], 311 ],
311 }], 312 }],
312 ], 313 ],
313 } 314 }
OLDNEW
« no previous file with comments | « content/child/assert_matching_enums.cc ('k') | content/content_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698