Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(735)

Unified Diff: components/omnibox/common/BUILD.gn

Issue 1224203003: Componentize //chrome/common/omnibox_focus_state.h (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@omnibox_component_browser_subdir
Patch Set: Rebase Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/omnibox.gypi ('k') | components/omnibox/common/omnibox_focus_state.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
]
}
« no previous file with comments | « components/omnibox.gypi ('k') | components/omnibox/common/omnibox_focus_state.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698