diff options
-rw-r--r-- | chrome/chrome_dll.gypi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/chrome_dll.gypi b/chrome/chrome_dll.gypi index c99fc08..b0da060 100644 --- a/chrome/chrome_dll.gypi +++ b/chrome/chrome_dll.gypi @@ -184,7 +184,7 @@ 'app/nibs/AutoFillDialog.xib', 'app/nibs/BookmarkAllTabs.xib', 'app/nibs/BookmarkBar.xib', - 'app/nibs/BookmarkBarFolderWindow.xib', + 'app/nibs/BookmarkBarFolderWindow.xib', 'app/nibs/BookmarkBubble.xib', 'app/nibs/BookmarkEditor.xib', 'app/nibs/BookmarkManager.xib', @@ -505,7 +505,7 @@ # if we still need them and/or how to update to gyp. #'app/check_dependents.bat', #'app/chrome.dll.deps', - + # Stub entry points for process types that are not supported # by NaCl Win64 executable 'app/dummy_main_functions.cc', |