summaryrefslogtreecommitdiffstats
path: root/mojo/mojo_js_unittests.isolate
Commit message (Collapse)AuthorAgeFilesLines
* Rename all isolate_dependency_* to files.maruel2014-10-011-7/+5
| | | | | | | | | | | | | Merges the lists when relevant. This simplify the management significantly. Remove the .isolate from the '*_run' target 'includes' section. TBR=vadimsh@chromium.org BUG=swarming:148 Review URL: https://codereview.chromium.org/614923005 Cr-Commit-Position: refs/heads/master@{#297633}
* Fail if an isolate entry refers to a missing file.jam2014-09-181-1/+0
| | | | | | | | | | This might have been useful before while trying to get the system running. But now we have swarming running on Linux/Mac/Windows trybots, so it's not so useful. It's also confusing when tests fail on swarming machines because an isolate file referred to a binary that wasn't in the dependencies. BUG=414808 Review URL: https://codereview.chromium.org/575363002 Cr-Commit-Position: refs/heads/master@{#295514}
* Get rid of all component builds specific .isolate.maruel@chromium.org2014-04-041-36/+0
| | | | | | | | | | | | | | | | | | The status quo was unmaintainable. These 'component build specific .isolate files' are superseeded by tools/isolate_driver.py which packages dynamic libraries automatically. The new way is much more sane and dynamic, isolate_driver.py is currently very crude but 'does the job', the expected way to make it work is to read the .ninja files to extract all the dynamic libraries marked as a dependency to the main target being executed. TBR=csharp@chromium.org BUG=333473 Review URL: https://codereview.chromium.org/226123004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@261871 0039d316-1c4b-4281-b951-d872f2087c98
* Mojo: Move mojo/public/bindings/js to mojo/public/js/bindings.viettrungluu@chromium.org2014-04-041-1/+1
| | | | | | | | | | | | | The presence of constants.{cc,h} still seems very odd to me, and I still need to figure out what to do with them (even though I moved them anyway). R=sky@chromium.org TBR=brettw@chromium.org Review URL: https://codereview.chromium.org/223233002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@261679 0039d316-1c4b-4281-b951-d872f2087c98
* Mojo: Move mojo/public/bindings/tests/*.mojom to ↵viettrungluu@chromium.org2014-04-011-1/+1
| | | | | | | | | | mojo/public/interfaces/bindings/tests/. R=darin@chromium.org Review URL: https://codereview.chromium.org/219243011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260957 0039d316-1c4b-4281-b951-d872f2087c98
* Make mojo_system honor component typesky@chromium.org2014-03-311-2/+0
| | | | | | | | | | | | We've figured out a way to make things work without a shared library, so libmojo_system is no more. BUG=none TEST=none R=viettrungluu@chromium.org Review URL: https://codereview.chromium.org/215153007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260629 0039d316-1c4b-4281-b951-d872f2087c98
* List Mac dependencies for mojo js isolated tests:yzshen@chromium.org2014-03-201-0/+20
| | | | | | | | | | | | - mojo_js_unittests - mojo_apps_js_unittests BUG=351214 TEST=None Review URL: https://codereview.chromium.org/202553002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@258275 0039d316-1c4b-4281-b951-d872f2087c98
* List linux dependencies for mojo js isolated tests:yzshen@chromium.org2014-03-201-0/+19
| | | | | | | | | | | | | - mojo_js_unittests - mojo_apps_js_unittests BUG=351214 TEST=None R=phajdan.jr@chromium.org, viettrungluu@chromium.org Review URL: https://codereview.chromium.org/200933003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@258208 0039d316-1c4b-4281-b951-d872f2087c98
* Isolated tests: mojo_js_unittests and mojo_apps_js_unittestsyzshen@chromium.org2014-03-191-0/+51
This CL lists the Windows dependencies. Mac and Linux dependencies will be in separate CLs. BUG=351214 TEST=None Review URL: https://codereview.chromium.org/198193007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@258078 0039d316-1c4b-4281-b951-d872f2087c98