summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-01-18 00:47:25 +0000
committerjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-01-18 00:47:25 +0000
commit89e8523da19d3a8150f508e9fcbcfc797b9b9c0c (patch)
tree9b45dd58f14718e064b94df928f9549e4d52c3e5
parent70fa3a4c64429c867d837c4a31d8d11aafeb5a4f (diff)
downloadchromium_src-89e8523da19d3a8150f508e9fcbcfc797b9b9c0c.zip
chromium_src-89e8523da19d3a8150f508e9fcbcfc797b9b9c0c.tar.gz
chromium_src-89e8523da19d3a8150f508e9fcbcfc797b9b9c0c.tar.bz2
Move chrome\third_party\jstemplate to third_party\jstemplate since it's used from ui\.
This is a cleanup after r177425 which I didn't want to do in that already large cl. BUG=169170 Review URL: https://codereview.chromium.org/11971042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177551 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--third_party/jstemplate/COPYING (renamed from chrome/third_party/jstemplate/COPYING)0
-rw-r--r--third_party/jstemplate/README.chromium (renamed from chrome/third_party/jstemplate/README.chromium)0
-rwxr-xr-xthird_party/jstemplate/compile.py (renamed from chrome/third_party/jstemplate/compile.py)0
-rw-r--r--third_party/jstemplate/exports.js (renamed from chrome/third_party/jstemplate/exports.js)0
-rw-r--r--third_party/jstemplate/jsevalcontext.js (renamed from chrome/third_party/jstemplate/jsevalcontext.js)0
-rw-r--r--third_party/jstemplate/jstemplate.js (renamed from chrome/third_party/jstemplate/jstemplate.js)0
-rw-r--r--third_party/jstemplate/jstemplate_compiled.js (renamed from chrome/third_party/jstemplate/jstemplate_compiled.js)0
-rw-r--r--third_party/jstemplate/jstemplate_example.html (renamed from chrome/third_party/jstemplate/jstemplate_example.html)0
-rw-r--r--third_party/jstemplate/jstemplate_example.js (renamed from chrome/third_party/jstemplate/jstemplate_example.js)0
-rw-r--r--third_party/jstemplate/jstemplate_jsunit.html (renamed from chrome/third_party/jstemplate/jstemplate_jsunit.html)0
-rw-r--r--third_party/jstemplate/jstemplate_test.js (renamed from chrome/third_party/jstemplate/jstemplate_test.js)0
-rw-r--r--third_party/jstemplate/tutorial_examples/01-quick.html (renamed from chrome/third_party/jstemplate/tutorial_examples/01-quick.html)0
-rw-r--r--third_party/jstemplate/tutorial_examples/02-gettpl.html (renamed from chrome/third_party/jstemplate/tutorial_examples/02-gettpl.html)0
-rw-r--r--third_party/jstemplate/tutorial_examples/03-environ.html (renamed from chrome/third_party/jstemplate/tutorial_examples/03-environ.html)0
-rw-r--r--third_party/jstemplate/tutorial_examples/04-jscontent.html (renamed from chrome/third_party/jstemplate/tutorial_examples/04-jscontent.html)0
-rw-r--r--third_party/jstemplate/tutorial_examples/05-jsselect.html (renamed from chrome/third_party/jstemplate/tutorial_examples/05-jsselect.html)0
-rw-r--r--third_party/jstemplate/tutorial_examples/06-jsdisplay.html (renamed from chrome/third_party/jstemplate/tutorial_examples/06-jsdisplay.html)0
-rw-r--r--third_party/jstemplate/tutorial_examples/07-jsdisplay-empty.html (renamed from chrome/third_party/jstemplate/tutorial_examples/07-jsdisplay-empty.html)0
-rw-r--r--third_party/jstemplate/tutorial_examples/08-transclude.html (renamed from chrome/third_party/jstemplate/tutorial_examples/08-transclude.html)0
-rw-r--r--third_party/jstemplate/tutorial_examples/09-jsvalues.html (renamed from chrome/third_party/jstemplate/tutorial_examples/09-jsvalues.html)0
-rw-r--r--third_party/jstemplate/tutorial_examples/10-jsvalues.html (renamed from chrome/third_party/jstemplate/tutorial_examples/10-jsvalues.html)0
-rw-r--r--third_party/jstemplate/tutorial_examples/11-jseval.html (renamed from chrome/third_party/jstemplate/tutorial_examples/11-jseval.html)0
-rw-r--r--third_party/jstemplate/tutorial_examples/12-parent.html (renamed from chrome/third_party/jstemplate/tutorial_examples/12-parent.html)0
-rw-r--r--third_party/jstemplate/util.js (renamed from chrome/third_party/jstemplate/util.js)0
-rw-r--r--ui/webui/resources/js/jstemplate_compiled.js2
25 files changed, 1 insertions, 1 deletions
diff --git a/chrome/third_party/jstemplate/COPYING b/third_party/jstemplate/COPYING
index d645695..d645695 100644
--- a/chrome/third_party/jstemplate/COPYING
+++ b/third_party/jstemplate/COPYING
diff --git a/chrome/third_party/jstemplate/README.chromium b/third_party/jstemplate/README.chromium
index 6fd6f26..6fd6f26 100644
--- a/chrome/third_party/jstemplate/README.chromium
+++ b/third_party/jstemplate/README.chromium
diff --git a/chrome/third_party/jstemplate/compile.py b/third_party/jstemplate/compile.py
index 3e75807..3e75807 100755
--- a/chrome/third_party/jstemplate/compile.py
+++ b/third_party/jstemplate/compile.py
diff --git a/chrome/third_party/jstemplate/exports.js b/third_party/jstemplate/exports.js
index 77bc9e8..77bc9e8 100644
--- a/chrome/third_party/jstemplate/exports.js
+++ b/third_party/jstemplate/exports.js
diff --git a/chrome/third_party/jstemplate/jsevalcontext.js b/third_party/jstemplate/jsevalcontext.js
index 0fc00ff7..0fc00ff7 100644
--- a/chrome/third_party/jstemplate/jsevalcontext.js
+++ b/third_party/jstemplate/jsevalcontext.js
diff --git a/chrome/third_party/jstemplate/jstemplate.js b/third_party/jstemplate/jstemplate.js
index 39cbc4df..39cbc4df 100644
--- a/chrome/third_party/jstemplate/jstemplate.js
+++ b/third_party/jstemplate/jstemplate.js
diff --git a/chrome/third_party/jstemplate/jstemplate_compiled.js b/third_party/jstemplate/jstemplate_compiled.js
index d503e90..d503e90 100644
--- a/chrome/third_party/jstemplate/jstemplate_compiled.js
+++ b/third_party/jstemplate/jstemplate_compiled.js
diff --git a/chrome/third_party/jstemplate/jstemplate_example.html b/third_party/jstemplate/jstemplate_example.html
index 101900f..101900f 100644
--- a/chrome/third_party/jstemplate/jstemplate_example.html
+++ b/third_party/jstemplate/jstemplate_example.html
diff --git a/chrome/third_party/jstemplate/jstemplate_example.js b/third_party/jstemplate/jstemplate_example.js
index b9e2faf..b9e2faf 100644
--- a/chrome/third_party/jstemplate/jstemplate_example.js
+++ b/third_party/jstemplate/jstemplate_example.js
diff --git a/chrome/third_party/jstemplate/jstemplate_jsunit.html b/third_party/jstemplate/jstemplate_jsunit.html
index 45d4c16..45d4c16 100644
--- a/chrome/third_party/jstemplate/jstemplate_jsunit.html
+++ b/third_party/jstemplate/jstemplate_jsunit.html
diff --git a/chrome/third_party/jstemplate/jstemplate_test.js b/third_party/jstemplate/jstemplate_test.js
index 5bbd521..5bbd521 100644
--- a/chrome/third_party/jstemplate/jstemplate_test.js
+++ b/third_party/jstemplate/jstemplate_test.js
diff --git a/chrome/third_party/jstemplate/tutorial_examples/01-quick.html b/third_party/jstemplate/tutorial_examples/01-quick.html
index df8c7e5..df8c7e5 100644
--- a/chrome/third_party/jstemplate/tutorial_examples/01-quick.html
+++ b/third_party/jstemplate/tutorial_examples/01-quick.html
diff --git a/chrome/third_party/jstemplate/tutorial_examples/02-gettpl.html b/third_party/jstemplate/tutorial_examples/02-gettpl.html
index f4829c7..f4829c7 100644
--- a/chrome/third_party/jstemplate/tutorial_examples/02-gettpl.html
+++ b/third_party/jstemplate/tutorial_examples/02-gettpl.html
diff --git a/chrome/third_party/jstemplate/tutorial_examples/03-environ.html b/third_party/jstemplate/tutorial_examples/03-environ.html
index 2937a5c..2937a5c 100644
--- a/chrome/third_party/jstemplate/tutorial_examples/03-environ.html
+++ b/third_party/jstemplate/tutorial_examples/03-environ.html
diff --git a/chrome/third_party/jstemplate/tutorial_examples/04-jscontent.html b/third_party/jstemplate/tutorial_examples/04-jscontent.html
index b264f3f..b264f3f 100644
--- a/chrome/third_party/jstemplate/tutorial_examples/04-jscontent.html
+++ b/third_party/jstemplate/tutorial_examples/04-jscontent.html
diff --git a/chrome/third_party/jstemplate/tutorial_examples/05-jsselect.html b/third_party/jstemplate/tutorial_examples/05-jsselect.html
index 990df0f..990df0f 100644
--- a/chrome/third_party/jstemplate/tutorial_examples/05-jsselect.html
+++ b/third_party/jstemplate/tutorial_examples/05-jsselect.html
diff --git a/chrome/third_party/jstemplate/tutorial_examples/06-jsdisplay.html b/third_party/jstemplate/tutorial_examples/06-jsdisplay.html
index cd06982..cd06982 100644
--- a/chrome/third_party/jstemplate/tutorial_examples/06-jsdisplay.html
+++ b/third_party/jstemplate/tutorial_examples/06-jsdisplay.html
diff --git a/chrome/third_party/jstemplate/tutorial_examples/07-jsdisplay-empty.html b/third_party/jstemplate/tutorial_examples/07-jsdisplay-empty.html
index d5da9b3..d5da9b3 100644
--- a/chrome/third_party/jstemplate/tutorial_examples/07-jsdisplay-empty.html
+++ b/third_party/jstemplate/tutorial_examples/07-jsdisplay-empty.html
diff --git a/chrome/third_party/jstemplate/tutorial_examples/08-transclude.html b/third_party/jstemplate/tutorial_examples/08-transclude.html
index ebab76f..ebab76f 100644
--- a/chrome/third_party/jstemplate/tutorial_examples/08-transclude.html
+++ b/third_party/jstemplate/tutorial_examples/08-transclude.html
diff --git a/chrome/third_party/jstemplate/tutorial_examples/09-jsvalues.html b/third_party/jstemplate/tutorial_examples/09-jsvalues.html
index 9267846..9267846 100644
--- a/chrome/third_party/jstemplate/tutorial_examples/09-jsvalues.html
+++ b/third_party/jstemplate/tutorial_examples/09-jsvalues.html
diff --git a/chrome/third_party/jstemplate/tutorial_examples/10-jsvalues.html b/third_party/jstemplate/tutorial_examples/10-jsvalues.html
index a24d645..a24d645 100644
--- a/chrome/third_party/jstemplate/tutorial_examples/10-jsvalues.html
+++ b/third_party/jstemplate/tutorial_examples/10-jsvalues.html
diff --git a/chrome/third_party/jstemplate/tutorial_examples/11-jseval.html b/third_party/jstemplate/tutorial_examples/11-jseval.html
index ad9b7e2..ad9b7e2 100644
--- a/chrome/third_party/jstemplate/tutorial_examples/11-jseval.html
+++ b/third_party/jstemplate/tutorial_examples/11-jseval.html
diff --git a/chrome/third_party/jstemplate/tutorial_examples/12-parent.html b/third_party/jstemplate/tutorial_examples/12-parent.html
index 04f9797..04f9797 100644
--- a/chrome/third_party/jstemplate/tutorial_examples/12-parent.html
+++ b/third_party/jstemplate/tutorial_examples/12-parent.html
diff --git a/chrome/third_party/jstemplate/util.js b/third_party/jstemplate/util.js
index beed591..beed591 100644
--- a/chrome/third_party/jstemplate/util.js
+++ b/third_party/jstemplate/util.js
diff --git a/ui/webui/resources/js/jstemplate_compiled.js b/ui/webui/resources/js/jstemplate_compiled.js
index 047c21c..f0a5dbf 100644
--- a/ui/webui/resources/js/jstemplate_compiled.js
+++ b/ui/webui/resources/js/jstemplate_compiled.js
@@ -2,4 +2,4 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-<include src="../../../../chrome/third_party/jstemplate/jstemplate_compiled.js"></include>
+<include src="../../../../third_party/jstemplate/jstemplate_compiled.js"></include>