| Index: chrome/chrome.xcodeproj/project.pbxproj
|
| diff --git a/chrome/chrome.xcodeproj/project.pbxproj b/chrome/chrome.xcodeproj/project.pbxproj
|
| index 416fce2a69dedf9dfb34deff81021e7d80c1120a..fa10d561fcb938768e5ca8a79a9b6d4a6d5cf2c6 100644
|
| --- a/chrome/chrome.xcodeproj/project.pbxproj
|
| +++ b/chrome/chrome.xcodeproj/project.pbxproj
|
| @@ -6449,6 +6449,7 @@
|
| HEADER_SEARCH_PATHS = (
|
| "$(HEADER_SEARCH_PATHS)",
|
| ../testing/gtest/include,
|
| + "$(CONFIGURATION_TEMP_DIR)/generated/grit",
|
| );
|
| LIBRARY_SEARCH_PATHS = (
|
| "$(inherited)",
|
| @@ -6469,6 +6470,7 @@
|
| HEADER_SEARCH_PATHS = (
|
| "$(HEADER_SEARCH_PATHS)",
|
| ../testing/gtest/include,
|
| + "$(CONFIGURATION_TEMP_DIR)/generated/grit",
|
| );
|
| LIBRARY_SEARCH_PATHS = (
|
| "$(inherited)",
|
|
|