aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar mikejurka <mikejurka@google.com>2016-09-12 16:51:58 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-09-12 16:51:58 -0700
commit8c24f4fae3389b9937eb73128e76226cffebdd72 (patch)
treeceef70fd497996e6409c9fef81e5f90bccac2d32
parent029819baa37f2706e6669f97badb20d309568d7c (diff)
Change shared_sources.gni to use relative path
-rw-r--r--BUILD.gn2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD.gn b/BUILD.gn
index c6841bbd95..20f8d84001 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -3,7 +3,7 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-import("//gn/shared_sources.gni")
+import("gn/shared_sources.gni")
declare_args() {
skia_enable_tools = !is_fuchsia && !is_component_build