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

Unified Diff: remoting/remoting.gyp

Issue 2849031: Get remoting.gyp depending only on the bits of gfx we need to depend on.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years, 6 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/remoting.gyp
===================================================================
--- remoting/remoting.gyp (revision 51153)
+++ remoting/remoting.gyp (working copy)
@@ -104,7 +104,7 @@
'target_name': 'chromoting_base',
'type': '<(library)',
'dependencies': [
- '../gfx/gfx.gyp:*',
+ '../gfx/gfx.gyp:gfx',
'../media/media.gyp:media',
'../third_party/protobuf2/protobuf.gyp:protobuf_lite',
'base/protocol/chromotocol.gyp:chromotocol_proto_lib',
@@ -193,6 +193,11 @@
'host/event_executor_mac.cc',
'host/event_executor_mac.h',
],
+ 'link_settings': {
+ 'libraries': [
+ '$(SDKROOT)/System/Library/Frameworks/OpenGL.framework',
garykac 2010/06/29 20:36:58 Just checking that this was an intended part of yo
+ ],
+ },
}],
],
}, # end of target 'chromoting_host'
@@ -311,7 +316,7 @@
'chromoting_jingle_glue',
'../base/base.gyp:base',
'../base/base.gyp:base_i18n',
- '../gfx/gfx.gyp:*',
+ '../gfx/gfx.gyp:gfx',
'../testing/gmock.gyp:gmock',
'../testing/gtest.gyp:gtest',
],
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698