| OLD | NEW |
| 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 Loading... |
| 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 ] |
| OLD | NEW |