Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(53)

Unified Diff: tools/gn/format_test_data/030.gn

Issue 824263004: Move the test template to //testing/test.gni (part 2) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/gn/BUILD.gn ('k') | tools/relocation_packer/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/format_test_data/030.gn
diff --git a/tools/gn/format_test_data/030.gn b/tools/gn/format_test_data/030.gn
index 4ec57a6a69ecf528e409ed40625fd0968391b8b3..adac9a82416449d6796c2d0992634ae087eae01d 100644
--- a/tools/gn/format_test_data/030.gn
+++ b/tools/gn/format_test_data/030.gn
@@ -1,4 +1,7 @@
# Don't separate simple statements in a scope.
+
+import("//testing/test.gni")
+
test("something") {
if (is_linux) {
sources -= [ "file_version_info_unittest.cc" ]
« no previous file with comments | « tools/gn/BUILD.gn ('k') | tools/relocation_packer/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698