Chromium Code Reviews

Unified Diff: gears/gears.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: gears/gears.gyp
diff --git a/gears/gears.gyp b/gears/gears.gyp
index f055115c3b0edefb49687c244cedbbdbd65b4bf4..3c38093c8426981c04ebe960a463b2275abd7792 100755
--- a/gears/gears.gyp
+++ b/gears/gears.gyp
@@ -6,9 +6,6 @@
'variables': {
'chromium_code': 1,
},
- 'includes': [
- '../build/common.gypi',
- ],
'conditions': [
[ 'OS == "win"', {
'targets': [

Powered by Google App Engine