summaryrefslogtreecommitdiffstats
path: root/mojo/public/cpp/system/functions.h
Commit message (Collapse)AuthorAgeFilesLines
* Move third_party/mojo/src/mojo/public to mojo/publicrockot2015-11-131-0/+32
| | | | | | | | | BUG=None NOPRESUBMIT=true Review URL: https://codereview.chromium.org/1410053006 Cr-Commit-Position: refs/heads/master@{#359461}
* Move //mojo/{public, edk} underneath //third_partyblundell2015-01-191-20/+0
| | | | | | | | | | | | | | | | | | | | | | | | This CL move //mojo/public and //mojo/edk to live in the following locations: - //third_party/mojo/src/mojo/public - //third_party/mojo/src/mojo/edk It moves the related gypfiles from //mojo to //third_party/mojo and updates them as necessary to account for the file moves. It also updates clients of the mojo SDK and EDK targets in both GYP and GN. (Note that for GN, the mojo SDK and EDK build systems are maintained in the Mojo repo and designed to be flexible wrt the location of the SDK/EDK in a client repo, so no changes are needed. This CL does not update include paths to the code being moved to limit the number of moving parts, instead relying on the include_dirs that the SDK and EDK targets supply to their direct dependents to ensure that include paths continue to resolve correctly. NOPRESUBMIT=true Review URL: https://codereview.chromium.org/814543006 Cr-Commit-Position: refs/heads/master@{#312129}
* Mojo: Split public/cpp/system/core.h into piecesmorrita@chromium.org2014-07-161-0/+20
It is divided into buffer.h, date_pipe.h, functions.h, handles.h, macros.h and message_pipe.h. BUG=386803 TEST=none R=viettrungluu@chromium.org, darin@chromium.org Review URL: https://codereview.chromium.org/392783006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283337 0039d316-1c4b-4281-b951-d872f2087c98