summaryrefslogtreecommitdiffstats
path: root/o3d
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 /o3d
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 'o3d')
-rw-r--r--o3d/breakpad/breakpad.gyp6
-rw-r--r--o3d/build/all.gyp6
-rw-r--r--o3d/build/common.gypi6
-rw-r--r--o3d/build/libs.gyp6
-rw-r--r--o3d/build/nacl.gyp6
-rw-r--r--o3d/command_buffer/command_buffer.gyp6
-rw-r--r--o3d/compiler/technique/technique.gyp6
-rw-r--r--o3d/converter/converter.gyp6
-rw-r--r--o3d/core/core.gyp6
-rw-r--r--o3d/documentation/documentation.gyp6
-rw-r--r--o3d/google_update/google_update.gyp6
-rw-r--r--o3d/gpu_plugin/gpu_plugin.gyp6
-rw-r--r--o3d/import/archive.gyp6
-rw-r--r--o3d/import/import.gyp6
-rw-r--r--o3d/installer/installer.gyp6
-rw-r--r--o3d/installer/mac/installer.gyp6
-rw-r--r--o3d/installer/win/installer.gyp6
-rw-r--r--o3d/plugin/idl/idl.gyp6
-rw-r--r--o3d/plugin/plugin.gyp6
-rw-r--r--o3d/samples/samples.gyp6
-rw-r--r--o3d/serializer/serializer.gyp6
-rw-r--r--o3d/statsreport/statsreport.gyp6
-rw-r--r--o3d/tests/selenium/selenium.gyp6
-rw-r--r--o3d/tests/tests.gyp6
-rw-r--r--o3d/utils/utils.gyp6
25 files changed, 150 insertions, 0 deletions
diff --git a/o3d/breakpad/breakpad.gyp b/o3d/breakpad/breakpad.gyp
index 863402e..512501f 100644
--- a/o3d/breakpad/breakpad.gyp
+++ b/o3d/breakpad/breakpad.gyp
@@ -64,3 +64,9 @@
],
],
}
+
+# Local Variables:
+# tab-width:2
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=2 shiftwidth=2:
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:
diff --git a/o3d/command_buffer/command_buffer.gyp b/o3d/command_buffer/command_buffer.gyp
index 7ded5aa..f86fb11 100644
--- a/o3d/command_buffer/command_buffer.gyp
+++ b/o3d/command_buffer/command_buffer.gyp
@@ -223,3 +223,9 @@
},
], # 'targets'
}
+
+# Local Variables:
+# tab-width:2
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=2 shiftwidth=2:
diff --git a/o3d/compiler/technique/technique.gyp b/o3d/compiler/technique/technique.gyp
index 3c409073..5d4cf90 100644
--- a/o3d/compiler/technique/technique.gyp
+++ b/o3d/compiler/technique/technique.gyp
@@ -100,3 +100,9 @@
},
],
}
+
+# Local Variables:
+# tab-width:2
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=2 shiftwidth=2:
diff --git a/o3d/converter/converter.gyp b/o3d/converter/converter.gyp
index fea5c1a..4c27a65 100644
--- a/o3d/converter/converter.gyp
+++ b/o3d/converter/converter.gyp
@@ -122,3 +122,9 @@
},
],
}
+
+# Local Variables:
+# tab-width:2
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=2 shiftwidth=2:
diff --git a/o3d/core/core.gyp b/o3d/core/core.gyp
index c1224d1..e4bc0f4 100644
--- a/o3d/core/core.gyp
+++ b/o3d/core/core.gyp
@@ -495,3 +495,9 @@
},
],
}
+
+# Local Variables:
+# tab-width:2
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=2 shiftwidth=2:
diff --git a/o3d/documentation/documentation.gyp b/o3d/documentation/documentation.gyp
index 19019ef..fbba4a6 100644
--- a/o3d/documentation/documentation.gyp
+++ b/o3d/documentation/documentation.gyp
@@ -90,3 +90,9 @@
],
],
}
+
+# Local Variables:
+# tab-width:2
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=2 shiftwidth=2:
diff --git a/o3d/google_update/google_update.gyp b/o3d/google_update/google_update.gyp
index 8c013db..dc814c3 100644
--- a/o3d/google_update/google_update.gyp
+++ b/o3d/google_update/google_update.gyp
@@ -24,3 +24,9 @@
},
],
}
+
+# Local Variables:
+# tab-width:2
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=2 shiftwidth=2:
diff --git a/o3d/gpu_plugin/gpu_plugin.gyp b/o3d/gpu_plugin/gpu_plugin.gyp
index 3edc4a3..c8dd6be 100644
--- a/o3d/gpu_plugin/gpu_plugin.gyp
+++ b/o3d/gpu_plugin/gpu_plugin.gyp
@@ -328,3 +328,9 @@
},
]
}
+
+# Local Variables:
+# tab-width:2
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=2 shiftwidth=2:
diff --git a/o3d/import/archive.gyp b/o3d/import/archive.gyp
index 6de6cee..ec724a4 100644
--- a/o3d/import/archive.gyp
+++ b/o3d/import/archive.gyp
@@ -101,3 +101,9 @@
},
],
}
+
+# Local Variables:
+# tab-width:2
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=2 shiftwidth=2:
diff --git a/o3d/import/import.gyp b/o3d/import/import.gyp
index 4d5f31d..8dea0a5 100644
--- a/o3d/import/import.gyp
+++ b/o3d/import/import.gyp
@@ -130,3 +130,9 @@
},
],
}
+
+# Local Variables:
+# tab-width:2
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=2 shiftwidth=2:
diff --git a/o3d/installer/installer.gyp b/o3d/installer/installer.gyp
index ad018f5f..a511964 100644
--- a/o3d/installer/installer.gyp
+++ b/o3d/installer/installer.gyp
@@ -40,3 +40,9 @@
},
],
}
+
+# Local Variables:
+# tab-width:2
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=2 shiftwidth=2:
diff --git a/o3d/installer/mac/installer.gyp b/o3d/installer/mac/installer.gyp
index 2a02b4e..10435ce 100644
--- a/o3d/installer/mac/installer.gyp
+++ b/o3d/installer/mac/installer.gyp
@@ -57,3 +57,9 @@
},
],
}
+
+# Local Variables:
+# tab-width:2
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=2 shiftwidth=2:
diff --git a/o3d/installer/win/installer.gyp b/o3d/installer/win/installer.gyp
index add62ee..ac6f183 100644
--- a/o3d/installer/win/installer.gyp
+++ b/o3d/installer/win/installer.gyp
@@ -292,3 +292,9 @@
],
],
}
+
+# Local Variables:
+# tab-width:2
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=2 shiftwidth=2:
diff --git a/o3d/plugin/idl/idl.gyp b/o3d/plugin/idl/idl.gyp
index b996627..7a393ae 100644
--- a/o3d/plugin/idl/idl.gyp
+++ b/o3d/plugin/idl/idl.gyp
@@ -171,3 +171,9 @@
},
],
}
+
+# Local Variables:
+# tab-width:2
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=2 shiftwidth=2:
diff --git a/o3d/plugin/plugin.gyp b/o3d/plugin/plugin.gyp
index fdd4f09..3c0effb 100644
--- a/o3d/plugin/plugin.gyp
+++ b/o3d/plugin/plugin.gyp
@@ -410,3 +410,9 @@
],
],
}
+
+# Local Variables:
+# tab-width:2
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=2 shiftwidth=2:
diff --git a/o3d/samples/samples.gyp b/o3d/samples/samples.gyp
index 7bc7999..2cd7357 100644
--- a/o3d/samples/samples.gyp
+++ b/o3d/samples/samples.gyp
@@ -76,3 +76,9 @@
},
],
}
+
+# Local Variables:
+# tab-width:2
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=2 shiftwidth=2:
diff --git a/o3d/serializer/serializer.gyp b/o3d/serializer/serializer.gyp
index 69c6e1d..cc2fc02 100644
--- a/o3d/serializer/serializer.gyp
+++ b/o3d/serializer/serializer.gyp
@@ -45,3 +45,9 @@
},
],
}
+
+# Local Variables:
+# tab-width:2
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=2 shiftwidth=2:
diff --git a/o3d/statsreport/statsreport.gyp b/o3d/statsreport/statsreport.gyp
index 99b97e6..7e106b4 100644
--- a/o3d/statsreport/statsreport.gyp
+++ b/o3d/statsreport/statsreport.gyp
@@ -122,3 +122,9 @@
],
],
}
+
+# Local Variables:
+# tab-width:2
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=2 shiftwidth=2:
diff --git a/o3d/tests/selenium/selenium.gyp b/o3d/tests/selenium/selenium.gyp
index f89e8f7..1d11dea 100644
--- a/o3d/tests/selenium/selenium.gyp
+++ b/o3d/tests/selenium/selenium.gyp
@@ -240,3 +240,9 @@
],
],
}
+
+# Local Variables:
+# tab-width:2
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=2 shiftwidth=2:
diff --git a/o3d/tests/tests.gyp b/o3d/tests/tests.gyp
index a2d25b3..890f729 100644
--- a/o3d/tests/tests.gyp
+++ b/o3d/tests/tests.gyp
@@ -221,3 +221,9 @@
},
],
}
+
+# Local Variables:
+# tab-width:2
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=2 shiftwidth=2:
diff --git a/o3d/utils/utils.gyp b/o3d/utils/utils.gyp
index 14e3fa6..b1f197a 100644
--- a/o3d/utils/utils.gyp
+++ b/o3d/utils/utils.gyp
@@ -67,3 +67,9 @@
},
],
}
+
+# Local Variables:
+# tab-width:2
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=2 shiftwidth=2: