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 186 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
197 'common/speech_input_result.h', | 197 'common/speech_input_result.h', |
198 'common/unix_domain_socket_posix.cc', | 198 'common/unix_domain_socket_posix.cc', |
199 'common/unix_domain_socket_posix.h', | 199 'common/unix_domain_socket_posix.h', |
200 'common/video_capture_messages.h', | 200 'common/video_capture_messages.h', |
201 'common/view_messages.h', | 201 'common/view_messages.h', |
202 'common/web_database_observer_impl.cc', | 202 'common/web_database_observer_impl.cc', |
203 'common/web_database_observer_impl.h', | 203 'common/web_database_observer_impl.h', |
204 'common/webblobregistry_impl.cc', | 204 'common/webblobregistry_impl.cc', |
205 'common/webblobregistry_impl.h', | 205 'common/webblobregistry_impl.h', |
206 'common/webblob_messages.h', | 206 'common/webblob_messages.h', |
| 207 'common/webkit_param_traits.cc', |
| 208 'common/webkit_param_traits.h', |
207 'common/webmessageportchannel_impl.cc', | 209 'common/webmessageportchannel_impl.cc', |
208 'common/webmessageportchannel_impl.h', | 210 'common/webmessageportchannel_impl.h', |
209 'common/window_container_type.cc', | 211 'common/window_container_type.cc', |
210 'common/window_container_type.h', | 212 'common/window_container_type.h', |
211 'common/worker_messages.h', | 213 'common/worker_messages.h', |
212 ], | 214 ], |
213 'conditions': [ | 215 'conditions': [ |
214 ['OS=="win"', { | 216 ['OS=="win"', { |
215 'msvs_guid': '062E9260-304A-4657-A74C-0D3AA1A0A0A4', | 217 'msvs_guid': '062E9260-304A-4657-A74C-0D3AA1A0A0A4', |
216 'sources': [ | 218 'sources': [ |
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
256 }], | 258 }], |
257 ['enable_gpu==1', { | 259 ['enable_gpu==1', { |
258 'dependencies': [ | 260 'dependencies': [ |
259 '../gpu/gpu.gyp:command_buffer_service', | 261 '../gpu/gpu.gyp:command_buffer_service', |
260 ], | 262 ], |
261 }], | 263 }], |
262 ], | 264 ], |
263 }, | 265 }, |
264 ], | 266 ], |
265 } | 267 } |
OLD | NEW |