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

Unified Diff: remoting/remoting.gyp

Issue 107933006: Get rid of ui_cocoa_third_party_toolkits target from ui.gyp (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ADD README.chromium Created 7 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: remoting/remoting.gyp
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
index e2c49b1fb72f3e0c0a71b462cad46afdf455b134..5f0460259f66a709f53ea322480c3894a2df0168 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -496,18 +496,18 @@
}],
['OS=="mac"', {
'sources': [
- '../third_party/GTM/AppKit/GTMCarbonEvent.h',
- '../third_party/GTM/AppKit/GTMCarbonEvent.m',
- '../third_party/GTM/DebugUtils/GTMDebugSelectorValidation.h',
- '../third_party/GTM/DebugUtils/GTMTypeCasting.h',
- '../third_party/GTM/Foundation/GTMObjectSingleton.h',
- '../third_party/GTM/GTMDefines.h',
+ '../third_party/google_toolbox_for_mac/src/AppKit/GTMCarbonEvent.h',
Mark Mentovai 2013/12/13 23:03:20 Don’t do this. Add the sources to the GTM target a
tfarina 2013/12/16 02:42:03 Done.
+ '../third_party/google_toolbox_for_mac/src/AppKit/GTMCarbonEvent.m',
+ '../third_party/google_toolbox_for_mac/src/DebugUtils/GTMDebugSelectorValidation.h',
+ '../third_party/google_toolbox_for_mac/src/DebugUtils/GTMTypeCasting.h',
+ '../third_party/google_toolbox_for_mac/src/Foundation/GTMObjectSingleton.h',
+ '../third_party/google_toolbox_for_mac/src/GTMDefines.h',
],
'include_dirs': [
- '../third_party/GTM',
- '../third_party/GTM/AppKit',
- '../third_party/GTM/DebugUtils',
- '../third_party/GTM/Foundation',
+ '../third_party/google_toolbox_for_mac/src',
+ '../third_party/google_toolbox_for_mac/src/AppKit',
+ '../third_party/google_toolbox_for_mac/src/DebugUtils',
+ '../third_party/google_toolbox_for_mac/src/Foundation',
],
'link_settings': {
'libraries': [

Powered by Google App Engine
This is Rietveld 408576698