summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authortony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-07-11 20:22:46 +0000
committertony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-07-11 20:22:46 +0000
commite79be0964abffdaa686988b9338172df8204c4c9 (patch)
tree327b39606e5d18128ae47f41f68ff5593725cc3c /build
parenteda48c7a4e569aaf2f2327e0226762868346f531 (diff)
downloadchromium_src-e79be0964abffdaa686988b9338172df8204c4c9.zip
chromium_src-e79be0964abffdaa686988b9338172df8204c4c9.tar.gz
chromium_src-e79be0964abffdaa686988b9338172df8204c4c9.tar.bz2
Remove the comments setting emands and vim tab width and expansion variables.
These were added in r28089 (http://codereview.chromium.org/256059) but are unnecessary bloat for everyone to carry around, even those that don't use emacs or vim. In an earlier change, I added editor config files in src/tools/emacs/ and src/tools/vim/ so users of the appropriate editor can source those instead. BUG=none TEST=none Review URL: http://codereview.chromium.org/7310019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92046 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r--build/all.gyp6
-rw-r--r--build/common.gypi6
-rw-r--r--build/grit_action.gypi6
-rw-r--r--build/grit_target.gypi6
-rw-r--r--build/linux/system.gyp6
-rw-r--r--build/release.gypi1
-rw-r--r--build/temp_gyp/googleurl.gyp6
-rw-r--r--build/temp_gyp/pdfsqueeze.gyp6
-rw-r--r--build/util/build_util.gyp6
-rw-r--r--build/win/system.gyp6
10 files changed, 0 insertions, 55 deletions
diff --git a/build/all.gyp b/build/all.gyp
index 7184e36..a796ffe 100644
--- a/build/all.gyp
+++ b/build/all.gyp
@@ -572,9 +572,3 @@
}], # "chromeos==1"
], # conditions
}
-
-# Local Variables:
-# tab-width:2
-# indent-tabs-mode:nil
-# End:
-# vim: set expandtab tabstop=2 shiftwidth=2:
diff --git a/build/common.gypi b/build/common.gypi
index 5fdcf03..99c1e07 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -1843,9 +1843,3 @@
'SYMROOT': '<(DEPTH)/xcodebuild',
},
}
-
-# Local Variables:
-# tab-width:2
-# indent-tabs-mode:nil
-# End:
-# vim: set expandtab tabstop=2 shiftwidth=2:
diff --git a/build/grit_action.gypi b/build/grit_action.gypi
index ead9020..60a2320 100644
--- a/build/grit_action.gypi
+++ b/build/grit_action.gypi
@@ -29,9 +29,3 @@
'<@(grit_defines)' ],
'message': 'Generating resources from <(grit_grd_file)',
}
-
-# Local Variables:
-# tab-width:2
-# indent-tabs-mode:nil
-# End:
-# vim: set expandtab tabstop=2 shiftwidth=2:
diff --git a/build/grit_target.gypi b/build/grit_target.gypi
index 5912d48..e05f927 100644
--- a/build/grit_target.gypi
+++ b/build/grit_target.gypi
@@ -31,9 +31,3 @@
}],
],
}
-
-# Local Variables:
-# tab-width:2
-# indent-tabs-mode:nil
-# End:
-# vim: set expandtab tabstop=2 shiftwidth=2:
diff --git a/build/linux/system.gyp b/build/linux/system.gyp
index 92240d3..6e8a8be 100644
--- a/build/linux/system.gyp
+++ b/build/linux/system.gyp
@@ -431,9 +431,3 @@
},
],
}
-
-# Local Variables:
-# tab-width:2
-# indent-tabs-mode:nil
-# End:
-# vim: set expandtab tabstop=2 shiftwidth=2:
diff --git a/build/release.gypi b/build/release.gypi
index c12526b..4b012b5 100644
--- a/build/release.gypi
+++ b/build/release.gypi
@@ -16,4 +16,3 @@
# purify
],
}
-
diff --git a/build/temp_gyp/googleurl.gyp b/build/temp_gyp/googleurl.gyp
index 88922dc..3ed3eb7 100644
--- a/build/temp_gyp/googleurl.gyp
+++ b/build/temp_gyp/googleurl.gyp
@@ -107,9 +107,3 @@
},
],
}
-
-# Local Variables:
-# tab-width:2
-# indent-tabs-mode:nil
-# End:
-# vim: set expandtab tabstop=2 shiftwidth=2:
diff --git a/build/temp_gyp/pdfsqueeze.gyp b/build/temp_gyp/pdfsqueeze.gyp
index d7a742c..2b3b1ff 100644
--- a/build/temp_gyp/pdfsqueeze.gyp
+++ b/build/temp_gyp/pdfsqueeze.gyp
@@ -38,9 +38,3 @@
},
],
}
-
-# Local Variables:
-# tab-width:2
-# indent-tabs-mode:nil
-# End:
-# vim: set expandtab tabstop=2 shiftwidth=2:
diff --git a/build/util/build_util.gyp b/build/util/build_util.gyp
index a909177..afbbd81 100644
--- a/build/util/build_util.gyp
+++ b/build/util/build_util.gyp
@@ -35,9 +35,3 @@
},
]
}
-
-# Local Variables:
-# tab-width:2
-# indent-tabs-mode:nil
-# End:
-# vim: set expandtab tabstop=2 shiftwidth=2:
diff --git a/build/win/system.gyp b/build/win/system.gyp
index 0c06849..bc29e82 100644
--- a/build/win/system.gyp
+++ b/build/win/system.gyp
@@ -25,9 +25,3 @@
},
],
}
-
-# Local Variables:
-# tab-width:2
-# indent-tabs-mode:nil
-# End:
-# vim: set expandtab tabstop=2 shiftwidth=2: