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

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: mark review 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
« no previous file with comments | « remoting/host/local_input_monitor_mac.mm ('k') | third_party/google_toolbox_for_mac/LICENSE » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/remoting.gyp
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
index 3b6a9fb298a38c6ffcb90e2979ce4b943e387b14..41cdf0dbc94eccc767591552bb366f2fa85e08ec 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -495,19 +495,8 @@
],
}],
['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',
- ],
- 'include_dirs': [
- '../third_party/GTM',
- '../third_party/GTM/AppKit',
- '../third_party/GTM/DebugUtils',
- '../third_party/GTM/Foundation',
+ 'dependencies': [
+ '../third_party/google_toolbox_for_mac/google_toolbox_for_mac.gyp:google_toolbox_for_mac',
],
'link_settings': {
'libraries': [
« no previous file with comments | « remoting/host/local_input_monitor_mac.mm ('k') | third_party/google_toolbox_for_mac/LICENSE » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698