| 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', |
| 11 '../gpu/command_buffer/command_buffer.gyp:gles2_utils', | 11 '../gpu/command_buffer/command_buffer.gyp:gles2_utils', |
| 12 '../gpu/gpu.gyp:command_buffer_service', | 12 '../gpu/gpu.gyp:command_buffer_service', |
| 13 '../gpu/gpu.gyp:gles2_c_lib', | 13 '../gpu/gpu.gyp:gles2_c_lib', |
| 14 '../gpu/gpu.gyp:gles2_implementation', | 14 '../gpu/gpu.gyp:gles2_implementation', |
| 15 '../gpu/gpu.gyp:gpu', | 15 '../gpu/gpu.gyp:gpu', |
| 16 '../gpu/skia_bindings/skia_bindings.gyp:gpu_skia_bindings', | 16 '../gpu/skia_bindings/skia_bindings.gyp:gpu_skia_bindings', |
| 17 '../ipc/ipc.gyp:ipc', | 17 '../ipc/ipc.gyp:ipc', |
| 18 '../ipc/mojo/ipc_mojo.gyp:ipc_mojo', | 18 '../ipc/mojo/ipc_mojo.gyp:ipc_mojo', |
| 19 '../ipc/mojo/ipc_mojo.gyp:ipc_mojo_support', | |
| 20 '../media/base/ipc/media_base_ipc.gyp:media_base_ipc', | 19 '../media/base/ipc/media_base_ipc.gyp:media_base_ipc', |
| 21 '../media/media.gyp:media', | 20 '../media/media.gyp:media', |
| 22 '../media/media.gyp:media_gpu', | 21 '../media/media.gyp:media_gpu', |
| 23 '../media/media.gyp:shared_memory_support', | 22 '../media/media.gyp:shared_memory_support', |
| 24 '../media/gpu/ipc/media_ipc.gyp:media_gpu_ipc_client', | 23 '../media/gpu/ipc/media_ipc.gyp:media_gpu_ipc_client', |
| 25 '../media/gpu/ipc/media_ipc.gyp:media_gpu_ipc_common', | 24 '../media/gpu/ipc/media_ipc.gyp:media_gpu_ipc_common', |
| 26 '../media/midi/midi.gyp:midi', | 25 '../media/midi/midi.gyp:midi', |
| 27 '../mojo/mojo_edk.gyp:mojo_system_impl', | 26 '../mojo/mojo_edk.gyp:mojo_system_impl', |
| 28 '../mojo/mojo_public.gyp:mojo_cpp_bindings', | 27 '../mojo/mojo_public.gyp:mojo_cpp_bindings', |
| 29 '../net/net.gyp:net', | 28 '../net/net.gyp:net', |
| (...skipping 634 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 664 ], | 663 ], |
| 665 }], | 664 }], |
| 666 ['enable_ipc_fuzzer==1', { | 665 ['enable_ipc_fuzzer==1', { |
| 667 'sources': [ | 666 'sources': [ |
| 668 'common/external_ipc_dumper.cc', | 667 'common/external_ipc_dumper.cc', |
| 669 'common/external_ipc_dumper.h', | 668 'common/external_ipc_dumper.h', |
| 670 ], | 669 ], |
| 671 }], | 670 }], |
| 672 ], | 671 ], |
| 673 } | 672 } |
| OLD | NEW |