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

Side by Side Diff: content/content_common.gypi

Issue 8241012: Enable accelerated WebKit compositor for Aura. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address reviewer comments. Created 9 years, 2 months 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
« no previous file with comments | « content/common/gpu/gpu_messages.h ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 282 matching lines...) Expand 10 before | Expand all | Expand 10 after
293 'dependencies': [ 293 'dependencies': [
294 '../build/linux/system.gyp:pangocairo', 294 '../build/linux/system.gyp:pangocairo',
295 ], 295 ],
296 }], 296 }],
297 ['use_x11 == 1 and target_arch != "arm"', { 297 ['use_x11 == 1 and target_arch != "arm"', {
298 'sources': [ 298 'sources': [
299 'common/gpu/x_util.cc', 299 'common/gpu/x_util.cc',
300 'common/gpu/x_util.h', 300 'common/gpu/x_util.h',
301 ], 301 ],
302 }], 302 }],
303 ['touchui==1', { 303 ['views_gpu_image_transport==1', {
304 'sources': [ 304 'sources': [
305 'common/gpu/image_transport_surface.cc', 305 'common/gpu/image_transport_surface.cc',
306 'common/gpu/image_transport_surface_linux.cc', 306 'common/gpu/image_transport_surface_linux.cc',
307 ], 307 ],
308 'include_dirs': [ 308 'include_dirs': [
309 '<(DEPTH)/third_party/angle/include', 309 '<(DEPTH)/third_party/angle/include',
310 ], 310 ],
311 'link_settings': { 311 'link_settings': {
312 'libraries': [ 312 'libraries': [
313 '-lXcomposite', 313 '-lXcomposite',
(...skipping 21 matching lines...) Expand all
335 ], 335 ],
336 'link_settings': { 336 'link_settings': {
337 'libraries': [ 337 'libraries': [
338 '-lEGL', 338 '-lEGL',
339 '-lGLESv2', 339 '-lGLESv2',
340 ], 340 ],
341 }, 341 },
342 }], 342 }],
343 ], 343 ],
344 } 344 }
OLDNEW
« no previous file with comments | « content/common/gpu/gpu_messages.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698