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

Side by Side Diff: content/content_common.gypi

Issue 358743002: Mojo: Remove InterfaceProvider. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: address comments Created 6 years, 5 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/content_child.gypi ('k') | content/content_common_mojo_bindings.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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 '../gpu/command_buffer/command_buffer.gyp:gles2_utils', 9 '../gpu/command_buffer/command_buffer.gyp:gles2_utils',
10 '../net/net.gyp:net', 10 '../net/net.gyp:net',
(...skipping 523 matching lines...) Expand 10 before | Expand all | Expand 10 after
534 # TODO: the dependency on gl_in_process_context should be decoupled from 534 # TODO: the dependency on gl_in_process_context should be decoupled from
535 # content and moved to android_webview. See crbug.com/365797. 535 # content and moved to android_webview. See crbug.com/365797.
536 '../gpu/gpu.gyp:gl_in_process_context', 536 '../gpu/gpu.gyp:gl_in_process_context',
537 '../gpu/gpu.gyp:gpu_ipc', 537 '../gpu/gpu.gyp:gpu_ipc',
538 '../gpu/skia_bindings/skia_bindings.gyp:gpu_skia_bindings', 538 '../gpu/skia_bindings/skia_bindings.gyp:gpu_skia_bindings',
539 '../ipc/ipc.gyp:ipc', 539 '../ipc/ipc.gyp:ipc',
540 '../media/media.gyp:media', 540 '../media/media.gyp:media',
541 '../media/media.gyp:shared_memory_support', 541 '../media/media.gyp:shared_memory_support',
542 '../mojo/mojo.gyp:mojo_cpp_bindings', 542 '../mojo/mojo.gyp:mojo_cpp_bindings',
543 '../mojo/mojo.gyp:mojo_environment_chromium', 543 '../mojo/mojo.gyp:mojo_environment_chromium',
544 '../mojo/mojo.gyp:mojo_service_provider_bindings',
544 '../mojo/mojo.gyp:mojo_system_impl', 545 '../mojo/mojo.gyp:mojo_system_impl',
545 '../mojo/mojo.gyp:mojo_interface_provider_bindings',
546 '../third_party/WebKit/public/blink.gyp:blink', 546 '../third_party/WebKit/public/blink.gyp:blink',
547 '../ui/gl/gl.gyp:gl', 547 '../ui/gl/gl.gyp:gl',
548 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', 548 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu',
549 '../webkit/common/webkit_common.gyp:webkit_common', 549 '../webkit/common/webkit_common.gyp:webkit_common',
550 '../webkit/storage_browser.gyp:webkit_storage_browser', 550 '../webkit/storage_browser.gyp:webkit_storage_browser',
551 '../webkit/storage_common.gyp:webkit_storage_common', 551 '../webkit/storage_common.gyp:webkit_storage_common',
552 ], 552 ],
553 'actions': [ 553 'actions': [
554 { 554 {
555 'action_name': 'generate_webkit_version', 555 'action_name': 'generate_webkit_version',
(...skipping 294 matching lines...) Expand 10 before | Expand all | Expand 10 after
850 }, { 850 }, {
851 'defines': ['USE_SECCOMP_BPF'], 851 'defines': ['USE_SECCOMP_BPF'],
852 }], 852 }],
853 ['use_ozone==1', { 853 ['use_ozone==1', {
854 'dependencies': [ 854 'dependencies': [
855 '../ui/ozone/ozone.gyp:ozone', 855 '../ui/ozone/ozone.gyp:ozone',
856 ], 856 ],
857 }], 857 }],
858 ], 858 ],
859 } 859 }
OLDNEW
« no previous file with comments | « content/content_child.gypi ('k') | content/content_common_mojo_bindings.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698