Chromium Code Reviews

Unified Diff: chrome/test/security_tests/security_tests.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: chrome/test/security_tests/security_tests.gyp
diff --git a/chrome/test/security_tests/security_tests.gyp b/chrome/test/security_tests/security_tests.gyp
index 8588983515d7e18f79ef4dddecc2dbac7e6f73b2..c0a21f2c95a4d2004ead3baf35a87433fc5c4f86 100644
--- a/chrome/test/security_tests/security_tests.gyp
+++ b/chrome/test/security_tests/security_tests.gyp
@@ -6,9 +6,6 @@
'variables': {
'chromium_code': 1,
},
- 'includes': [
- '../../../build/common.gypi',
- ],
'targets': [
{
'target_name': 'security_tests',

Powered by Google App Engine