| Index: components/onc/BUILD.gn
|
| diff --git a/components/onc/BUILD.gn b/components/onc/BUILD.gn
|
| index f08223328704fd6dc41aee40cece65f7c846810f..24f6694a4ffd35595581741a12488af3b4efd31e 100644
|
| --- a/components/onc/BUILD.gn
|
| +++ b/components/onc/BUILD.gn
|
| @@ -7,11 +7,15 @@ component("onc") {
|
| "onc_constants.cc",
|
| "onc_constants.h",
|
| "onc_export.h",
|
| + "onc_pref_names.cc",
|
| + "onc_pref_names.h",
|
| ]
|
|
|
| defines = [ "ONC_IMPLEMENTATION" ]
|
|
|
| deps = [
|
| "//base",
|
| + "//components/pref_registry",
|
| + "//components/prefs",
|
| ]
|
| }
|
|
|