Chromium Code Reviews

Unified Diff: net/net.gyp

Issue 206006: Force inclusion of build/common.gypi for all chromium gyp files. (Closed)
Patch Set: 2nd round of feedback Created 11 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: net/net.gyp
diff --git a/net/net.gyp b/net/net.gyp
index 34281d1224b1ce59db2c036ca94fc72cc66f2836..c2f694c9715c4773fc82d48ab34c5aab2d73aaa6 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -6,9 +6,6 @@
'variables': {
'chromium_code': 1,
},
- 'includes': [
- '../build/common.gypi',
- ],
'targets': [
{
'target_name': 'net',

Powered by Google App Engine