| Index: chrome/chrome_browser.gypi
|
| diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
|
| index 7779dd13c733134bfc8f7cf701da8501e0c0f49d..7bff36c1fe97326064934ef972ec048b96c6d9f4 100755
|
| --- a/chrome/chrome_browser.gypi
|
| +++ b/chrome/chrome_browser.gypi
|
| @@ -1484,6 +1484,7 @@
|
| 'browser/sync/sync_ui_util_mac.h',
|
| 'browser/state_tracker.cc',
|
| 'browser/state_tracker.h',
|
| + 'browser/tab_contents/constrained_window.cc',
|
| 'browser/tab_contents/constrained_window.h',
|
| 'browser/tab_contents/infobar_delegate.cc',
|
| 'browser/tab_contents/infobar_delegate.h',
|
| @@ -1976,6 +1977,8 @@
|
| 'include_dirs': [
|
| '../third_party/GTM',
|
| '../third_party/GTM/AppKit',
|
| +###FIXME <-- dmaclach to add the following line?
|
| + '../third_party/GTM/DebugUtils',
|
| '../third_party/GTM/Foundation',
|
| ],
|
| 'link_settings': {
|
|
|