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

Side by Side Diff: gyp/SimpleiOSApp.gyp

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, 9 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/SimpleCocoaApp.gyp ('k') | gyp/android_deps.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 { 5 {
2 'conditions' : [ 6 'conditions' : [
3 [ 'skia_os != "ios"', { 7 [ 'skia_os != "ios"', {
4 'error': '<!(set GYP_DEFINES=\"skia_os=\'ios\'\")' 8 'error': '<!(set GYP_DEFINES=\"skia_os=\'ios\'\")'
5 }], 9 }],
6 ], 10 ],
7 'targets': [ 11 'targets': [
8 { 12 {
9 'target_name': 'SimpleiOSApp', 13 'target_name': 'SimpleiOSApp',
10 'type': 'executable', 14 'type': 'executable',
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 'INFOPLIST_FILE' : '../experimental/SimpleiOSApp/SimpleiOSApp-Info.plist ', 54 'INFOPLIST_FILE' : '../experimental/SimpleiOSApp/SimpleiOSApp-Info.plist ',
51 }, 55 },
52 'xcode_config_file': '../experimental/iOSSampleApp/SkiOSSampleApp-Base.xcc onfig', 56 'xcode_config_file': '../experimental/iOSSampleApp/SkiOSSampleApp-Base.xcc onfig',
53 'mac_bundle_resources' : [ 57 'mac_bundle_resources' : [
54 '../experimental/SimpleiOSApp/iPad/MainWindow_iPad.xib', 58 '../experimental/SimpleiOSApp/iPad/MainWindow_iPad.xib',
55 '../experimental/SimpleiOSApp/iPhone/MainWindow_iPhone.xib', 59 '../experimental/SimpleiOSApp/iPhone/MainWindow_iPhone.xib',
56 ], 60 ],
57 }, 61 },
58 ], 62 ],
59 } 63 }
OLDNEW
« no previous file with comments | « gyp/SimpleCocoaApp.gyp ('k') | gyp/android_deps.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698