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

Side by Side Diff: content/content_common.gypi

Issue 1676913002: [mojo] Delete third_party/mojo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 10 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 619 matching lines...) Expand 10 before | Expand all | Expand 10 after
630 '../gpu/gpu.gyp:gl_in_process_context', 630 '../gpu/gpu.gyp:gl_in_process_context',
631 '../gpu/gpu.gyp:gpu_ipc', 631 '../gpu/gpu.gyp:gpu_ipc',
632 '../gpu/skia_bindings/skia_bindings.gyp:gpu_skia_bindings', 632 '../gpu/skia_bindings/skia_bindings.gyp:gpu_skia_bindings',
633 '../ipc/ipc.gyp:ipc', 633 '../ipc/ipc.gyp:ipc',
634 '../ipc/mojo/ipc_mojo.gyp:ipc_mojo', 634 '../ipc/mojo/ipc_mojo.gyp:ipc_mojo',
635 '../media/media.gyp:media', 635 '../media/media.gyp:media',
636 '../media/media.gyp:shared_memory_support', 636 '../media/media.gyp:shared_memory_support',
637 '../media/midi/midi.gyp:midi', 637 '../media/midi/midi.gyp:midi',
638 '../mojo/mojo_base.gyp:mojo_application_bindings', 638 '../mojo/mojo_base.gyp:mojo_application_bindings',
639 '../mojo/mojo_base.gyp:mojo_environment_chromium', 639 '../mojo/mojo_base.gyp:mojo_environment_chromium',
640 '../mojo/mojo_edk.gyp:mojo_system_impl',
641 '../mojo/mojo_public.gyp:mojo_cpp_bindings',
640 '../storage/storage_common.gyp:storage_common', 642 '../storage/storage_common.gyp:storage_common',
641 '../third_party/WebKit/public/blink.gyp:blink', 643 '../third_party/WebKit/public/blink.gyp:blink',
642 '../third_party/boringssl/boringssl.gyp:boringssl', 644 '../third_party/boringssl/boringssl.gyp:boringssl',
643 '../third_party/mojo/mojo_edk.gyp:mojo_system_impl',
644 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
645 '../ui/gl/gl.gyp:gl', 645 '../ui/gl/gl.gyp:gl',
646 'content_common_mojo_bindings.gyp:content_common_mojo_bindings', 646 'content_common_mojo_bindings.gyp:content_common_mojo_bindings',
647 ], 647 ],
648 'export_dependent_settings' : [ 648 'export_dependent_settings' : [
649 '../mojo/mojo_base.gyp:mojo_application_bindings', 649 '../mojo/mojo_base.gyp:mojo_application_bindings',
650 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', 650 '../mojo/mojo_public.gyp:mojo_cpp_bindings',
651 ], 651 ],
652 'actions': [ 652 'actions': [
653 { 653 {
654 'action_name': 'generate_webkit_version', 654 'action_name': 'generate_webkit_version',
655 'inputs': [ 655 'inputs': [
656 '<(script)', 656 '<(script)',
657 '<(lastchange)', 657 '<(lastchange)',
658 '<(template)', 658 '<(template)',
659 ], 659 ],
660 'outputs': [ 660 'outputs': [
(...skipping 456 matching lines...) Expand 10 before | Expand all | Expand 10 after
1117 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', 1117 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc',
1118 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.cc', 1118 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.cc',
1119 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.h', 1119 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.h',
1120 'common/gpu/gpu_memory_buffer_factory_ozone.cc', 1120 'common/gpu/gpu_memory_buffer_factory_ozone.cc',
1121 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', 1121 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc',
1122 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', 1122 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h',
1123 ], 1123 ],
1124 }], 1124 }],
1125 ], 1125 ],
1126 } 1126 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698