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

Unified Diff: chrome/chrome.gyp

Issue 196065: Use a text cell that does fade-to-truncate from GTM. ... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 11 years, 3 months 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
« chrome/app/nibs/TabView.xib ('K') | « chrome/app/nibs/TabView.xib ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome.gyp
===================================================================
--- chrome/chrome.gyp (revision 25724)
+++ chrome/chrome.gyp (working copy)
@@ -2266,6 +2266,8 @@
'sources': [
'browser/net/ssl_config_service_manager_system.cc',
# Build the necessary GTM sources
+ '../third_party/GTM/AppKit/GTMFadeTruncatingTextFieldCell.h',
+ '../third_party/GTM/AppKit/GTMFadeTruncatingTextFieldCell.m',
'../third_party/GTM/AppKit/GTMNSBezierPath+RoundRect.m',
'../third_party/GTM/AppKit/GTMNSColor+Luminance.m',
'../third_party/GTM/AppKit/GTMTheme.m',
@@ -2274,6 +2276,8 @@
'../third_party/GTM/AppKit/GTMUILocalizerAndLayoutTweaker.h',
'../third_party/GTM/AppKit/GTMUILocalizerAndLayoutTweaker.m',
'../third_party/GTM/AppKit/GTMWindowSheetController.m',
+ '../third_party/GTM/Foundation/GTMNSNumber+64Bit.h',
+ '../third_party/GTM/Foundation/GTMNSNumber+64Bit.m',
# Build necessary Mozilla sources
'../third_party/mozilla/include/NSPasteboard+Utils.h',
'../third_party/mozilla/include/NSPasteboard+Utils.mm',
@@ -2289,6 +2293,7 @@
'include_dirs': [
'../third_party/GTM',
'../third_party/GTM/AppKit',
+ '../third_party/GTM/Foundation',
],
'link_settings': {
'libraries': [
« chrome/app/nibs/TabView.xib ('K') | « chrome/app/nibs/TabView.xib ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698