Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1662)

Unified Diff: chrome/chrome_browser.gypi

Issue 11697004: Switch to Cocoa APIs for fullscreen. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index 6e3b5a1ae02a6651c4ae4d9e95cac01cce96689f..125ad7a2f45834fa1f1ad50e0b23b4e245740e82 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -2864,11 +2864,14 @@
],
'sources': [
# Build the necessary GTM sources
+ '../third_party/GTM/Foundation/GTMNSObject+KeyValueObserving.h',
+ '../third_party/GTM/Foundation/GTMNSObject+KeyValueObserving.m',
'../third_party/GTM/Foundation/GTMServiceManagement.h',
'../third_party/GTM/Foundation/GTMServiceManagement.c',
],
'include_dirs': [
'../third_party/GTM',
+ '../third_party/GTM/DebugUtils',
Robert Sesek 2012/12/28 20:18:54 What's this needed for?
Avi (use Gerrit) 2012/12/28 21:02:44 GTMNSObject+KeyValueObserving.m blindly includes "
'../third_party/GTM/Foundation',
],
}],

Powered by Google App Engine
This is Rietveld 408576698