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

Side by Side Diff: .gn

Issue 1590983003: Make //sandbox/* 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 unified diff | Download patch
« no previous file with comments | « no previous file | sandbox/linux/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 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 # This file is used by the gn meta-buildsystem find the root of the source tree 5 # This file is used by the gn meta-buildsystem find the root of the source tree
6 # and to set startup options. 6 # and to set startup options.
7 7
8 # The location of the build configuration file. 8 # The location of the build configuration file.
9 buildconfig = "//build/config/BUILDCONFIG.gn" 9 buildconfig = "//build/config/BUILDCONFIG.gn"
10 10
(...skipping 14 matching lines...) Expand all
25 "//crypto/*", 25 "//crypto/*",
26 "//dart/*", 26 "//dart/*",
27 "//device/*", 27 "//device/*",
28 "//examples/*", 28 "//examples/*",
29 "//fusl/*", 29 "//fusl/*",
30 "//gin/*", 30 "//gin/*",
31 "//gpu/*", 31 "//gpu/*",
32 "//mojo/*", 32 "//mojo/*",
33 "//mojom/*", 33 "//mojom/*",
34 "//native_client/*", 34 "//native_client/*",
35 "//sandbox/*",
35 "//services/*", 36 "//services/*",
36 "//shell/*", 37 "//shell/*",
37 "//skia/*", 38 "//skia/*",
38 "//testing/*", 39 "//testing/*",
39 "//tools/*", 40 "//tools/*",
40 "//ui/*", 41 "//ui/*",
41 "//url/*", 42 "//url/*",
42 "//v8/*", 43 "//v8/*",
43 ] 44 ]
OLDNEW
« no previous file with comments | « no previous file | sandbox/linux/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698