summaryrefslogtreecommitdiffstats
path: root/mojo/test
Commit message (Collapse)AuthorAgeFilesLines
* Update mojo sdk to rev a05bfef8096006056b2fff78092faf14d1319782rockot2015-07-084-0/+79
| | | | | | | | | | | Reland which fixes a clang/win compile error. BUG=None TBR=jam@chromium.org Review URL: https://codereview.chromium.org/1217443018 Cr-Commit-Position: refs/heads/master@{#337766}
* Revert of Update mojo sdk to rev a05bfef8096006056b2fff78092faf14d1319782 ↵thakis2015-07-074-79/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (patchset #1 id:1 of https://codereview.chromium.org/1216023006/) Reason for revert: This caused ../../third_party/mojo/src/mojo/public/cpp/system/tests/macros_unittest.cc(133,1) : error: 'selectany' can only be applied to data items with external linkage MOJO_STATIC_CONST_MEMBER_DEFINITION ^ ../../third_party/mojo/src\mojo/public/cpp/system/macros.h(65,56) : note: expanded from macro 'MOJO_STATIC_CONST_MEMBER_DEFINITION' #define MOJO_STATIC_CONST_MEMBER_DEFINITION __declspec(selectany) ^ on the clang/win bots. This is caused by https://github.com/domokit/mojo/commit/6fb90aaf1c21dfefc526a0e589d54cb59511322d which uses MOJO_STATIC_CONST_MEMBER_DEFINITION in an unnamed namespace, and declspec(selectany) doesn't have any effect on internal symbols. Since it requires a deps change to fix, reverting this roll for now. It should be easy to fix and reroll. Original issue's description: > Update mojo sdk to rev a05bfef8096006056b2fff78092faf14d1319782 > > BUG=None > TBR=jam@chromium.org > > Committed: https://crrev.com/8de6daffb831795171ab2c9d4220d5bf63574833 > Cr-Commit-Position: refs/heads/master@{#337551} TBR=jam@chromium.org,rockot@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=None Review URL: https://codereview.chromium.org/1219933003 Cr-Commit-Position: refs/heads/master@{#337601}
* Update mojo sdk to rev a05bfef8096006056b2fff78092faf14d1319782rockot2015-07-074-0/+79
BUG=None TBR=jam@chromium.org Review URL: https://codereview.chromium.org/1216023006 Cr-Commit-Position: refs/heads/master@{#337551}