| 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': [ |
| 11 '../ipc/ipc.gyp:ipc', | 11 '../ipc/ipc.gyp:ipc', |
| 12 '../skia/skia.gyp:skia', | 12 '../skia/skia.gyp:skia', |
| 13 '../third_party/icu/icu.gyp:icuuc', | 13 '../third_party/icu/icu.gyp:icuuc', |
| 14 '../third_party/npapi/npapi.gyp:npapi', | 14 '../third_party/npapi/npapi.gyp:npapi', |
| 15 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', | 15 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', |
| 16 '../ui/gfx/gl/gl.gyp:gl', |
| 16 '../webkit/support/webkit_support.gyp:appcache', | 17 '../webkit/support/webkit_support.gyp:appcache', |
| 17 '../webkit/support/webkit_support.gyp:blob', | 18 '../webkit/support/webkit_support.gyp:blob', |
| 18 '../webkit/support/webkit_support.gyp:database', | 19 '../webkit/support/webkit_support.gyp:database', |
| 19 '../webkit/support/webkit_support.gyp:fileapi', | 20 '../webkit/support/webkit_support.gyp:fileapi', |
| 20 ], | 21 ], |
| 21 'include_dirs': [ | 22 'include_dirs': [ |
| 22 '..', | 23 '..', |
| 23 ], | 24 ], |
| 24 'sources': [ | 25 'sources': [ |
| 25 'common/appcache/appcache_backend_proxy.cc', | 26 'common/appcache/appcache_backend_proxy.cc', |
| (...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 91 'common/font_config_ipc_linux.h', | 92 'common/font_config_ipc_linux.h', |
| 92 'common/font_descriptor_mac.h', | 93 'common/font_descriptor_mac.h', |
| 93 'common/font_descriptor_mac.mm', | 94 'common/font_descriptor_mac.mm', |
| 94 'common/font_loader_mac.h', | 95 'common/font_loader_mac.h', |
| 95 'common/font_loader_mac.mm', | 96 'common/font_loader_mac.mm', |
| 96 'common/gpu_feature_flags.cc', | 97 'common/gpu_feature_flags.cc', |
| 97 'common/gpu_feature_flags.h', | 98 'common/gpu_feature_flags.h', |
| 98 'common/geolocation_messages.h', | 99 'common/geolocation_messages.h', |
| 99 'common/geoposition.cc', | 100 'common/geoposition.cc', |
| 100 'common/geoposition.h', | 101 'common/geoposition.h', |
| 101 'common/gpu_info.cc', | 102 'common/gpu/content_gpu_client.h', |
| 102 'common/gpu_info.h', | 103 'common/gpu/gpu_channel.cc', |
| 104 'common/gpu/gpu_channel.h', |
| 105 'common/gpu/gpu_channel_manager.cc', |
| 106 'common/gpu/gpu_channel_manager.h', |
| 107 'common/gpu/gpu_command_buffer_stub.cc', |
| 108 'common/gpu/gpu_command_buffer_stub.h', |
| 109 'common/gpu/gpu_config.h', |
| 110 'common/gpu/gpu_info.cc', |
| 111 'common/gpu/gpu_info.h', |
| 112 'common/gpu/gpu_video_decoder.cc', |
| 113 'common/gpu/gpu_video_decoder.h', |
| 114 'common/gpu/gpu_video_service.cc', |
| 115 'common/gpu/gpu_video_service.h', |
| 116 'common/gpu/media/gpu_video_device.h', |
| 117 'common/gpu/media/fake_gl_video_decode_engine.cc', |
| 118 'common/gpu/media/fake_gl_video_decode_engine.h', |
| 119 'common/gpu/media/fake_gl_video_device.cc', |
| 120 'common/gpu/media/fake_gl_video_device.h', |
| 103 'common/gpu_messages.h', | 121 'common/gpu_messages.h', |
| 104 'common/hi_res_timer_manager_posix.cc', | 122 'common/hi_res_timer_manager_posix.cc', |
| 105 'common/hi_res_timer_manager_win.cc', | 123 'common/hi_res_timer_manager_win.cc', |
| 106 'common/hi_res_timer_manager.h', | 124 'common/hi_res_timer_manager.h', |
| 107 'common/indexed_db_key.cc', | 125 'common/indexed_db_key.cc', |
| 108 'common/indexed_db_key.h', | 126 'common/indexed_db_key.h', |
| 109 'common/indexed_db_messages.h', | 127 'common/indexed_db_messages.h', |
| 110 'common/indexed_db_param_traits.cc', | 128 'common/indexed_db_param_traits.cc', |
| 111 'common/indexed_db_param_traits.h', | 129 'common/indexed_db_param_traits.h', |
| 112 'common/main_function_params.h', | 130 'common/main_function_params.h', |
| (...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 187 'common/webblob_messages.h', | 205 'common/webblob_messages.h', |
| 188 'common/webmessageportchannel_impl.cc', | 206 'common/webmessageportchannel_impl.cc', |
| 189 'common/webmessageportchannel_impl.h', | 207 'common/webmessageportchannel_impl.h', |
| 190 'common/window_container_type.cc', | 208 'common/window_container_type.cc', |
| 191 'common/window_container_type.h', | 209 'common/window_container_type.h', |
| 192 'common/worker_messages.h', | 210 'common/worker_messages.h', |
| 193 ], | 211 ], |
| 194 'conditions': [ | 212 'conditions': [ |
| 195 ['OS=="win"', { | 213 ['OS=="win"', { |
| 196 'msvs_guid': '062E9260-304A-4657-A74C-0D3AA1A0A0A4', | 214 'msvs_guid': '062E9260-304A-4657-A74C-0D3AA1A0A0A4', |
| 215 'sources': [ |
| 216 'common/gpu/media/mft_angle_video_device.cc', |
| 217 'common/gpu/media/mft_angle_video_device.h', |
| 218 ], |
| 219 'include_dirs': [ |
| 220 '<(DEPTH)/third_party/angle/include', |
| 221 '<(DEPTH)/third_party/angle/src', |
| 222 '<(DEPTH)/third_party/wtl/include', |
| 223 '$(DXSDK_DIR)/include', |
| 224 ], |
| 225 'dependencies': [ |
| 226 '../third_party/angle/src/build_angle.gyp:libEGL', |
| 227 '../third_party/angle/src/build_angle.gyp:libGLESv2', |
| 228 ], |
| 197 }], | 229 }], |
| 198 ['OS!="linux"', { | 230 ['OS!="linux"', { |
| 199 'sources!': [ | 231 'sources!': [ |
| 200 'common/file_path_watcher/file_path_watcher_inotify.cc', | 232 'common/file_path_watcher/file_path_watcher_inotify.cc', |
| 201 ], | 233 ], |
| 202 }], | 234 }], |
| 203 ['OS=="freebsd" or OS=="openbsd"', { | 235 ['OS=="freebsd" or OS=="openbsd"', { |
| 204 'sources': [ | 236 'sources': [ |
| 205 'common/file_path_watcher/file_path_watcher_stub.cc', | 237 'common/file_path_watcher/file_path_watcher_stub.cc', |
| 206 ], | 238 ], |
| 207 }], | 239 }], |
| 208 ['OS=="mac"', { | 240 ['OS=="mac"', { |
| 209 'sources!': [ | 241 'sources!': [ |
| 210 'common/process_watcher_posix.cc', | 242 'common/process_watcher_posix.cc', |
| 211 ], | 243 ], |
| 212 'link_settings': { | 244 'link_settings': { |
| 213 'mac_bundle_resources': [ | 245 'mac_bundle_resources': [ |
| 214 'common/common.sb', | 246 'common/common.sb', |
| 215 ], | 247 ], |
| 216 }, | 248 }, |
| 217 }], | 249 }], |
| 218 ['OS=="linux" or OS=="freebsd" or OS=="openbsd"', { | 250 ['OS=="linux" or OS=="freebsd" or OS=="openbsd"', { |
| 219 'dependencies': [ | 251 'dependencies': [ |
| 220 '../build/linux/system.gyp:gtk', | 252 '../build/linux/system.gyp:gtk', |
| 221 ], | 253 ], |
| 222 }], | 254 }], |
| 255 ['OS=="linux" and target_arch!="arm"', { |
| 256 'sources': [ |
| 257 'common/gpu/x_util.cc', |
| 258 'common/gpu/x_util.h', |
| 259 ], |
| 260 }], |
| 223 ['toolkit_views==1', { | 261 ['toolkit_views==1', { |
| 224 'sources': [ | 262 'sources': [ |
| 225 'common/native_web_keyboard_event_views.cc', | 263 'common/native_web_keyboard_event_views.cc', |
| 226 ], | 264 ], |
| 227 }], | 265 }], |
| 266 ['enable_gpu==1', { |
| 267 'dependencies': [ |
| 268 '../gpu/gpu.gyp:command_buffer_service', |
| 269 ], |
| 270 }], |
| 228 ], | 271 ], |
| 229 }, | 272 }, |
| 230 ], | 273 ], |
| 231 } | 274 } |
| OLD | NEW |