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

Unified Diff: .gn

Issue 1591813002: Make //gpu/* pass gn check (and make it gn checked). (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 4 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 | « no previous file | gpu/BUILD.gn » ('j') | gpu/command_buffer/common/gles2_cmd_utils.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: .gn
diff --git a/.gn b/.gn
index 3a60d77bb7469c3bada51291f9182eeb97bad77f..a8859695129027b8bf23fca023e6f310aece1b3e 100644
--- a/.gn
+++ b/.gn
@@ -1,5 +1,9 @@
-# This file is used by the experimental meta-buildsystem in src/tools/gn to
-# find the root of the source tree and to set startup options.
+# Copyright 2013 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.
+
+# This file is used by the gn meta-buildsystem find the root of the source tree
+# and to set startup options.
# The location of the build configuration file.
buildconfig = "//build/config/BUILDCONFIG.gn"
@@ -22,7 +26,9 @@ check_targets = [
"//dart/*",
"//device/*",
"//examples/*",
+ "//fusl/*",
"//gin/*",
+ "//gpu/*",
"//mojo/*",
"//mojom/*",
"//native_client/*",
« no previous file with comments | « no previous file | gpu/BUILD.gn » ('j') | gpu/command_buffer/common/gles2_cmd_utils.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698