# Copyright 2018 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

import("z.gni")
import("x.gni")
import("y.gni")

import("b.gni")
import("a.gni")



import("m.gni")
import("d1.gni")
# Comment here
import("c1.gni")

import("../something/relative.gni")
import("//build/stuff.gni")
import("nopath.gni")
import("//abc/things.gni")

import("")
import()
import("a")