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

Unified Diff: gin/gin.gyp

Issue 60613003: Add a dependency from Gin to base (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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 | « gin/context_holder.cc ('k') | gin/initialize.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gin/gin.gyp
diff --git a/gin/gin.gyp b/gin/gin.gyp
index 597482ae8a475db5e407ad38705c432307b10bb1..d9cb8fe9eaf439e8eb9811f9479514e1a9bf1c24 100644
--- a/gin/gin.gyp
+++ b/gin/gin.gyp
@@ -10,13 +10,12 @@
{
'target_name': 'gin',
'type': 'static_library',
- 'include_dirs': [
- '..'
- ],
'dependencies': [
+ '../base/base.gyp:base',
'../v8/tools/gyp/v8.gyp:v8',
],
'export_dependent_settings': [
+ '../base/base.gyp:base',
'../v8/tools/gyp/v8.gyp:v8',
],
'sources': [
@@ -48,12 +47,10 @@
'target_name': 'gin_test',
'type': 'static_library',
'dependencies': [
- '../base/base.gyp:base',
'../testing/gtest.gyp:gtest',
'gin',
],
'export_dependent_settings': [
- '../base/base.gyp:base',
'../testing/gtest.gyp:gtest',
'gin',
],
« no previous file with comments | « gin/context_holder.cc ('k') | gin/initialize.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698