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

Side by Side Diff: gyp/common_conditions.gypi

Issue 1346423002: Skia: Add Command Buffer support to Linux/Mac (Closed) Base URL: https://skia.googlesource.com/skia@angle_on_linux
Patch Set: make windows compile Created 5 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
« no previous file with comments | « no previous file | gyp/common_variables.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2015 Google Inc. 1 # Copyright 2015 Google Inc.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 # conditions used in both common.gypi and skia.gyp in chromium 6 # conditions used in both common.gypi and skia.gyp in chromium
7 # 7 #
8 { 8 {
9 'defines': [ 9 'defines': [
10 'SK_ALLOW_STATIC_GLOBAL_INITIALIZERS=<(skia_static_initializers)', 10 'SK_ALLOW_STATIC_GLOBAL_INITIALIZERS=<(skia_static_initializers)',
(...skipping 600 matching lines...) Expand 10 before | Expand all | Expand 10 after
611 ], 611 ],
612 }, 612 },
613 ], 613 ],
614 614
615 [ 'skia_moz2d', { 615 [ 'skia_moz2d', {
616 'defines': [ 616 'defines': [
617 # add flags here (e.g. SK_SUPPORT_LEGACY_...) needed by moz2d 617 # add flags here (e.g. SK_SUPPORT_LEGACY_...) needed by moz2d
618 ], 618 ],
619 }], 619 }],
620 620
621 [ 'skia_command_buffer', {
622 'ldflags': [
623 '-Wl,-rpath,\$$ORIGIN/lib',
624 ],
625 }],
626
621 ], # end 'conditions' 627 ], # end 'conditions'
622 # The Xcode SYMROOT must be at the root. See build/common.gypi in chromium for more details 628 # The Xcode SYMROOT must be at the root. See build/common.gypi in chromium for more details
623 'xcode_settings': { 629 'xcode_settings': {
624 'SYMROOT': '<(DEPTH)/xcodebuild', 630 'SYMROOT': '<(DEPTH)/xcodebuild',
625 }, 631 },
626 } 632 }
OLDNEW
« no previous file with comments | « no previous file | gyp/common_variables.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698