summaryrefslogtreecommitdiffstats
path: root/chrome_frame
diff options
context:
space:
mode:
authorsgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-06 03:02:38 +0000
committersgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-06 03:02:38 +0000
commitf5c990cd43897fdc2fc2f6be17d9c494b787b4d8 (patch)
treeee9e5caa01a8d8ef8f939e4cd429b838b3363703 /chrome_frame
parent5f603811e07785c366eac576867ff1adce294ff6 (diff)
downloadchromium_src-f5c990cd43897fdc2fc2f6be17d9c494b787b4d8.zip
chromium_src-f5c990cd43897fdc2fc2f6be17d9c494b787b4d8.tar.gz
chromium_src-f5c990cd43897fdc2fc2f6be17d9c494b787b4d8.tar.bz2
Add comments setting emacs and vim tab width and expansion variables.
BUG=none TEST=successful builds Review URL: http://codereview.chromium.org/256059 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28089 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame')
-rw-r--r--chrome_frame/chrome_frame.gyp6
-rw-r--r--chrome_frame/rename_me_to_supplement.gypi8
-rw-r--r--chrome_frame/support.gyp6
3 files changed, 18 insertions, 2 deletions
diff --git a/chrome_frame/chrome_frame.gyp b/chrome_frame/chrome_frame.gyp
index e6a472e..e55c0a8 100644
--- a/chrome_frame/chrome_frame.gyp
+++ b/chrome_frame/chrome_frame.gyp
@@ -733,3 +733,9 @@
}
# vim: shiftwidth=2:et:ai:tabstop=2
+
+# Local Variables:
+# tab-width:2
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=2 shiftwidth=2:
diff --git a/chrome_frame/rename_me_to_supplement.gypi b/chrome_frame/rename_me_to_supplement.gypi
index 7c82a8d..ed7047c 100644
--- a/chrome_frame/rename_me_to_supplement.gypi
+++ b/chrome_frame/rename_me_to_supplement.gypi
@@ -21,4 +21,10 @@
'branding': 'Chrome',
'chrome_frame_define': 1,
},
-} \ No newline at end of file
+}
+
+# Local Variables:
+# tab-width:2
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=2 shiftwidth=2:
diff --git a/chrome_frame/support.gyp b/chrome_frame/support.gyp
index 30f5889..f3a34b3 100644
--- a/chrome_frame/support.gyp
+++ b/chrome_frame/support.gyp
@@ -14,4 +14,8 @@
],
}
-# vim: shiftwidth=2:et:ai:tabstop=2
+# Local Variables:
+# tab-width:2
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=2 shiftwidth=2: