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

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: Get content builds to work 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
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 494 matching lines...) Expand 10 before | Expand all | Expand 10 after
505 '../cc/cc.gyp:cc', 505 '../cc/cc.gyp:cc',
506 '../gpu/gpu.gyp:command_buffer_service', 506 '../gpu/gpu.gyp:command_buffer_service',
507 '../gpu/gpu.gyp:gles2_c_lib', 507 '../gpu/gpu.gyp:gles2_c_lib',
508 '../gpu/gpu.gyp:gles2_implementation', 508 '../gpu/gpu.gyp:gles2_implementation',
509 '../gpu/gpu.gyp:gpu_ipc', 509 '../gpu/gpu.gyp:gpu_ipc',
510 '../gpu/skia_bindings/skia_bindings.gyp:gpu_skia_bindings', 510 '../gpu/skia_bindings/skia_bindings.gyp:gpu_skia_bindings',
511 '../ipc/ipc.gyp:ipc', 511 '../ipc/ipc.gyp:ipc',
512 '../media/media.gyp:media', 512 '../media/media.gyp:media',
513 '../media/media.gyp:shared_memory_support', 513 '../media/media.gyp:shared_memory_support',
514 '../mojo/mojo.gyp:mojo_environment_chromium', 514 '../mojo/mojo.gyp:mojo_environment_chromium',
515 '../mojo/mojo.gyp:mojo_system',
516 '../mojo/mojo.gyp:mojo_system_impl', 515 '../mojo/mojo.gyp:mojo_system_impl',
517 '../third_party/WebKit/public/blink.gyp:blink', 516 '../third_party/WebKit/public/blink.gyp:blink',
518 '../ui/gl/gl.gyp:gl', 517 '../ui/gl/gl.gyp:gl',
519 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', 518 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu',
520 '../webkit/common/webkit_common.gyp:webkit_common', 519 '../webkit/common/webkit_common.gyp:webkit_common',
521 '../webkit/storage_browser.gyp:webkit_storage_browser', 520 '../webkit/storage_browser.gyp:webkit_storage_browser',
522 '../webkit/storage_common.gyp:webkit_storage_common', 521 '../webkit/storage_common.gyp:webkit_storage_common',
523 'content.gyp:webkit_version', 522 'content.gyp:webkit_version',
524 ], 523 ],
525 }], 524 }],
(...skipping 232 matching lines...) Expand 10 before | Expand all | Expand 10 after
758 'common/sandbox_linux/bpf_renderer_policy_linux.cc', 757 'common/sandbox_linux/bpf_renderer_policy_linux.cc',
759 'common/sandbox_linux/bpf_renderer_policy_linux.h', 758 'common/sandbox_linux/bpf_renderer_policy_linux.h',
760 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc', 759 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc',
761 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h', 760 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h',
762 ], 761 ],
763 }, { 762 }, {
764 'defines': ['USE_SECCOMP_BPF'], 763 'defines': ['USE_SECCOMP_BPF'],
765 }], 764 }],
766 ], 765 ],
767 } 766 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698