diff options
Diffstat (limited to 'mojo/common/BUILD.gn')
-rw-r--r-- | mojo/common/BUILD.gn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mojo/common/BUILD.gn b/mojo/common/BUILD.gn index 4248ff2..ad01c31 100644 --- a/mojo/common/BUILD.gn +++ b/mojo/common/BUILD.gn @@ -2,6 +2,8 @@ # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. +import("//testing/test.gni") + # GYP version: mojo/mojo_base.gyp:mojo_common_lib component("common") { output_name = "mojo_common_lib" |