summaryrefslogtreecommitdiffstats
path: root/ui/ui_unittests.isolate
Commit message (Collapse)AuthorAgeFilesLines
* Reland "ui: Move ui_unittests.gyp into ui/base."tfarina2014-09-031-18/+0
| | | | | | | | | | | | | | | | | | | | | | | | | Original description from commit 63e36e6bdaa65d1152dd62f9831128c752bc0408: ui: Move ui_unittests.gyp into ui/base. ui_unittests.gyp -> ui_base_tests.gyp (follow gfx_tests.gyp pattern). ui_unittests_bundle.gypi -> ui/base/ui_base_tests_bundle.gypi ui_unittests.isolate -> ui_base_tests.isolate Add a TODO assigned to me to rename ui_unittests target to ui_base_unittests when buildbot is updated. It was reverted in commit 6297a2f1e441c46d6f8ca37a3798fe6fbdd6cc4c, because a test from ui_unittests in ios_dbg_simulator started to failing. BUG=331829,373148,299841,103304 TEST=ui_unittests R=sky@chromium.org,rohitrao@chromium.org Review URL: https://codereview.chromium.org/518423002 Cr-Commit-Position: refs/heads/master@{#293134}
* Revert of ui: Move ui_unittests.gyp into ui/base. (patchset #5 id:80001 of ↵tfarina2014-08-291-0/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://codereview.chromium.org/506483002/) Reason for revert: it breaks clobber build of ios_dbg_simulator. Original issue's description: > ui: Move ui_unittests.gyp into ui/base. > > ui_unittests.gyp -> ui_base_tests.gyp (follow gfx_tests.gyp pattern). > ui_unittests_bundle.gypi -> ui/base/ui_base_tests_bundle.gypi > ui_unittests.isolate -> ui_base_tests.isolate > > Add a TODO assigned to me to rename ui_unittests target to > ui_base_unittests when buildbot is updated. > > BUG=331829,373148,299841,103304 > TEST=ui_unittests > R=sky@chromium.org > > Committed: https://chromium.googlesource.com/chromium/src/+/60f6892f7223f9d6db92314edb5df9b63d25720f TBR=sky@chromium.org NOTREECHECKS=true NOTRY=true BUG=331829,373148,299841,103304 Review URL: https://codereview.chromium.org/522843002 Cr-Commit-Position: refs/heads/master@{#292657}
* ui: Move ui_unittests.gyp into ui/base.tfarina2014-08-271-18/+0
| | | | | | | | | | | | | | | | | ui_unittests.gyp -> ui_base_tests.gyp (follow gfx_tests.gyp pattern). ui_unittests_bundle.gypi -> ui/base/ui_base_tests_bundle.gypi ui_unittests.isolate -> ui_base_tests.isolate Add a TODO assigned to me to rename ui_unittests target to ui_base_unittests when buildbot is updated. BUG=331829,373148,299841,103304 TEST=ui_unittests R=sky@chromium.org Review URL: https://codereview.chromium.org/506483002 Cr-Commit-Position: refs/heads/master@{#292146}
* Include icu.isolate from ui_unittests.isolatewangxianzhu@chromium.org2014-04-291-0/+3
| | | | | | | | ui_unittests needs the ICU data file. Review URL: https://codereview.chromium.org/259123002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266742 0039d316-1c4b-4281-b951-d872f2087c98
* Remove chrome.pak references, build resources into resources.pak (try 2)jamesr@chromium.org2013-08-231-1/+0
| | | | | | | | | | | | | | | | | | | | | | | This puts resources that used to be in chrome.pak and/or compiled in to chrome.dll into resources.pak. resources.pak is already loaded at startup on all platforms so having some resources in a separate pak file isn't beneficial. This previously landed as https://codereview.chromium.org/22339020 and was reverted due to various scripts/etc still referencing chrome.pak. This patch still builds chrome.pak, but with only the (tiny) net_resources in it. After this lands I'll go remove references to chrome.pak and then remove it completely once all references are gone. BUG=52609 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=218956 R=phajdan.jr@chromium.org, sky@chromium.org, tony@chromium.org Review URL: https://codereview.chromium.org/23205023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@219226 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 218956 "Remove chrome.pak references, build resources int..."vabr@chromium.org2013-08-221-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | It seemes to have broken the mac buildbot. I'll post more info here soon, crbug.com does not seem to be working at the moment. > Remove chrome.pak references, build resources into resources.pak (try 2) > > This puts resources that used to be in chrome.pak and/or compiled in to > chrome.dll into resources.pak. resources.pak is already loaded at startup > on all platforms so having some resources in a separate pak file isn't > beneficial. > > This previously landed as https://codereview.chromium.org/22339020 and > was reverted due to various scripts/etc still referencing chrome.pak. This > patch still builds chrome.pak, but with only the (tiny) net_resources in > it. After this lands I'll go remove references to chrome.pak and then remove > it completely once all references are gone. > > BUG=52609 > TBR=phajdan.jr@chromium.org for chrome/installer/linux > > Review URL: https://chromiumcodereview.appspot.com/23205023 TBR=jamesr@chromium.org Review URL: https://codereview.chromium.org/22807012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@218975 0039d316-1c4b-4281-b951-d872f2087c98
* Remove chrome.pak references, build resources into resources.pak (try 2)jamesr@chromium.org2013-08-221-1/+0
| | | | | | | | | | | | | | | | | | | | This puts resources that used to be in chrome.pak and/or compiled in to chrome.dll into resources.pak. resources.pak is already loaded at startup on all platforms so having some resources in a separate pak file isn't beneficial. This previously landed as https://codereview.chromium.org/22339020 and was reverted due to various scripts/etc still referencing chrome.pak. This patch still builds chrome.pak, but with only the (tiny) net_resources in it. After this lands I'll go remove references to chrome.pak and then remove it completely once all references are gone. BUG=52609 TBR=phajdan.jr@chromium.org for chrome/installer/linux Review URL: https://chromiumcodereview.appspot.com/23205023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@218956 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 217346 "Remove chrome.pak references, build resources int..."dmazzoni@chromium.org2013-08-131-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Compile failures on main builders, not seen on try bots. > Remove chrome.pak references, build resources into resources.pak > > This puts resources that used to be in chrome.pak and/or compiled in to > chrome.dll into resources.pak. resources.pak is already loaded at startup > on all platforms so having some resources in a separate pak file isn't > beneficial. > > TBR=tony@chromium.org > > BUG=52609 > > Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=216822 > > Review URL: https://codereview.chromium.org/22339020 TBR=jamesr@chromium.org Review URL: https://codereview.chromium.org/22794013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217362 0039d316-1c4b-4281-b951-d872f2087c98
* Remove chrome.pak references, build resources into resources.pakjamesr@chromium.org2013-08-131-1/+0
| | | | | | | | | | | | | | | | | This puts resources that used to be in chrome.pak and/or compiled in to chrome.dll into resources.pak. resources.pak is already loaded at startup on all platforms so having some resources in a separate pak file isn't beneficial. TBR=tony@chromium.org BUG=52609 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=216822 Review URL: https://codereview.chromium.org/22339020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217346 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 216822 "Remove chrome.pak references, build resources int..."thestig@chromium.org2013-08-101-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | Broke a variety of Linux, CrOS, and Android bots: ninja: error: 'gen/repack/chrome.pak', needed by 'chrome.pak', missing and no known rule to make it > Remove chrome.pak references, build resources into resources.pak > > This puts resources that used to be in chrome.pak and/or compiled in to > chrome.dll into resources.pak. resources.pak is already loaded at startup > on all platforms so having some resources in a separate pak file isn't > beneficial. > > R=tony > TBR=sky > > BUG=52609 > > Review URL: https://chromiumcodereview.appspot.com/22339020 TBR=jamesr@chromium.org Review URL: https://codereview.chromium.org/22557005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@216823 0039d316-1c4b-4281-b951-d872f2087c98
* Remove chrome.pak references, build resources into resources.pakjamesr@chromium.org2013-08-101-1/+0
| | | | | | | | | | | | | | | | This puts resources that used to be in chrome.pak and/or compiled in to chrome.dll into resources.pak. resources.pak is already loaded at startup on all platforms so having some resources in a separate pak file isn't beneficial. R=tony TBR=sky BUG=52609 Review URL: https://chromiumcodereview.appspot.com/22339020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@216822 0039d316-1c4b-4281-b951-d872f2087c98
* [Android] Convert more test targets to use isolate.frankf@chromium.org2013-07-131-0/+16
BUG=249870 TBR=ben@chromium.org, acolwell@chromium.org, joi@chromium.org, enne@chromium.org, mark@chromium.org, jam@chromium.org Review URL: https://chromiumcodereview.appspot.com/19040002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@211547 0039d316-1c4b-4281-b951-d872f2087c98