summaryrefslogtreecommitdiffstats
path: root/process
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup include mechanismPierre Rossi2013-07-041-0/+1
| | | | | | | | | Add proper support for GYPINCLUDES in gyp_generation. Rename the exclusion gypi to a more generic name so we can use it for more intrusive changes (we'll need it for mac). Change-Id: Ie26f579c33d5e35b8c904fab9f448cde11bf0072 Reviewed-by: Andras Becsi <andras.becsi@digia.com>
* Move API layer-only classes back from the shared static lib.Jocelyn Turcotte2013-06-191-2/+0
| | | | | | | Since ContentBrowserClientQt::OverrideCreateWebContentsView now takes care of using our Qt layer at runtime without relying on the static RenderWidgetHostView::CreateViewForWidget, we can now avoid linking this layer into the render process.
* Rename remaining references of blinq to QtWebEngine.Jocelyn Turcotte2013-06-111-2/+2
|
* 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