0
Files
src/build
jamesr 9267528ad6 Disable -Wl,-z,defs on mipsel to suppress ffmpeg error
The ffmpeg build on mips is broken which manifests in build errors when
z,defs is specified. The owners of this build would like the compile
time error to be suppressed for now while they work on a proper fix.

BUG=450771,371125

Review URL: https://codereview.chromium.org/864193002

Cr-Commit-Position: refs/heads/master@{#312557}
2015-01-22 03:49:47 +00:00
..
2014-12-03 23:27:41 +00:00
2015-01-21 20:22:23 +00:00
2015-01-21 20:53:45 +00:00
2014-12-03 23:27:41 +00:00
2015-01-22 03:17:34 +00:00
2014-12-02 00:25:35 +00:00
2015-01-09 17:59:22 +00:00
2014-10-01 23:49:49 +00:00
2014-10-01 23:49:49 +00:00
2014-12-25 15:52:03 +00:00

List of property sheets to be included by projects:
  common.vsprops
    Not used anymore. No-op. Kept for compatibility with current projects.

  debug.vsprops
    Enables debug settings. Must be included directly in Debug configuration. Includes internal\essential.vsprops.

  external_code.vsprops
    Contains settings made to simplify usage of external (non-Google) code. It relaxes the warning levels. Should be included after debug.vsprops or release.vsprops to override their settings.

  output_dll_copy.rules
    Run to enable automatic copy of DLL when they are as an input file in a vcproj project.

  release.vsprops
    Enables release settings. Must be included directly in Release configuration. Includes internal\essential.vsprops. Also includes "internal\release_impl$(CHROME_BUILD_TYPE).vsprops". So the behavior is dependant on the CHROME_BUILD_TYPE environment variable.