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

Side by Side Diff: content/content_common.gypi

Issue 231353002: Make mojo_system static and mojo_system_impl a component, never use both (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix the mac loader path dependencies Created 6 years, 8 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_browser.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 492 matching lines...) Expand 10 before | Expand all | Expand 10 after
503 '../cc/cc.gyp:cc', 503 '../cc/cc.gyp:cc',
504 '../gpu/gpu.gyp:command_buffer_service', 504 '../gpu/gpu.gyp:command_buffer_service',
505 '../gpu/gpu.gyp:gles2_c_lib', 505 '../gpu/gpu.gyp:gles2_c_lib',
506 '../gpu/gpu.gyp:gles2_implementation', 506 '../gpu/gpu.gyp:gles2_implementation',
507 '../gpu/gpu.gyp:gpu_ipc', 507 '../gpu/gpu.gyp:gpu_ipc',
508 '../gpu/skia_bindings/skia_bindings.gyp:gpu_skia_bindings', 508 '../gpu/skia_bindings/skia_bindings.gyp:gpu_skia_bindings',
509 '../ipc/ipc.gyp:ipc', 509 '../ipc/ipc.gyp:ipc',
510 '../media/media.gyp:media', 510 '../media/media.gyp:media',
511 '../media/media.gyp:shared_memory_support', 511 '../media/media.gyp:shared_memory_support',
512 '../mojo/mojo.gyp:mojo_environment_chromium', 512 '../mojo/mojo.gyp:mojo_environment_chromium',
513 '../mojo/mojo.gyp:mojo_system',
514 '../mojo/mojo.gyp:mojo_system_impl', 513 '../mojo/mojo.gyp:mojo_system_impl',
515 '../third_party/WebKit/public/blink.gyp:blink', 514 '../third_party/WebKit/public/blink.gyp:blink',
516 '../ui/gl/gl.gyp:gl', 515 '../ui/gl/gl.gyp:gl',
517 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', 516 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu',
518 '../webkit/common/webkit_common.gyp:webkit_common', 517 '../webkit/common/webkit_common.gyp:webkit_common',
519 '../webkit/storage_browser.gyp:webkit_storage_browser', 518 '../webkit/storage_browser.gyp:webkit_storage_browser',
520 '../webkit/storage_common.gyp:webkit_storage_common', 519 '../webkit/storage_common.gyp:webkit_storage_common',
521 'content.gyp:webkit_version', 520 'content.gyp:webkit_version',
522 ], 521 ],
523 }], 522 }],
(...skipping 229 matching lines...) Expand 10 before | Expand all | Expand 10 after
753 'common/sandbox_linux/bpf_renderer_policy_linux.cc', 752 'common/sandbox_linux/bpf_renderer_policy_linux.cc',
754 'common/sandbox_linux/bpf_renderer_policy_linux.h', 753 'common/sandbox_linux/bpf_renderer_policy_linux.h',
755 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc', 754 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc',
756 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h', 755 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h',
757 ], 756 ],
758 }, { 757 }, {
759 'defines': ['USE_SECCOMP_BPF'], 758 'defines': ['USE_SECCOMP_BPF'],
760 }], 759 }],
761 ], 760 ],
762 } 761 }
OLDNEW
« no previous file with comments | « content/content_browser.gypi ('k') | content/content_common_mojo_bindings.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698