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

Unified Diff: components/omnibox.gypi

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 | « chrome/renderer/searchbox/searchbox.cc ('k') | components/omnibox/common/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/omnibox.gypi
diff --git a/components/omnibox.gypi b/components/omnibox.gypi
index 0442d46a6f4bdca153833c6c4938cb8435a7418c..c8fe51e9a2b347e3616cbfe4519604862164a600 100644
--- a/components/omnibox.gypi
+++ b/components/omnibox.gypi
@@ -112,6 +112,18 @@
],
},
{
+ # GN version: //components/omnibox/common
+ 'target_name': 'omnibox_common',
+ 'type': 'none',
+ 'include_dirs': [
+ '..',
+ ],
+ 'sources': [
+ # Note: sources list duplicated in GN build.
+ 'components/omnibox/omnibox_focus_state.h',
+ ],
+ },
+ {
# Protobuf compiler / generator for the InMemoryURLIndex caching
# protocol buffer.
# GN version: //components/omnibox:in_memory_url_index_cache_proto
« no previous file with comments | « chrome/renderer/searchbox/searchbox.cc ('k') | components/omnibox/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698