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