diff options
author | sgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-06 03:02:38 +0000 |
---|---|---|
committer | sgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-06 03:02:38 +0000 |
commit | f5c990cd43897fdc2fc2f6be17d9c494b787b4d8 (patch) | |
tree | ee9e5caa01a8d8ef8f939e4cd429b838b3363703 /build | |
parent | 5f603811e07785c366eac576867ff1adce294ff6 (diff) | |
download | chromium_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 'build')
-rw-r--r-- | build/all.gyp | 6 | ||||
-rw-r--r-- | build/common.gypi | 6 | ||||
-rw-r--r-- | build/external_code.gypi | 6 | ||||
-rw-r--r-- | build/features_override.gypi | 9 | ||||
-rw-r--r-- | build/linux/system.gyp | 6 | ||||
-rw-r--r-- | build/temp_gyp/googleurl.gyp | 6 | ||||
-rw-r--r-- | build/temp_gyp/pdfsqueeze.gyp | 6 | ||||
-rw-r--r-- | build/util/build_util.gyp | 6 | ||||
-rw-r--r-- | build/win/system.gyp | 6 |
9 files changed, 56 insertions, 1 deletions
diff --git a/build/all.gyp b/build/all.gyp index 38043bf..7895f51 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -207,3 +207,9 @@ }], # OS="win" ], # 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 50b2c6c..e9c64dd 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -913,3 +913,9 @@ 'SYMROOT': '<(DEPTH)/xcodebuild', }, } + +# Local Variables: +# tab-width:2 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=2 shiftwidth=2: diff --git a/build/external_code.gypi b/build/external_code.gypi index 053fb61..ca10726 100644 --- a/build/external_code.gypi +++ b/build/external_code.gypi @@ -39,3 +39,9 @@ }], ], } + +# Local Variables: +# tab-width:2 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=2 shiftwidth=2: diff --git a/build/features_override.gypi b/build/features_override.gypi index ecd686c..decf31e 100644 --- a/build/features_override.gypi +++ b/build/features_override.gypi @@ -38,4 +38,11 @@ # merge the lists rather than replace one with the other. This may # require changes in gyp. }, -}
\ 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/build/linux/system.gyp b/build/linux/system.gyp index dba1abf..df71899 100644 --- a/build/linux/system.gyp +++ b/build/linux/system.gyp @@ -200,3 +200,9 @@ # }, ], } + +# Local Variables: +# tab-width:2 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=2 shiftwidth=2: diff --git a/build/temp_gyp/googleurl.gyp b/build/temp_gyp/googleurl.gyp index ef958bd..0df561c 100644 --- a/build/temp_gyp/googleurl.gyp +++ b/build/temp_gyp/googleurl.gyp @@ -72,3 +72,9 @@ }, ], } + +# 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 2b3b1ff..d7a742c 100644 --- a/build/temp_gyp/pdfsqueeze.gyp +++ b/build/temp_gyp/pdfsqueeze.gyp @@ -38,3 +38,9 @@ }, ], } + +# 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 1d867cc..982c29a 100644 --- a/build/util/build_util.gyp +++ b/build/util/build_util.gyp @@ -35,3 +35,9 @@ }, ] } + +# 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 bc29e82..0c06849 100644 --- a/build/win/system.gyp +++ b/build/win/system.gyp @@ -25,3 +25,9 @@ }, ], } + +# Local Variables: +# tab-width:2 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=2 shiftwidth=2: |