commit | b902fbc9a8db79ab04476320dadceeb0bf83b571 | [log] [tgz] |
---|---|---|
author | brucedawson <[email protected]> | Tue Jul 14 20:52:50 2015 |
committer | Commit bot <[email protected]> | Tue Jul 14 20:53:25 2015 |
tree | d61140d80d83b3834bdf5eb7a85e8d63dae63307 | |
parent | 2ac8cb50a0c9d284b57db8f3de71a71d4a45c6e8 [diff] |
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 [email protected] BUG=483424 Review URL: https://codereview.chromium.org/1240713002 Cr-Commit-Position: refs/heads/master@{#338733}
diff --git a/components/omnibox.gypi b/components/omnibox.gypi index c8fe51e..907d316c 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', ], }, {