From 7fbfbbe8f435fde7233c78f4f2dd1efb4fdd324c Mon Sep 17 00:00:00 2001 From: mtklein Date: Thu, 21 Jul 2016 12:25:45 -0700 Subject: Basic standalone GN configs. This sketches out what a world without Chrome's GN configs would look like. Instead of DEPSing in build/, we now host our own gypi_to_gn.py. The symlink from skia/ to . lets us run gclient hooks when the .gclient file is in the directory above skia/ or inside skia/. That means we don't need gn.py anymore. BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2167163002 Review-Url: https://codereview.chromium.org/2167163002 --- third_party/third_party.gni | 8 -------- 1 file changed, 8 deletions(-) (limited to 'third_party/third_party.gni') diff --git a/third_party/third_party.gni b/third_party/third_party.gni index ede698c4af..d2583a9b7d 100644 --- a/third_party/third_party.gni +++ b/third_party/third_party.gni @@ -9,13 +9,5 @@ template("third_party") { # Warnings are just noise if we're not maintaining the code. cflags = [ "-w" ] - - # Chrome's GN environment sets up a bunch of default configs we don't need/want here. - configs -= [ - "//build/config/clang:extra_warnings", - "//build/config/clang:find_bad_constructs", - "//build/config/compiler:chromium_code", - "//build/config:feature_flags", - ] } } -- cgit v1.2.3