Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(69)

Unified Diff: build/linux/system.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. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: build/linux/system.gyp
diff --git a/build/linux/system.gyp b/build/linux/system.gyp
index 7b6d82cb10d6488e000e0317af8218e00ef4714e..9751a0ebcf6a6a26c9baa634f46037c0e127c04e 100644
--- a/build/linux/system.gyp
+++ b/build/linux/system.gyp
@@ -3,18 +3,18 @@
# found in the LICENSE file.
{
- 'variables' : {
- 'includes': [
- '../common.gypi',
- ],
- 'conditions': [
- ['sysroot!=""', {
+ 'conditions': [
+ ['sysroot!=""', {
+ 'variables': {
'pkg-config': './pkg-config-wrapper "<(sysroot)"',
- }, {
+ },
+ }, {
+ 'variables': {
'pkg-config': 'pkg-config'
- }],
- ],
- },
+ },
+ }],
+ ],
+
'targets': [
{
'target_name': 'gtk',

Powered by Google App Engine
This is Rietveld 408576698