Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(352)

Side by Side Diff: content/content_common.gypi

Issue 8622004: Reland 110355 - Use shared D3D9 texture to transport the compositor's backing buffer to the brows... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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 'dependencies': [ 6 'dependencies': [
7 '../base/base.gyp:base', 7 '../base/base.gyp:base',
8 '../build/temp_gyp/googleurl.gyp:googleurl', 8 '../build/temp_gyp/googleurl.gyp:googleurl',
9 '../gpu/gpu.gyp:gpu_ipc', 9 '../gpu/gpu.gyp:gpu_ipc',
10 '../ipc/ipc.gyp:ipc', 10 '../ipc/ipc.gyp:ipc',
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
136 'common/gpu/gpu_channel_manager.h', 136 'common/gpu/gpu_channel_manager.h',
137 'common/gpu/gpu_command_buffer_stub.cc', 137 'common/gpu/gpu_command_buffer_stub.cc',
138 'common/gpu/gpu_command_buffer_stub.h', 138 'common/gpu/gpu_command_buffer_stub.h',
139 'common/gpu/gpu_config.h', 139 'common/gpu/gpu_config.h',
140 'common/gpu/gpu_feature_flags.cc', 140 'common/gpu/gpu_feature_flags.cc',
141 'common/gpu/gpu_feature_flags.h', 141 'common/gpu/gpu_feature_flags.h',
142 'common/gpu/gpu_messages.h', 142 'common/gpu/gpu_messages.h',
143 'common/gpu/gpu_process_launch_causes.h', 143 'common/gpu/gpu_process_launch_causes.h',
144 'common/gpu/gpu_watchdog.h', 144 'common/gpu/gpu_watchdog.h',
145 'common/gpu/image_transport_surface.h', 145 'common/gpu/image_transport_surface.h',
146 'common/gpu/image_transport_surface.cc',
147 'common/gpu/image_transport_surface_linux.cc',
148 'common/gpu/image_transport_surface_mac.cc',
149 'common/gpu/image_transport_surface_win.cc',
146 'common/gpu/media/gpu_video_decode_accelerator.cc', 150 'common/gpu/media/gpu_video_decode_accelerator.cc',
147 'common/gpu/media/gpu_video_decode_accelerator.h', 151 'common/gpu/media/gpu_video_decode_accelerator.h',
148 'common/gpu/transport_texture.cc', 152 'common/gpu/transport_texture.cc',
149 'common/gpu/transport_texture.h', 153 'common/gpu/transport_texture.h',
150 'common/handle_enumerator_win.cc', 154 'common/handle_enumerator_win.cc',
151 'common/handle_enumerator_win.h', 155 'common/handle_enumerator_win.h',
152 'common/hi_res_timer_manager_posix.cc', 156 'common/hi_res_timer_manager_posix.cc',
153 'common/hi_res_timer_manager_win.cc', 157 'common/hi_res_timer_manager_win.cc',
154 'common/hi_res_timer_manager.h', 158 'common/hi_res_timer_manager.h',
155 'common/indexed_db_key.cc', 159 'common/indexed_db_key.cc',
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
265 ['OS!="win"', { 269 ['OS!="win"', {
266 'sources!': [ 270 'sources!': [
267 'common/sandbox_policy.cc', 271 'common/sandbox_policy.cc',
268 'common/sandbox_policy.h', 272 'common/sandbox_policy.h',
269 ], 273 ],
270 }], 274 }],
271 ['OS=="mac"', { 275 ['OS=="mac"', {
272 'sources!': [ 276 'sources!': [
273 'common/process_watcher_posix.cc', 277 'common/process_watcher_posix.cc',
274 ], 278 ],
275 'sources': [
276 'common/gpu/image_transport_surface.cc',
277 'common/gpu/image_transport_surface_mac.cc',
278 ],
279 'link_settings': { 279 'link_settings': {
280 'mac_bundle_resources': [ 280 'mac_bundle_resources': [
281 'common/common.sb', 281 'common/common.sb',
282 ], 282 ],
283 }, 283 },
284 }], 284 }],
285 ['toolkit_uses_gtk == 1', { 285 ['toolkit_uses_gtk == 1', {
286 'dependencies': [ 286 'dependencies': [
287 '../build/linux/system.gyp:gtk', 287 '../build/linux/system.gyp:gtk',
288 ], 288 ],
289 }], 289 }],
290 ['use_x11 == 1', { 290 ['use_x11 == 1', {
291 'dependencies': [ 291 'dependencies': [
292 '../build/linux/system.gyp:pangocairo', 292 '../build/linux/system.gyp:pangocairo',
293 ], 293 ],
294 }], 294 }],
295 ['use_x11 == 1 and target_arch != "arm"', { 295 ['use_x11 == 1 and target_arch != "arm"', {
296 'sources': [ 296 'sources': [
297 'common/gpu/x_util.cc', 297 'common/gpu/x_util.cc',
298 'common/gpu/x_util.h', 298 'common/gpu/x_util.h',
299 ], 299 ],
300 }], 300 }],
301 ['ui_compositor_image_transport==1', { 301 ['OS=="linux"', {
302 'sources': [
303 'common/gpu/image_transport_surface.cc',
304 'common/gpu/image_transport_surface_linux.cc',
305 ],
306 'include_dirs': [ 302 'include_dirs': [
307 '<(DEPTH)/third_party/angle/include', 303 '<(DEPTH)/third_party/angle/include',
308 ], 304 ],
309 'link_settings': { 305 'link_settings': {
310 'libraries': [ 306 'libraries': [
311 '-lXcomposite', 307 '-lXcomposite',
312 ], 308 ],
313 }, 309 },
314 }], 310 }],
315 ['enable_gpu==1', { 311 ['enable_gpu==1', {
(...skipping 17 matching lines...) Expand all
333 ], 329 ],
334 'link_settings': { 330 'link_settings': {
335 'libraries': [ 331 'libraries': [
336 '-lEGL', 332 '-lEGL',
337 '-lGLESv2', 333 '-lGLESv2',
338 ], 334 ],
339 }, 335 },
340 }], 336 }],
341 ], 337 ],
342 } 338 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698