Index: mandoline/ui/common/BUILD.gn |
diff --git a/components/omnibox/common/BUILD.gn b/mandoline/ui/common/BUILD.gn |
similarity index 69% |
copy from components/omnibox/common/BUILD.gn |
copy to mandoline/ui/common/BUILD.gn |
index 3e0af71eee45a9ae5c97e565c4f2bf2149a1ae97..e5c4f0cc584733718033a518627db0c6a0e6306e 100644 |
--- a/components/omnibox/common/BUILD.gn |
+++ b/mandoline/ui/common/BUILD.gn |
@@ -2,8 +2,9 @@ |
# Use of this source code is governed by a BSD-style license that can be |
# found in the LICENSE file. |
-source_set("common") { |
+component("common") { |
sources = [ |
- "omnibox_focus_state.h", |
+ "mandoline_switches.cc", |
+ "mandoline_switches.h", |
] |
} |