1. 17 Jun, 2013 - 1 commit
  2. 14 Jun, 2013 - 1 commit
    • Pierre Rossi's avatar
      Make ninja detection a bit more robust · 8fd262f1
      Pierre Rossi authored
      Having ninja in the PATH should be good enough.
      If that didn't work, we try to find it in the most logical location
      relative to CHROMIUM_SRC_DIR and bail out otherwise.
      Since it seems unlikely to vary, and can be convenient to keep persistent,
      we put it in .qmake.cache if qmake uses a cache.
      8fd262f1
  3. 11 Jun, 2013 - 1 commit
  4. 10 Jun, 2013 - 1 commit
    • Jocelyn Turcotte's avatar
      Fix undefined symbols in debug builds. · c373b6ca
      Jocelyn Turcotte authored
      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.
      c373b6ca
  5. 31 May, 2013 - 1 commit
    • Pierre Rossi's avatar
      Ease the switching between Debug and Release builds · c5a19a25
      Pierre Rossi authored
      Change the semantics of getOutDir, introduce getConfigDir.
      Rely on Gyp's configurations mechanism to get a sensible
      path for the BLINQ_PROCESS_PATH in both cases.
      Also make the build smarter in that re-generation of gyp files
      will lead to re-gyping.
      c5a19a25
  6. 29 Apr, 2013 - 2 commits
    • Pierre Rossi's avatar
      Fix top level .pro file · 08f6085b
      Pierre Rossi authored
      08f6085b
    • Pierre Rossi's avatar
      New qmake approach · 3300873b
      Pierre Rossi authored
      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.
      3300873b
  7. 15 Apr, 2013 - 1 commit
    • Pierre Rossi's avatar
      Build with gyp. · 90d20d5f
      Pierre Rossi authored
      We'll probably add a qmake wrapper for it later, but for now that should do.
      90d20d5f
  8. 11 Apr, 2013 - 1 commit
  9. 10 Apr, 2013 - 1 commit