Chromium Code Reviews

Unified Diff: third_party/sqlite/sqlite.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: third_party/sqlite/sqlite.gyp
diff --git a/third_party/sqlite/sqlite.gyp b/third_party/sqlite/sqlite.gyp
index 92973457d1d37eae04b114d9682a3fcbb4124fe7..55a6e6034f77b3a7e3c5aa24141cd4c79bd71e35 100644
--- a/third_party/sqlite/sqlite.gyp
+++ b/third_party/sqlite/sqlite.gyp
@@ -7,9 +7,6 @@
'use_system_sqlite%': 0,
'required_sqlite_version': '3.6.1',
},
- 'includes': [
- '../../build/common.gypi',
- ],
'target_defaults': {
'defines': [
'SQLITE_ENABLE_FTS2',

Powered by Google App Engine