From 3af9f401d955a957527d0a913736e48dcacb67a7 Mon Sep 17 00:00:00 2001 From: tfarina Date: Tue, 21 Apr 2015 14:20:38 -0700 Subject: [PATCH] Move gn build file for sfntly from secondary tree into the main tree. Better to keep it side-by-side with the gyp file which is also in the main tree. BUG=None TEST=gn gen out-gn && ninja -C out-gn sfntly still works R=vandebo@chromium.org,dpranke@chromium.org Review URL: https://codereview.chromium.org/1090553004 Cr-Commit-Position: refs/heads/master@{#326121} --- {build/secondary/third_party => third_party}/sfntly/BUILD.gn | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {build/secondary/third_party => third_party}/sfntly/BUILD.gn (100%) diff --git a/build/secondary/third_party/sfntly/BUILD.gn b/third_party/sfntly/BUILD.gn similarity index 100% rename from build/secondary/third_party/sfntly/BUILD.gn rename to third_party/sfntly/BUILD.gn -- 2.11.4.GIT