diff options
author | earthdok <earthdok@chromium.org> | 2014-09-30 12:12:34 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-09-30 19:12:52 +0000 |
commit | 72058c85190c68b203bf7ed0099f86307ee4ecaf (patch) | |
tree | 195b653535d736ed8424fdb505e2ac7541022620 /third_party/instrumented_libraries/instrumented_libraries.gyp | |
parent | 1a1faa8e07d852a65650779f5f5d019199a1b05b (diff) | |
download | chromium_src-72058c85190c68b203bf7ed0099f86307ee4ecaf.zip chromium_src-72058c85190c68b203bf7ed0099f86307ee4ecaf.tar.gz chromium_src-72058c85190c68b203bf7ed0099f86307ee4ecaf.tar.bz2 |
Instrumented libraries: replace some makefile patches with sed invocations.
Some cases are simple enough that a search and replace is sufficient. At the
same time, the fewer patches we have, the less time will be spent rebasing them.
BUG=414189
TBR=glider@chromium.org
NOTRY=true
Review URL: https://codereview.chromium.org/618013002
Cr-Commit-Position: refs/heads/master@{#297474}
Diffstat (limited to 'third_party/instrumented_libraries/instrumented_libraries.gyp')
-rw-r--r-- | third_party/instrumented_libraries/instrumented_libraries.gyp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/third_party/instrumented_libraries/instrumented_libraries.gyp b/third_party/instrumented_libraries/instrumented_libraries.gyp index ff7fed2..1d09cb7 100644 --- a/third_party/instrumented_libraries/instrumented_libraries.gyp +++ b/third_party/instrumented_libraries/instrumented_libraries.gyp @@ -519,7 +519,6 @@ '--disable-introspection', ], 'dependencies=': [], - 'patch': 'patches/libgdk-pixbuf2.0-0.diff', 'run_before_build': 'scripts/libgdk-pixbuf2.0-0.sh', 'includes': ['standard_instrumented_package_target.gypi'], }, |