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

Side by Side Diff: content/content_common.gypi

Issue 8353007: Update name to match define. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 | « chrome/chrome_browser.gypi ('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 270 matching lines...) Expand 10 before | Expand all | Expand 10 after
281 'dependencies': [ 281 'dependencies': [
282 '../build/linux/system.gyp:pangocairo', 282 '../build/linux/system.gyp:pangocairo',
283 ], 283 ],
284 }], 284 }],
285 ['use_x11 == 1 and target_arch != "arm"', { 285 ['use_x11 == 1 and target_arch != "arm"', {
286 'sources': [ 286 'sources': [
287 'common/gpu/x_util.cc', 287 'common/gpu/x_util.cc',
288 'common/gpu/x_util.h', 288 'common/gpu/x_util.h',
289 ], 289 ],
290 }], 290 }],
291 ['views_gpu_image_transport==1', { 291 ['ui_compositor_image_transport==1', {
292 'sources': [ 292 'sources': [
293 'common/gpu/image_transport_surface.cc', 293 'common/gpu/image_transport_surface.cc',
294 'common/gpu/image_transport_surface_linux.cc', 294 'common/gpu/image_transport_surface_linux.cc',
295 ], 295 ],
296 'include_dirs': [ 296 'include_dirs': [
297 '<(DEPTH)/third_party/angle/include', 297 '<(DEPTH)/third_party/angle/include',
298 ], 298 ],
299 'link_settings': { 299 'link_settings': {
300 'libraries': [ 300 'libraries': [
301 '-lXcomposite', 301 '-lXcomposite',
(...skipping 21 matching lines...) Expand all
323 ], 323 ],
324 'link_settings': { 324 'link_settings': {
325 'libraries': [ 325 'libraries': [
326 '-lEGL', 326 '-lEGL',
327 '-lGLESv2', 327 '-lGLESv2',
328 ], 328 ],
329 }, 329 },
330 }], 330 }],
331 ], 331 ],
332 } 332 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698