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

Side by Side Diff: gyp/common_conditions.gypi

Issue 1035523003: Add copyright headers to remaining gyp files. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Rebase Created 5 years, 8 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 | « gyp/codec.gyp ('k') | gyp/core.gyp » ('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.
2 #
3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file.
1 # conditions used in both common.gypi and skia.gyp in chromium 5 # conditions used in both common.gypi and skia.gyp in chromium
2 # 6 #
3 { 7 {
4 'defines': [ 8 'defines': [
5 'SK_ALLOW_STATIC_GLOBAL_INITIALIZERS=<(skia_static_initializers)', 9 'SK_ALLOW_STATIC_GLOBAL_INITIALIZERS=<(skia_static_initializers)',
6 'SK_SUPPORT_GPU=<(skia_gpu)', 10 'SK_SUPPORT_GPU=<(skia_gpu)',
7 'SK_SUPPORT_OPENCL=<(skia_opencl)', 11 'SK_SUPPORT_OPENCL=<(skia_opencl)',
8 'SK_FORCE_DISTANCE_FIELD_TEXT=<(skia_force_distance_field_text)', 12 'SK_FORCE_DISTANCE_FIELD_TEXT=<(skia_force_distance_field_text)',
9 ], 13 ],
10 'conditions' : [ 14 'conditions' : [
(...skipping 647 matching lines...) Expand 10 before | Expand all | Expand 10 after
658 # add flags here (e.g. SK_SUPPORT_LEGACY_...) needed by moz2d 662 # add flags here (e.g. SK_SUPPORT_LEGACY_...) needed by moz2d
659 ], 663 ],
660 }], 664 }],
661 665
662 ], # end 'conditions' 666 ], # end 'conditions'
663 # The Xcode SYMROOT must be at the root. See build/common.gypi in chromium for more details 667 # The Xcode SYMROOT must be at the root. See build/common.gypi in chromium for more details
664 'xcode_settings': { 668 'xcode_settings': {
665 'SYMROOT': '<(DEPTH)/xcodebuild', 669 'SYMROOT': '<(DEPTH)/xcodebuild',
666 }, 670 },
667 } 671 }
OLDNEW
« no previous file with comments | « gyp/codec.gyp ('k') | gyp/core.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698