OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 'target_name': 'content_common', | 8 'target_name': 'content_common', |
9 'type': '<(library)', | 9 'type': '<(library)', |
10 'dependencies': [ | 10 'dependencies': [ |
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
152 'common/p2p_messages.h', | 152 'common/p2p_messages.h', |
153 'common/p2p_sockets.h', | 153 'common/p2p_sockets.h', |
154 'common/page_transition_types.cc', | 154 'common/page_transition_types.cc', |
155 'common/page_transition_types.h', | 155 'common/page_transition_types.h', |
156 'common/page_type.h', | 156 'common/page_type.h', |
157 'common/page_zoom.h', | 157 'common/page_zoom.h', |
158 'common/pepper_file_messages.cc', | 158 'common/pepper_file_messages.cc', |
159 'common/pepper_file_messages.h', | 159 'common/pepper_file_messages.h', |
160 'common/pepper_messages.cc', | 160 'common/pepper_messages.cc', |
161 'common/pepper_messages.h', | 161 'common/pepper_messages.h', |
| 162 'common/pepper_plugin_registry.cc', |
| 163 'common/pepper_plugin_registry.h', |
162 'common/plugin_carbon_interpose_constants_mac.cc', | 164 'common/plugin_carbon_interpose_constants_mac.cc', |
163 'common/plugin_carbon_interpose_constants_mac.h', | 165 'common/plugin_carbon_interpose_constants_mac.h', |
164 'common/plugin_messages.h', | 166 'common/plugin_messages.h', |
165 'common/process_watcher.h', | 167 'common/process_watcher.h', |
166 'common/process_watcher_mac.cc', | 168 'common/process_watcher_mac.cc', |
167 'common/process_watcher_posix.cc', | 169 'common/process_watcher_posix.cc', |
168 'common/process_watcher_win.cc', | 170 'common/process_watcher_win.cc', |
169 'common/property_bag.cc', | 171 'common/property_bag.cc', |
170 'common/property_bag.h', | 172 'common/property_bag.h', |
171 'common/quota_messages.h', | 173 'common/quota_messages.h', |
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
264 }], | 266 }], |
265 ['enable_gpu==1', { | 267 ['enable_gpu==1', { |
266 'dependencies': [ | 268 'dependencies': [ |
267 '../gpu/gpu.gyp:command_buffer_service', | 269 '../gpu/gpu.gyp:command_buffer_service', |
268 ], | 270 ], |
269 }], | 271 }], |
270 ], | 272 ], |
271 }, | 273 }, |
272 ], | 274 ], |
273 } | 275 } |
OLD | NEW |