[go: nahoru, domu]

  1. 366f6795 Dropping unconnected obsolete vsprops files. by bradnelson@google.com · 15 years ago
  2. 6f020e9 arm: fix pkgconfig for libpng when cross-compiling by piman@chromium.org · 15 years ago
  3. 003be53b Make sure the 'use_system_*' variables are actually visible in the relevant gyp files. by mmoss@google.com · 15 years ago
  4. 1ac60480 Revert 34195 - Make sure the 'use_system_*' variables are actually visible in the relevant gyp files. by jrg@chromium.org · 15 years ago
  5. 2c6f51d Make sure the 'use_system_*' variables are actually visible in the relevant gyp files. by mmoss@google.com · 15 years ago
  6. 47cc0b4 third_party/libpng/pngusr.h renames the various png_* functions to webkit_png_*; however, it missed one: png_write_destroy. This change adds renaming for that function. by maruel@chromium.org · 15 years ago
  7. f5c990c Add comments setting emacs and vim tab width and expansion variables. by sgk@google.com · 15 years ago
  8. 21642ab Force inclusion of build/common.gypi for all chromium gyp files. by yaar@chromium.org · 15 years ago
  9. e0bba995 Build fix: I put the defines in the wrong section. by agl@chromium.org · 15 years ago
  10. 6cf1dbcd Linux: use 'settings' for system libpng. by agl@chromium.org · 15 years ago
  11. 27a72f81 Linux: add GYP variable to use the system libpng. by agl@chromium.org · 15 years ago
  12. 3e2f52c This updates the PNG library to 1.2.37, which fixes some bugs internal to the PNG library, and it turns on some functionality that O3D needs for manipulating PNG files: It removes the definition of PNG_NO_WRITE_FILLER, PNG_NO_READ_FILLER, PNG_NO_SEQUENTIAL_READ_SUPPORTED, and PNG_NO_INFO_IMAGE from pngusr.h so that the functions used by O3D to read images progressively and for filler bytes for pixel expansion (RGB -> RGBX) are available. by gspencer@google.com · 15 years ago
  13. 07aa910 Security bug for libpng, update needed to 1.2.36 by mhm@chromium.org · 15 years ago
  14. 653bd5f03 Basic underpinnings of the gyp equivalent of the Linux SHARED=1 build: by sgk@google.com · 15 years ago
  15. 0fad1f1 Remove the checked-in scons configuration files. by sgk@google.com · 15 years ago
  16. c18f2650 Switching to gyp generated vcprojs for some components. by bradnelson@google.com · 16 years ago
  17. 2a04896 Rolling back change 11431 (didn't work with a clobber either). by bradnelson@google.com · 16 years ago
  18. 5ae85ab Attempting to roll out gyp for base. by bradnelson@google.com · 16 years ago
  19. 926722f Rolling back change 11429. by bradnelson@google.com · 16 years ago
  20. 479eb31 junk by bradnelson@google.com · 16 years ago
  21. 0d54d2e Adding fixed guids to some modules to facilitate incremental switch to gyp. by bradnelson@google.com · 16 years ago
  22. bfa24b96 GYP it, GYP it good. by mark@chromium.org · 16 years ago
  23. 2f80c31 Import .gyp files into the Chromium tree by mark@chromium.org · 16 years ago
  24. 497fbb5 Update libpng to 1.2.35. Review URL: http://codereview.chromium.org/27005 by maruel@chromium.org · 16 years ago
  25. 5c04762 Rename README.google to README.chromium. by mal@chromium.org · 16 years ago
  26. deb17b8d Prep for generated .vcproj files: by sgk@google.com · 16 years ago
  27. caeb7a0 Generate all chrome .vcproj files: by sgk@google.com · 16 years ago
  28. a7ad74b Updates to Visual Studio project generation to accomodate by sgk@google.com · 16 years ago
  29. de2c4cc Mass convert ChromeStaticLibrary -> ChromeLibrary, including pulling the updated ICU dep that uses it as well. by evanm@google.com · 16 years ago
  30. 0885636 Initial subset of .vcproj file generation, covering generation of: by sgk@google.com · 16 years ago
  31. 9e483ab3 Initial generation of native Visual Studio solution files by sgk@google.com · 16 years ago
  32. b96fc5d Convert from using env['PLATFORM'] directly to using the more flexible by sgk@google.com · 16 years ago
  33. 7e1e1d20 Update libpng to 1.2.33. Review URL: http://codereview.chromium.org/15041 by maruel@chromium.org · 16 years ago
  34. 770137a Switch back svn:eol-style=native for .sln, .vcproj and .vsprops files. by maruel@chromium.org · 16 years ago
  35. 52ceebc9 Changed svn:eol-style of all .sln and .vcproj files to CRLF by scherkus@chromium.org · 16 years ago
  36. 11e020f Fix use of LOAD= with WantSystemLib() (we could blow up if a variable by sgk@google.com · 16 years ago
  37. d09e3de Using $CHROME_SRC_DIR in place of hash/.. by bradnelson@google.com · 16 years ago
  38. 4c754445 SCons renaming updates for base, net and googleurl: by sgk@google.com · 16 years ago
  39. cde59fe Get base/gfx into shape, and start running/passing some base_gfx tests by mmentovai@google.com · 16 years ago
  40. 9f8303c Set the svn:eol-style to LF on all SConscript files by tc@google.com · 16 years ago
  41. fbd440b7 Undo my extra changes. by jabdelmalek@google.com · 16 years ago
  42. 71f1472 Replace our cygwin binaries with another set that we can get the source for (checked into cygwin_src). by jabdelmalek@google.com · 16 years ago
  43. df2615e Convert third-party SConscript files to psuedo-builder calls. by sgk@google.com · 16 years ago
  44. 1966709 Update xcodeprojs Review URL: http://chrome-reviews.prom.corp.google.com/996 by mmentovai@google.com · 16 years ago
  45. 14d15d4 Get SCons building Windows again without having to Import()/re-Export(): use the $PLATFORM construction variable supplied in the construction environment instead of passing around our own PLATFORM variable in Python. by sgk@google.com · 16 years ago
  46. fab9aa3 Initial commit to get a handful of third_party packages building properly under Linux. Uses some temporary shims to detect platform and omit processing of some stuff that doesn't seem to work for me. by keunwoo@google.com · 16 years ago
  47. 55329d5 Initial cleanups en route to coalescing the get-it-built cut-and-paste from various SConscripts into readable and maintainable shape. To wit: by sgk@google.com · 16 years ago
  48. 584cd5c Add third_party to the repository. by initial.commit · 16 years ago