0
Files
src/build
skyostil 1ce3031cf7 Revert of Migrate device utils WriteFile to AdbWrapper (patchset id:80001 of https://codereview.chromium.org/715853002/)
Reason for revert:
Looks like this broke most of the perf tests on Nexus 4. Example log:

http://build.chromium.org/p/chromium.perf/builders/Android%20Nexus4%20Perf/builds/1711/steps/rasterize_and_record_micro.polymer/logs/stdio

Original issue's description:
> Migrate device utils WriteFile to AdbWrapper
>
> Also merged the functionality of WriteFile and WriteTextFile into a
> single method.
>
> BUG=267773
>
> Committed: https://crrev.com/6de48323f78311342108fda8b2f59ba3848eea81
> Cr-Commit-Position: refs/heads/master@{#303902}

TBR=jbudorick@chromium.org,perezju@chromium.org
NOTREECHECKS=true
NOTRY=true
BUG=267773

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

Cr-Commit-Position: refs/heads/master@{#304017}
2014-11-13 12:01:13 +00:00
..
2014-11-12 23:22:39 +00:00
2014-10-07 02:50:13 +00:00
2014-06-12 19:35:55 +00:00
2014-10-31 13:53:53 +00:00
2014-09-02 21:00:32 +00:00
2014-10-01 23:49:49 +00:00
2014-10-01 23:49:49 +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.