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

Side by Side Diff: content/content_common.gypi

Issue 422163004: Extract mojo_base.gyp from mojo.gyp (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 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
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 534 matching lines...) Expand 10 before | Expand all | Expand 10 after
545 '../gpu/gpu.gyp:gles2_c_lib', 545 '../gpu/gpu.gyp:gles2_c_lib',
546 '../gpu/gpu.gyp:gles2_implementation', 546 '../gpu/gpu.gyp:gles2_implementation',
547 # TODO: the dependency on gl_in_process_context should be decoupled from 547 # TODO: the dependency on gl_in_process_context should be decoupled from
548 # content and moved to android_webview. See crbug.com/365797. 548 # content and moved to android_webview. See crbug.com/365797.
549 '../gpu/gpu.gyp:gl_in_process_context', 549 '../gpu/gpu.gyp:gl_in_process_context',
550 '../gpu/gpu.gyp:gpu_ipc', 550 '../gpu/gpu.gyp:gpu_ipc',
551 '../gpu/skia_bindings/skia_bindings.gyp:gpu_skia_bindings', 551 '../gpu/skia_bindings/skia_bindings.gyp:gpu_skia_bindings',
552 '../ipc/ipc.gyp:ipc', 552 '../ipc/ipc.gyp:ipc',
553 '../media/media.gyp:media', 553 '../media/media.gyp:media',
554 '../media/media.gyp:shared_memory_support', 554 '../media/media.gyp:shared_memory_support',
555 '../mojo/mojo.gyp:mojo_cpp_bindings', 555 '../mojo/mojo_base.gyp:mojo_service_provider_bindings',
556 '../mojo/mojo.gyp:mojo_environment_chromium', 556 '../mojo/mojo_base.gyp:mojo_cpp_bindings',
557 '../mojo/mojo.gyp:mojo_service_provider_bindings', 557 '../mojo/mojo_base.gyp:mojo_environment_chromium',
558 '../mojo/mojo.gyp:mojo_system_impl', 558 '../mojo/mojo_base.gyp:mojo_system_impl',
559 '../third_party/WebKit/public/blink.gyp:blink', 559 '../third_party/WebKit/public/blink.gyp:blink',
560 '../ui/gl/gl.gyp:gl', 560 '../ui/gl/gl.gyp:gl',
561 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', 561 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu',
562 '../webkit/common/webkit_common.gyp:webkit_common', 562 '../webkit/common/webkit_common.gyp:webkit_common',
563 '../webkit/storage_browser.gyp:webkit_storage_browser', 563 '../webkit/storage_browser.gyp:webkit_storage_browser',
564 '../webkit/storage_common.gyp:webkit_storage_common', 564 '../webkit/storage_common.gyp:webkit_storage_common',
565 ], 565 ],
566 'actions': [ 566 'actions': [
567 { 567 {
568 'action_name': 'generate_webkit_version', 568 'action_name': 'generate_webkit_version',
(...skipping 313 matching lines...) Expand 10 before | Expand all | Expand 10 after
882 }, { 882 }, {
883 'defines': ['USE_SECCOMP_BPF'], 883 'defines': ['USE_SECCOMP_BPF'],
884 }], 884 }],
885 ['use_ozone==1', { 885 ['use_ozone==1', {
886 'dependencies': [ 886 'dependencies': [
887 '../ui/ozone/ozone.gyp:ozone', 887 '../ui/ozone/ozone.gyp:ozone',
888 ], 888 ],
889 }], 889 }],
890 ], 890 ],
891 } 891 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698