1. 05 Nov, 2014 - 1 commit
  2. 04 Nov, 2014 - 2 commits
  3. 03 Nov, 2014 - 1 commit
  4. 29 Oct, 2014 - 5 commits
  5. 28 Oct, 2014 - 4 commits
  6. 27 Oct, 2014 - 1 commit
  7. 21 Oct, 2014 - 1 commit
  8. 16 Oct, 2014 - 3 commits
  9. 15 Oct, 2014 - 3 commits
  10. 14 Oct, 2014 - 3 commits
  11. 13 Oct, 2014 - 3 commits
  12. 10 Oct, 2014 - 3 commits
  13. 09 Oct, 2014 - 3 commits
  14. 08 Oct, 2014 - 2 commits
  15. 07 Oct, 2014 - 4 commits
  16. 06 Oct, 2014 - 1 commit
    • Zeno Albisser's avatar
      Update build configuration for eLinux after update to Chromium 37. · 363ce723
      Zeno Albisser authored
      
      The build configuration requires the following changes:
      - toolkit_views=1: for native_theme_aura, as otherwise
        nine_image_painter_factory.cc would be excluded.
      - use_system_harfbuzz=0: we do not want to rely on this
        being provided on the system, therefore being explicit.
      - want_separate_host_toolset=1: assures that icuuc gyp
        target will be available.
      
      The file gl_surface_ozone.cc must be added to the exclusion
      list to avoid duplicate symbols with gl_surface_at.cpp.
      
      The defines EGL_API_FB and LINUX must be set to 1,
      to explicitly define that we are using EGL and are building
      for a linux target.
      
      Change-Id: If6722ecbfd0655fe7852d52a606f27c18304f717
      Reviewed-by: default avatarZeno Albisser <zeno.albisser@digia.com>
      363ce723