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 129 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
140 'public/common/frame_navigate_params.cc', | 140 'public/common/frame_navigate_params.cc', |
141 'public/common/frame_navigate_params.h', | 141 'public/common/frame_navigate_params.h', |
142 'public/common/geoposition.cc', | 142 'public/common/geoposition.cc', |
143 'public/common/geoposition.h', | 143 'public/common/geoposition.h', |
144 'public/common/injection_test_mac.h', | 144 'public/common/injection_test_mac.h', |
145 'public/common/injection_test_win.h', | 145 'public/common/injection_test_win.h', |
146 'public/common/javascript_message_type.h', | 146 'public/common/javascript_message_type.h', |
147 'public/common/main_function_params.h', | 147 'public/common/main_function_params.h', |
148 'public/common/manifest.cc', | 148 'public/common/manifest.cc', |
149 'public/common/manifest.h', | 149 'public/common/manifest.h', |
| 150 'public/common/manifest_util.cc', |
| 151 'public/common/manifest_util.h', |
150 'public/common/media_metadata.cc', | 152 'public/common/media_metadata.cc', |
151 'public/common/media_metadata.h', | 153 'public/common/media_metadata.h', |
152 'public/common/media_stream_request.cc', | 154 'public/common/media_stream_request.cc', |
153 'public/common/media_stream_request.h', | 155 'public/common/media_stream_request.h', |
154 'public/common/menu_item.cc', | 156 'public/common/menu_item.cc', |
155 'public/common/menu_item.h', | 157 'public/common/menu_item.h', |
156 'public/common/mhtml_generation_params.cc', | 158 'public/common/mhtml_generation_params.cc', |
157 'public/common/mhtml_generation_params.h', | 159 'public/common/mhtml_generation_params.h', |
158 'public/common/mojo_application_info.cc', | 160 'public/common/mojo_application_info.cc', |
159 'public/common/mojo_application_info.h', | 161 'public/common/mojo_application_info.h', |
(...skipping 504 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
664 ], | 666 ], |
665 }], | 667 }], |
666 ['enable_ipc_fuzzer==1', { | 668 ['enable_ipc_fuzzer==1', { |
667 'sources': [ | 669 'sources': [ |
668 'common/external_ipc_dumper.cc', | 670 'common/external_ipc_dumper.cc', |
669 'common/external_ipc_dumper.h', | 671 'common/external_ipc_dumper.h', |
670 ], | 672 ], |
671 }], | 673 }], |
672 ], | 674 ], |
673 } | 675 } |
OLD | NEW |