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

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: Landing 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
« no previous file with comments | « content/content_child.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 535 matching lines...) Expand 10 before | Expand all | Expand 10 after
546 '../gpu/gpu.gyp:gles2_c_lib', 546 '../gpu/gpu.gyp:gles2_c_lib',
547 '../gpu/gpu.gyp:gles2_implementation', 547 '../gpu/gpu.gyp:gles2_implementation',
548 # TODO: the dependency on gl_in_process_context should be decoupled from 548 # TODO: the dependency on gl_in_process_context should be decoupled from
549 # content and moved to android_webview. See crbug.com/365797. 549 # content and moved to android_webview. See crbug.com/365797.
550 '../gpu/gpu.gyp:gl_in_process_context', 550 '../gpu/gpu.gyp:gl_in_process_context',
551 '../gpu/gpu.gyp:gpu_ipc', 551 '../gpu/gpu.gyp:gpu_ipc',
552 '../gpu/skia_bindings/skia_bindings.gyp:gpu_skia_bindings', 552 '../gpu/skia_bindings/skia_bindings.gyp:gpu_skia_bindings',
553 '../ipc/ipc.gyp:ipc', 553 '../ipc/ipc.gyp:ipc',
554 '../media/media.gyp:media', 554 '../media/media.gyp:media',
555 '../media/media.gyp:shared_memory_support', 555 '../media/media.gyp:shared_memory_support',
556 '../mojo/mojo.gyp:mojo_cpp_bindings', 556 '../mojo/mojo_base.gyp:mojo_service_provider_bindings',
557 '../mojo/mojo.gyp:mojo_environment_chromium', 557 '../mojo/mojo_base.gyp:mojo_cpp_bindings',
558 '../mojo/mojo.gyp:mojo_service_provider_bindings', 558 '../mojo/mojo_base.gyp:mojo_environment_chromium',
559 '../mojo/mojo.gyp:mojo_system_impl', 559 '../mojo/mojo_base.gyp:mojo_system_impl',
560 '../third_party/WebKit/public/blink.gyp:blink', 560 '../third_party/WebKit/public/blink.gyp:blink',
561 '../ui/gl/gl.gyp:gl', 561 '../ui/gl/gl.gyp:gl',
562 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', 562 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu',
563 '../webkit/common/webkit_common.gyp:webkit_common', 563 '../webkit/common/webkit_common.gyp:webkit_common',
564 '../webkit/storage_browser.gyp:webkit_storage_browser', 564 '../webkit/storage_browser.gyp:webkit_storage_browser',
565 '../webkit/storage_common.gyp:webkit_storage_common', 565 '../webkit/storage_common.gyp:webkit_storage_common',
566 ], 566 ],
567 'actions': [ 567 'actions': [
568 { 568 {
569 'action_name': 'generate_webkit_version', 569 'action_name': 'generate_webkit_version',
(...skipping 314 matching lines...) Expand 10 before | Expand all | Expand 10 after
884 'defines': ['USE_SECCOMP_BPF'], 884 'defines': ['USE_SECCOMP_BPF'],
885 }], 885 }],
886 ['use_ozone==1', { 886 ['use_ozone==1', {
887 'dependencies': [ 887 'dependencies': [
888 '../ui/ozone/ozone.gyp:ozone', 888 '../ui/ozone/ozone.gyp:ozone',
889 '../ui/ozone/gpu/ozone_gpu.gyp:ozone_gpu', 889 '../ui/ozone/gpu/ozone_gpu.gyp:ozone_gpu',
890 ], 890 ],
891 }], 891 }],
892 ], 892 ],
893 } 893 }
OLDNEW
« no previous file with comments | « content/content_child.gypi ('k') | content/content_common_mojo_bindings.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698