OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |