Chromium Code Reviews| Index: .gn |
| diff --git a/.gn b/.gn |
| index 035c6c8f035a0a1929d16f9f5c5019b56731424b..4be5a8e0cfc3e587b4b65b508537fb98ae10f0a8 100644 |
| --- a/.gn |
| +++ b/.gn |
| @@ -12,17 +12,26 @@ secondary_source = "//build/secondary/" |
| # The set of targets known to pass 'gn check'. When all targets pass, remove |
| # this. |
| check_targets = [ |
| + "//apps/*", |
| + "//base/*", |
| + "//benchmarks/*", |
| + "//build/*", |
| + "//buildtools/*", |
| "//cc/*", |
| "//crypto/*", |
| "//dart/*", |
| + "//device/*", |
| "//examples/*", |
| "//gin/*", |
| "//mojo/*", |
| "//mojom/*", |
| + "//navtive_client/*", |
|
jamesr
2016/01/04 23:19:44
looks like a typo, did you mean native_client ? co
tonyg
2016/01/04 23:22:35
Oops. Good catch. Fixed and verified it is clean.
|
| "//services/*", |
| "//shell/*", |
| "//skia/*", |
| - "//sky/*", |
| + "//testing/*", |
| + "//tools/*", |
| "//ui/*", |
| "//url/*", |
| + "//v8/*", |
| ] |