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

Side by Side Diff: content/content_common.gypi

Issue 213313004: Add creation of ServiceManager to Content (2nd try) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add shell_client to mojo_pepper_container_app Created 6 years, 9 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_app.gypi ('k') | content/content_tests.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 '../net/net.gyp:net', 9 '../net/net.gyp:net',
10 '../skia/skia.gyp:skia', 10 '../skia/skia.gyp:skia',
(...skipping 505 matching lines...) Expand 10 before | Expand all | Expand 10 after
516 ['use_mojo==0', { 516 ['use_mojo==0', {
517 'sources!': [ 517 'sources!': [
518 'common/mojo/mojo_channel_init.cc', 518 'common/mojo/mojo_channel_init.cc',
519 'common/mojo/mojo_channel_init.h', 519 'common/mojo/mojo_channel_init.h',
520 ], 520 ],
521 }, { 521 }, {
522 'dependencies': [ 522 'dependencies': [
523 '../mojo/mojo.gyp:mojo_environment_chromium', 523 '../mojo/mojo.gyp:mojo_environment_chromium',
524 '../mojo/mojo.gyp:mojo_system', 524 '../mojo/mojo.gyp:mojo_system',
525 '../mojo/mojo.gyp:mojo_system_impl', 525 '../mojo/mojo.gyp:mojo_system_impl',
526 ], 526 ],
527 }], 527 }],
528 ['OS=="mac"', { 528 ['OS=="mac"', {
529 'dependencies': [ 529 'dependencies': [
530 '../webkit/webkit_resources.gyp:webkit_resources', 530 '../webkit/webkit_resources.gyp:webkit_resources',
531 ], 531 ],
532 'sources': [ 532 'sources': [
533 'common/gpu/client/gpu_memory_buffer_impl_io_surface.cc', 533 'common/gpu/client/gpu_memory_buffer_impl_io_surface.cc',
534 'common/gpu/client/gpu_memory_buffer_impl_io_surface.h', 534 'common/gpu/client/gpu_memory_buffer_impl_io_surface.h',
535 ], 535 ],
536 'sources!': [ 536 'sources!': [
(...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after
754 'common/sandbox_linux/bpf_renderer_policy_linux.cc', 754 'common/sandbox_linux/bpf_renderer_policy_linux.cc',
755 'common/sandbox_linux/bpf_renderer_policy_linux.h', 755 'common/sandbox_linux/bpf_renderer_policy_linux.h',
756 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc', 756 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc',
757 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h', 757 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h',
758 ], 758 ],
759 }, { 759 }, {
760 'defines': ['USE_SECCOMP_BPF'], 760 'defines': ['USE_SECCOMP_BPF'],
761 }], 761 }],
762 ], 762 ],
763 } 763 }
OLDNEW
« no previous file with comments | « content/content_app.gypi ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698