From 160907f8defef112c358cdd5cb9e5e093ca93b09 Mon Sep 17 00:00:00 2001 From: Mike Klein Date: Mon, 6 Feb 2017 12:26:51 -0500 Subject: Clean up more references to GYP. Delete files only used by GYP, and files that used GYP. Neither can possibly be actively used. Beyond that, just a couple doc tweaks. Change-Id: I0220d7226e7bb9ed7c54a7d8f2906a718313c521 Reviewed-on: https://skia-review.googlesource.com/8062 Commit-Queue: Mike Klein Reviewed-by: Hal Canary --- platform_tools/ios/bin/ios_ninja | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100755 platform_tools/ios/bin/ios_ninja (limited to 'platform_tools/ios') diff --git a/platform_tools/ios/bin/ios_ninja b/platform_tools/ios/bin/ios_ninja deleted file mode 100755 index a0f721aec2..0000000000 --- a/platform_tools/ios/bin/ios_ninja +++ /dev/null @@ -1,21 +0,0 @@ -#!/bin/bash - -############################################################################### -# Copyright 2015 Google Inc. -# -# Use of this source code is governed by a BSD-style license that can be -# found in the LICENSE file. -############################################################################### -# -# Build the skia for ios. This assumes that GYP_DEFINES has been set. -# -set -x -e - -SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" -source $SCRIPT_DIR/ios_setup.sh - -pushd ${SKIA_SRC_DIR} -"${SKIA_SRC_DIR}/gyp_skia" -xcodebuild -project "$SKIA_OUT/gyp/iOSShell.xcodeproj" -configuration "$BUILDTYPE" -popd -ios_package_app -- cgit v1.2.3