summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbrucedawson <brucedawson@chromium.org>2015-07-14 13:52:50 -0700
committerCommit bot <commit-bot@chromium.org>2015-07-14 20:53:25 +0000
commitb902fbc9a8db79ab04476320dadceeb0bf83b571 (patch)
treed61140d80d83b3834bdf5eb7a85e8d63dae63307
parent2ac8cb50a0c9d284b57db8f3de71a71d4a45c6e8 (diff)
downloadchromium_src-b902fbc9a8db79ab04476320dadceeb0bf83b571.zip
chromium_src-b902fbc9a8db79ab04476320dadceeb0bf83b571.tar.gz
chromium_src-b902fbc9a8db79ab04476320dadceeb0bf83b571.tar.bz2
Fix path to omnibox_focus_state.h
In change https://codereview.chromium.org/1224203003 the path to omnibox_focus_state.h was set to a non-existent location. This isn't a serious problem because it's just a header file. This mistake isn't detected when generating ninja files from .gyp files unless msvs-ninja is selected as one of the GYP_GENERATORS. With msvs-ninja the error is revealed with this message: Warning: Missing input files: D:\src\chromium\src\components\omnibox\omnibox_focus_state.h R=pkasting@chromium.org BUG=483424 Review URL: https://codereview.chromium.org/1240713002 Cr-Commit-Position: refs/heads/master@{#338733}
-rw-r--r--components/omnibox.gypi2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/omnibox.gypi b/components/omnibox.gypi
index c8fe51e..907d316 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',
],
},
{