Chromium Code Reviews

Unified Diff: third_party/libevent/libevent.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/libevent/libevent.gyp
diff --git a/third_party/libevent/libevent.gyp b/third_party/libevent/libevent.gyp
index fc95efbeebf27b639591bd0a292bfdd0106d8234..899588b5d4eb9d826a7c6297d1f31b033a1a7eb1 100644
--- a/third_party/libevent/libevent.gyp
+++ b/third_party/libevent/libevent.gyp
@@ -3,9 +3,6 @@
# found in the LICENSE file.
{
- 'includes': [
- '../../build/common.gypi',
- ],
'targets': [
{
'target_name': 'libevent',

Powered by Google App Engine