Chromium Code Reviews

Unified Diff: net/tools/tld_cleanup/tld_cleanup.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/tools/tld_cleanup/tld_cleanup.gyp
diff --git a/net/tools/tld_cleanup/tld_cleanup.gyp b/net/tools/tld_cleanup/tld_cleanup.gyp
index 73996f183d5f2b474c01d06121081b61c3d827a3..245df984e6f0064ea74eab1dce769ae8daf60cb5 100644
--- a/net/tools/tld_cleanup/tld_cleanup.gyp
+++ b/net/tools/tld_cleanup/tld_cleanup.gyp
@@ -6,9 +6,6 @@
'variables': {
'chromium_code': 1,
},
- 'includes': [
- '../../../build/common.gypi',
- ],
'targets': [
{
'target_name': 'tld_cleanup',

Powered by Google App Engine