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

Side by Side Diff: content/content_common.gypi

Issue 208223006: Revert of Add creation of ServiceManager to Content (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 510 matching lines...) Expand 10 before | Expand all | Expand 10 after
521 ['use_mojo==0', { 521 ['use_mojo==0', {
522 'sources!': [ 522 'sources!': [
523 'common/mojo/mojo_channel_init.cc', 523 'common/mojo/mojo_channel_init.cc',
524 'common/mojo/mojo_channel_init.h', 524 'common/mojo/mojo_channel_init.h',
525 ], 525 ],
526 }, { 526 }, {
527 'dependencies': [ 527 'dependencies': [
528 '../mojo/mojo.gyp:mojo_environment_chromium', 528 '../mojo/mojo.gyp:mojo_environment_chromium',
529 '../mojo/mojo.gyp:mojo_system', 529 '../mojo/mojo.gyp:mojo_system',
530 '../mojo/mojo.gyp:mojo_system_impl', 530 '../mojo/mojo.gyp:mojo_system_impl',
531 ], 531 ],
532 }], 532 }],
533 ['OS=="mac"', { 533 ['OS=="mac"', {
534 'dependencies': [ 534 'dependencies': [
535 '../webkit/webkit_resources.gyp:webkit_resources', 535 '../webkit/webkit_resources.gyp:webkit_resources',
536 ], 536 ],
537 'sources': [ 537 'sources': [
538 'common/gpu/client/gpu_memory_buffer_impl_io_surface.cc', 538 'common/gpu/client/gpu_memory_buffer_impl_io_surface.cc',
539 'common/gpu/client/gpu_memory_buffer_impl_io_surface.h', 539 'common/gpu/client/gpu_memory_buffer_impl_io_surface.h',
540 ], 540 ],
541 'sources!': [ 541 'sources!': [
(...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after
759 'common/sandbox_linux/bpf_renderer_policy_linux.cc', 759 'common/sandbox_linux/bpf_renderer_policy_linux.cc',
760 'common/sandbox_linux/bpf_renderer_policy_linux.h', 760 'common/sandbox_linux/bpf_renderer_policy_linux.h',
761 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc', 761 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc',
762 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h', 762 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h',
763 ], 763 ],
764 }, { 764 }, {
765 'defines': ['USE_SECCOMP_BPF'], 765 'defines': ['USE_SECCOMP_BPF'],
766 }], 766 }],
767 ], 767 ],
768 } 768 }
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