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 140 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
151 'common/p2p_messages.h', | 151 'common/p2p_messages.h', |
152 'common/p2p_sockets.h', | 152 'common/p2p_sockets.h', |
153 'common/page_transition_types.cc', | 153 'common/page_transition_types.cc', |
154 'common/page_transition_types.h', | 154 'common/page_transition_types.h', |
155 'common/page_type.h', | 155 'common/page_type.h', |
156 'common/page_zoom.h', | 156 'common/page_zoom.h', |
157 'common/pepper_file_messages.cc', | 157 'common/pepper_file_messages.cc', |
158 'common/pepper_file_messages.h', | 158 'common/pepper_file_messages.h', |
159 'common/pepper_messages.cc', | 159 'common/pepper_messages.cc', |
160 'common/pepper_messages.h', | 160 'common/pepper_messages.h', |
| 161 'common/pepper_plugin_registry.cc', |
| 162 'common/pepper_plugin_registry.h', |
161 'common/plugin_carbon_interpose_constants_mac.cc', | 163 'common/plugin_carbon_interpose_constants_mac.cc', |
162 'common/plugin_carbon_interpose_constants_mac.h', | 164 'common/plugin_carbon_interpose_constants_mac.h', |
163 'common/plugin_messages.h', | 165 'common/plugin_messages.h', |
164 'common/process_watcher.h', | 166 'common/process_watcher.h', |
165 'common/process_watcher_mac.cc', | 167 'common/process_watcher_mac.cc', |
166 'common/process_watcher_posix.cc', | 168 'common/process_watcher_posix.cc', |
167 'common/process_watcher_win.cc', | 169 'common/process_watcher_win.cc', |
168 'common/property_bag.cc', | 170 'common/property_bag.cc', |
169 'common/property_bag.h', | 171 'common/property_bag.h', |
170 'common/quota_messages.h', | 172 'common/quota_messages.h', |
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
261 }], | 263 }], |
262 ['enable_gpu==1', { | 264 ['enable_gpu==1', { |
263 'dependencies': [ | 265 'dependencies': [ |
264 '../gpu/gpu.gyp:command_buffer_service', | 266 '../gpu/gpu.gyp:command_buffer_service', |
265 ], | 267 ], |
266 }], | 268 }], |
267 ], | 269 ], |
268 }, | 270 }, |
269 ], | 271 ], |
270 } | 272 } |
OLD | NEW |