aboutsummaryrefslogtreecommitdiffhomepage
path: root/gn/BUILDCONFIG.gn
diff options
context:
space:
mode:
authorGravatar Mike Klein <mtklein@chromium.org>2017-03-03 10:55:02 -0500
committerGravatar Mike Klein <mtklein@chromium.org>2017-03-03 16:13:22 +0000
commit3669a824baeadee660b32a719e6879ecb5f7fca9 (patch)
tree543f0f61170f2594ef15206f19f6cd888bb480a0 /gn/BUILDCONFIG.gn
parente459afd6ce2c2ccbad500dc2e77e0ac287af90eb (diff)
Put is_skia_standalone back a bit.
We do still need to know when we're in our GN environment or in another, like Fuchsia's or Flutter's. The places where we replaced is_skia_standalone with defined(ndk) still look right to me as defined(ndk). CQ_INCLUDE_TRYBOTS=skia.primary:Build-Ubuntu-GCC-x86_64-Release-Flutter_Android Change-Id: I5455014a8f4a350ac3a939097d042fd8cb4c32fa Reviewed-on: https://skia-review.googlesource.com/9193 Commit-Queue: Mike Klein <mtklein@chromium.org> Reviewed-by: Mike Klein <mtklein@chromium.org>
Diffstat (limited to 'gn/BUILDCONFIG.gn')
-rw-r--r--gn/BUILDCONFIG.gn2
1 files changed, 2 insertions, 0 deletions
diff --git a/gn/BUILDCONFIG.gn b/gn/BUILDCONFIG.gn
index 9582c46663..a89931b432 100644
--- a/gn/BUILDCONFIG.gn
+++ b/gn/BUILDCONFIG.gn
@@ -3,6 +3,8 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
+is_skia_standalone = true
+
# It's best to keep the names and defaults of is_foo flags consistent with Chrome.
declare_args() {