summaryrefslogtreecommitdiffstats
path: root/process
Commit message (Collapse)AuthorAgeFilesLines
* Fix undefined symbols in debug builds.Jocelyn Turcotte2013-06-101-1/+2
| | | | | | | process uses the same code as lib and decides at runtime which code to run. Fix the debug build by making sure that all infrastructure code is available in both process and lib by building common code not shared directly through chromium sources in a separate static lib.
* Add standard license boilerplateSimon Hausmann2013-05-311-0/+41
|
* Rename gypi_gen to gyp_generatorPierre Rossi2013-05-311-2/+2
| | | | | technically it's more correct now that we don't even bother and generate the .gyp file directly.
* Define blinq_process path at compile timePierre Rossi2013-05-021-1/+1
| | | | | | | This way we won't have to define the BLINQ_PROCESS_PATH environment variable except in the case where we want to override that value. Refactored some of the output dir logic in the process
* New qmake approachPierre Rossi2013-04-292-14/+11
| | | | | | | | | | | | This should allow us to have much better integration by generating the necessary gyp files directly from qmake. Mostly works for now, though we will most likely need to build the gyp generation as we go. * Out dir logic is still crap and needs to be (re)worked. * In the same vein, we probably don't want the generated gyp content ending up in the source tree in the long run, which could prove tricky with relative paths to sources and all.
* Build with gyp.Pierre Rossi2013-04-152-7/+14
| | | | We'll probably add a qmake wrapper for it later, but for now that should do.
* Hack: Link process with hard-coded list of static libsSimon Hausmann2013-04-112-2/+9
| | | | | We need to replace this with a properly dynamically generated list of dependencies, but for prototyping this will have to do the trick.
* Initial commit. Just some .pro files for nowPierre Rossi2013-04-101-0/+7