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

Unified Diff: components/omnibox.gypi

Issue 1240713002: Fix path to omnibox_focus_state.h in omnibox.gypi (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « no previous file | no next file » | 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 c8fe51e9a2b347e3616cbfe4519604862164a600..907d316c2db086a38ca4071d43d1cfb0dc713497 100644
--- a/components/omnibox.gypi
+++ b/components/omnibox.gypi
@@ -120,7 +120,7 @@
],
'sources': [
# Note: sources list duplicated in GN build.
- 'components/omnibox/omnibox_focus_state.h',
+ 'omnibox/common/omnibox_focus_state.h',
],
},
{
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698