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

Side by Side Diff: content/content_common.gypi

Issue 2089823002: Fix missing dependency for content/public/common on blink mojom (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 | « no previous file | content/public/common/BUILD.gn » ('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 '../cc/cc.gyp:cc', 8 '../cc/cc.gyp:cc',
9 '../cc/ipc/cc_ipc.gyp:cc_ipc', 9 '../cc/ipc/cc_ipc.gyp:cc_ipc',
10 '../components/tracing.gyp:tracing', 10 '../components/tracing.gyp:tracing',
(...skipping 14 matching lines...) Expand all
25 '../media/gpu/ipc/media_ipc.gyp:media_gpu_ipc_common', 25 '../media/gpu/ipc/media_ipc.gyp:media_gpu_ipc_common',
26 '../media/midi/midi.gyp:midi', 26 '../media/midi/midi.gyp:midi',
27 '../mojo/mojo_edk.gyp:mojo_system_impl', 27 '../mojo/mojo_edk.gyp:mojo_system_impl',
28 '../mojo/mojo_public.gyp:mojo_cpp_bindings', 28 '../mojo/mojo_public.gyp:mojo_cpp_bindings',
29 '../net/net.gyp:net', 29 '../net/net.gyp:net',
30 '../services/shell/shell.gyp:shell_runner_common_lib', 30 '../services/shell/shell.gyp:shell_runner_common_lib',
31 '../services/shell/shell_public.gyp:shell_public', 31 '../services/shell/shell_public.gyp:shell_public',
32 '../skia/skia.gyp:skia', 32 '../skia/skia.gyp:skia',
33 '../storage/storage_common.gyp:storage_common', 33 '../storage/storage_common.gyp:storage_common',
34 '../third_party/WebKit/public/blink.gyp:blink', 34 '../third_party/WebKit/public/blink.gyp:blink',
35 '../third_party/WebKit/public/blink.gyp:mojo_bindings_mojom',
35 '../third_party/WebKit/public/blink_headers.gyp:blink_headers', 36 '../third_party/WebKit/public/blink_headers.gyp:blink_headers',
36 '../third_party/boringssl/boringssl.gyp:boringssl', 37 '../third_party/boringssl/boringssl.gyp:boringssl',
37 '../third_party/icu/icu.gyp:icuuc', 38 '../third_party/icu/icu.gyp:icuuc',
38 '../ui/accessibility/accessibility.gyp:accessibility', 39 '../ui/accessibility/accessibility.gyp:accessibility',
39 '../ui/accessibility/accessibility.gyp:ax_gen', 40 '../ui/accessibility/accessibility.gyp:ax_gen',
40 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', 41 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime',
41 '../ui/base/ui_base.gyp:ui_base', 42 '../ui/base/ui_base.gyp:ui_base',
42 '../ui/events/events.gyp:events_ipc', 43 '../ui/events/events.gyp:events_ipc',
43 '../ui/gfx/gfx.gyp:gfx', 44 '../ui/gfx/gfx.gyp:gfx',
44 '../ui/gfx/gfx.gyp:gfx_geometry', 45 '../ui/gfx/gfx.gyp:gfx_geometry',
(...skipping 619 matching lines...) Expand 10 before | Expand all | Expand 10 after
664 ], 665 ],
665 }], 666 }],
666 ['enable_ipc_fuzzer==1', { 667 ['enable_ipc_fuzzer==1', {
667 'sources': [ 668 'sources': [
668 'common/external_ipc_dumper.cc', 669 'common/external_ipc_dumper.cc',
669 'common/external_ipc_dumper.h', 670 'common/external_ipc_dumper.h',
670 ], 671 ],
671 }], 672 }],
672 ], 673 ],
673 } 674 }
OLDNEW
« no previous file with comments | « no previous file | content/public/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698