diff options
Diffstat (limited to 'o3d/build')
-rw-r--r-- | o3d/build/all.gyp | 6 | ||||
-rw-r--r-- | o3d/build/common.gypi | 6 | ||||
-rw-r--r-- | o3d/build/libs.gyp | 6 | ||||
-rw-r--r-- | o3d/build/nacl.gyp | 6 |
4 files changed, 24 insertions, 0 deletions
diff --git a/o3d/build/all.gyp b/o3d/build/all.gyp index 0a9f33a..00e02ae 100644 --- a/o3d/build/all.gyp +++ b/o3d/build/all.gyp @@ -51,3 +51,9 @@ }, ], } + +# Local Variables: +# tab-width:2 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=2 shiftwidth=2: diff --git a/o3d/build/common.gypi b/o3d/build/common.gypi index 9efa01c..64613e7 100644 --- a/o3d/build/common.gypi +++ b/o3d/build/common.gypi @@ -206,3 +206,9 @@ ], ], } + +# Local Variables: +# tab-width:2 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=2 shiftwidth=2: diff --git a/o3d/build/libs.gyp b/o3d/build/libs.gyp index 2d53b5d..5d76610 100644 --- a/o3d/build/libs.gyp +++ b/o3d/build/libs.gyp @@ -178,3 +178,9 @@ ], ], } + +# Local Variables: +# tab-width:2 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=2 shiftwidth=2: diff --git a/o3d/build/nacl.gyp b/o3d/build/nacl.gyp index e69de29..178e6ee 100644 --- a/o3d/build/nacl.gyp +++ b/o3d/build/nacl.gyp @@ -0,0 +1,6 @@ + +# Local Variables: +# tab-width:2 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=2 shiftwidth=2: |