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

Side by Side Diff: build/config/ios/ios_sdk.gni

Issue 141433015: GN build fixes, mostly for Mac. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: put back sha1 file Created 6 years, 11 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
OLDNEW
(Empty)
1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 # TODO(brettw) support "iphoneos" in addition to the simulator. May also need
6 # support for common.gypi's "ios_sdk" variable (seems to be a version number)
7 # and ios_sdk_path (argument that overrides the one returned below).
8 ios_sdk_result =
9 exec_script("ios_sdk.py", [ "iphonesimulator" ], "list lines")
10 ios_sdk_path = ios_sdk_result[0]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698