summaryrefslogtreecommitdiffstats
path: root/third_party/jstemplate
Commit message (Collapse)AuthorAgeFilesLines
* Remove arv from OWNERS filesarv2015-07-011-1/+0
| | | | | | | | Long live Chromium! Review URL: https://codereview.chromium.org/1210233004 Cr-Commit-Position: refs/heads/master@{#337071}
* Create a new, simpler Closure compilation GYP format.dbeam2015-06-241-0/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Instead of relying on lots of magic to happen via our home-rolled, kinda maintained inputs.py[1], instead we can use GYP's 'all_dependent_settings'. This buys us a topologically sorted list of dependent .js files for free. So now, instead of: 'variables': { 'depends': ['compiled_resources.gyp:some_target'] 'externs': ['../../third_party/closure_compiler/externs/some_externs.js'] }, We can change to: 'dependencies': [ 'some_target', '<(EXTERNS_GYP):some_externs', ], This has more robust path logic and variable expansion will actually work (so we can use <(DEPTH) or other variables in paths again). Depends on: https://codereview.chromium.org/1152583011/ BUG=393873 R=twellington@chromium.org [1] third_party/closure_compiler/build/inputs.py Review URL: https://codereview.chromium.org/1180673011 Cr-Commit-Position: refs/heads/master@{#335823}
* jstemplate: add typechecking changes to please the compiler.dbeam2015-02-203-5/+9
| | | | | | | | | R=tbreisacher@chromium.org BUG=393873 Review URL: https://codereview.chromium.org/945093002 Cr-Commit-Position: refs/heads/master@{#317443}
* Compile chrome://settings, part 9: yet another final battlevitalyp2014-10-021-1/+1
| | | | | | | | | | R=dbeam@chromium.org BUG=393873 TEST=GYP_GENERATORS=ninja gyp --depth . chrome/browser/resources/options/compiled_resources.gyp && ninja -C out/Default Review URL: https://codereview.chromium.org/604373006 Cr-Commit-Position: refs/heads/master@{#297882}
* Compile third_party/jstemplate/ with Closure Compilervitalyp2014-09-264-43/+57
| | | | | | | | | | R=arv@chromium.org BUG=393873 TEST=GYP_GENERATORS=ninja gyp --depth . third_party/jstemplate/compiled_resources.gyp && ninja -C out/Default Review URL: https://codereview.chromium.org/603693002 Cr-Commit-Position: refs/heads/master@{#297018}
* Add me as owner for third_party/jstemplatearv@chromium.org2013-06-121-0/+2
| | | | | | | | BUG=None Review URL: https://chromiumcodereview.appspot.com/16658007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205890 0039d316-1c4b-4281-b951-d872f2087c98
* Move chrome\third_party\jstemplate to third_party\jstemplate since it's used ↵jam@chromium.org2013-01-1824-0/+3524
| | | | | | | | | | | 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
* Revert 83452 (see crbug.com/80916) - Move jstemplate from chrome/third_party ↵thakis@chromium.org2011-04-2924-3520/+0
| | | | | | | | | | | | | | | | | | | | | to third_party. All third party libraries should be in third_party. The presubmit check complains about jstemplate's README.chromium being nonstandard; I will fix that in a follow-up. The interesting changes are to the .grd file and the .py file. BUG=none TEST=none Review URL: http://codereview.chromium.org/6901102 TBR=thakis@chromium.org Review URL: http://codereview.chromium.org/6905149 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83632 0039d316-1c4b-4281-b951-d872f2087c98
* Move jstemplate from chrome/third_party to third_party.thakis@chromium.org2011-04-2824-0/+3520
All third party libraries should be in third_party. The presubmit check complains about jstemplate's README.chromium being nonstandard; I will fix that in a follow-up. The interesting changes are to the .grd file and the .py file. BUG=none TEST=none Review URL: http://codereview.chromium.org/6901102 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83452 0039d316-1c4b-4281-b951-d872f2087c98