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

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: BOOL 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
« no previous file with comments | « chrome/browser/fullscreen_mac.mm ('k') | chrome/chrome_browser_ui.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
'../third_party/GTM/Foundation',
],
}],
« no previous file with comments | « chrome/browser/fullscreen_mac.mm ('k') | chrome/chrome_browser_ui.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698