From 91331289a995eef199a0f3d715f306b3b92a1e6b Mon Sep 17 00:00:00 2001 From: "gspencer@google.com" Date: Mon, 3 Aug 2009 23:45:00 +0000 Subject: This adds splitting of samples for the interactive sampler, and docs building to the GYP build. Review URL: http://codereview.chromium.org/159825 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@22348 0039d316-1c4b-4281-b951-d872f2087c98 --- o3d/samples/interactive_samples.js | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'o3d/samples/interactive_samples.js') diff --git a/o3d/samples/interactive_samples.js b/o3d/samples/interactive_samples.js index d5e818d..eb30c85 100644 --- a/o3d/samples/interactive_samples.js +++ b/o3d/samples/interactive_samples.js @@ -29,6 +29,12 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +// From here on down, please keep the format consistent. This file +// will be read by the split_samples.py script to determine which files +// will be split, and it reads all lines below "var codeArray = [" as +// a python list, which just happens to match the syntax of a +// javascript list, so please don't violate that assumption. +// Leave this next line as it is... var codeArray = [ { 'category': 'Basic', -- cgit v1.1