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

Side by Side 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: oops 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 unified diff | Download patch
« no previous file with comments | « no previous file | gpu/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # This file is used by the experimental meta-buildsystem in src/tools/gn to 1 # Copyright 2013 The Chromium Authors. All rights reserved.
2 # find the root of the source tree and to set startup options. 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 # This file is used by the gn meta-buildsystem find the root of the source tree
6 # and to set startup options.
3 7
4 # The location of the build configuration file. 8 # The location of the build configuration file.
5 buildconfig = "//build/config/BUILDCONFIG.gn" 9 buildconfig = "//build/config/BUILDCONFIG.gn"
6 10
7 # The secondary source root is a parallel directory tree where 11 # The secondary source root is a parallel directory tree where
8 # GN build files are placed when they can not be placed directly 12 # GN build files are placed when they can not be placed directly
9 # in the source tree, e.g. for third party source trees. 13 # in the source tree, e.g. for third party source trees.
10 secondary_source = "//build/secondary/" 14 secondary_source = "//build/secondary/"
11 15
12 # The set of targets known to pass 'gn check'. When all targets pass, remove 16 # The set of targets known to pass 'gn check'. When all targets pass, remove
13 # this. 17 # this.
14 check_targets = [ 18 check_targets = [
15 "//apps/*", 19 "//apps/*",
16 "//base/*", 20 "//base/*",
17 "//benchmarks/*", 21 "//benchmarks/*",
18 "//build/*", 22 "//build/*",
19 "//buildtools/*", 23 "//buildtools/*",
20 "//cc/*", 24 "//cc/*",
21 "//crypto/*", 25 "//crypto/*",
22 "//dart/*", 26 "//dart/*",
23 "//device/*", 27 "//device/*",
24 "//examples/*", 28 "//examples/*",
29 "//fusl/*",
25 "//gin/*", 30 "//gin/*",
31 "//gpu/*",
26 "//mojo/*", 32 "//mojo/*",
27 "//mojom/*", 33 "//mojom/*",
28 "//native_client/*", 34 "//native_client/*",
29 "//services/*", 35 "//services/*",
30 "//shell/*", 36 "//shell/*",
31 "//skia/*", 37 "//skia/*",
32 "//testing/*", 38 "//testing/*",
33 "//tools/*", 39 "//tools/*",
34 "//ui/*", 40 "//ui/*",
35 "//url/*", 41 "//url/*",
36 "//v8/*", 42 "//v8/*",
37 ] 43 ]
OLDNEW
« no previous file with comments | « no previous file | gpu/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698