diff options
author | gspencer@google.com <gspencer@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-03 23:45:00 +0000 |
---|---|---|
committer | gspencer@google.com <gspencer@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-03 23:45:00 +0000 |
commit | 91331289a995eef199a0f3d715f306b3b92a1e6b (patch) | |
tree | e75abcc0be29691df13fc87b56e53e2b2c1fbe26 /o3d/samples/interactive_samples.js | |
parent | 04d4d5433e517210c77fcd0bccaba76a0de57e66 (diff) | |
download | chromium_src-91331289a995eef199a0f3d715f306b3b92a1e6b.zip chromium_src-91331289a995eef199a0f3d715f306b3b92a1e6b.tar.gz chromium_src-91331289a995eef199a0f3d715f306b3b92a1e6b.tar.bz2 |
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
Diffstat (limited to 'o3d/samples/interactive_samples.js')
-rw-r--r-- | o3d/samples/interactive_samples.js | 6 |
1 files changed, 6 insertions, 0 deletions
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', |