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

Side by Side Diff: content/content_common.gypi

Issue 743093004: Add dependencies on mojo_application_bindings in content_common.gypi (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove dependency on content_common from content_java_test_support Created 6 years 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 | « no previous file | content/content_tests.gypi » ('j') | content/content_tests.gypi » ('J')
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 553 matching lines...) Expand 10 before | Expand all | Expand 10 after
564 # content and moved to android_webview. See crbug.com/365797. 564 # content and moved to android_webview. See crbug.com/365797.
565 '../gpu/gpu.gyp:gl_in_process_context', 565 '../gpu/gpu.gyp:gl_in_process_context',
566 '../gpu/gpu.gyp:gpu_ipc', 566 '../gpu/gpu.gyp:gpu_ipc',
567 '../gpu/skia_bindings/skia_bindings.gyp:gpu_skia_bindings', 567 '../gpu/skia_bindings/skia_bindings.gyp:gpu_skia_bindings',
568 '../ipc/ipc.gyp:ipc', 568 '../ipc/ipc.gyp:ipc',
569 '../ipc/mojo/ipc_mojo.gyp:ipc_mojo', 569 '../ipc/mojo/ipc_mojo.gyp:ipc_mojo',
570 '../media/media.gyp:media', 570 '../media/media.gyp:media',
571 '../media/media.gyp:shared_memory_support', 571 '../media/media.gyp:shared_memory_support',
572 '../mojo/edk/mojo_edk.gyp:mojo_system_impl', 572 '../mojo/edk/mojo_edk.gyp:mojo_system_impl',
573 '../mojo/mojo_base.gyp:mojo_environment_chromium', 573 '../mojo/mojo_base.gyp:mojo_environment_chromium',
574 '../mojo/public/mojo_public.gyp:mojo_application_bindings',
574 '../mojo/public/mojo_public.gyp:mojo_cpp_bindings', 575 '../mojo/public/mojo_public.gyp:mojo_cpp_bindings',
575 '../storage/storage_browser.gyp:storage', 576 '../storage/storage_browser.gyp:storage',
576 '../storage/storage_common.gyp:storage_common', 577 '../storage/storage_common.gyp:storage_common',
577 '../third_party/WebKit/public/blink.gyp:blink', 578 '../third_party/WebKit/public/blink.gyp:blink',
578 '../ui/gl/gl.gyp:gl', 579 '../ui/gl/gl.gyp:gl',
579 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', 580 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu',
580 ], 581 ],
581 'export_dependent_settings' : [ 582 'export_dependent_settings' : [
583 '../mojo/public/mojo_public.gyp:mojo_application_bindings',
582 '../mojo/public/mojo_public.gyp:mojo_cpp_bindings', 584 '../mojo/public/mojo_public.gyp:mojo_cpp_bindings',
583 ], 585 ],
584 'actions': [ 586 'actions': [
585 { 587 {
586 'action_name': 'generate_webkit_version', 588 'action_name': 'generate_webkit_version',
587 'inputs': [ 589 'inputs': [
588 '<(script)', 590 '<(script)',
589 '<(lastchange)', 591 '<(lastchange)',
590 '<(template)', 592 '<(template)',
591 ], 593 ],
(...skipping 332 matching lines...) Expand 10 before | Expand all | Expand 10 after
924 'common/cursors/webcursor_ozone.cc', 926 'common/cursors/webcursor_ozone.cc',
925 'common/font_list_ozone.cc', 927 'common/font_list_ozone.cc',
926 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', 928 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc',
927 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.cc', 929 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.cc',
928 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.h', 930 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.h',
929 'common/gpu/gpu_memory_buffer_factory_ozone.cc', 931 'common/gpu/gpu_memory_buffer_factory_ozone.cc',
930 ], 932 ],
931 }], 933 }],
932 ], 934 ],
933 } 935 }
OLDNEW
« no previous file with comments | « no previous file | content/content_tests.gypi » ('j') | content/content_tests.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698