Chromium Code Reviews

Unified Diff: build/temp_gyp/googleurl.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: build/temp_gyp/googleurl.gyp
diff --git a/build/temp_gyp/googleurl.gyp b/build/temp_gyp/googleurl.gyp
index 4fbab83e297ef779003273869a1a7d1a6df1228a..ef958bd0045397c1196e04aefe8c4706e192a292 100644
--- a/build/temp_gyp/googleurl.gyp
+++ b/build/temp_gyp/googleurl.gyp
@@ -7,9 +7,6 @@
'variables': {
'chromium_code': 1,
},
- 'includes': [
- '../common.gypi',
- ],
'targets': [
{
'target_name': 'googleurl',

Powered by Google App Engine