diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-08 03:24:30 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-08 03:24:30 +0000 |
commit | 82c9256783f24cf3abe4dc47242f4eecb48888e1 (patch) | |
tree | 0c9050fb6a1b7b6e08497f2695d2bbd240c0dd32 /chrome/telemetry.isolate | |
parent | 8b44050162743d7456c596c210d36365001c73bc (diff) | |
download | chromium_src-82c9256783f24cf3abe4dc47242f4eecb48888e1.zip chromium_src-82c9256783f24cf3abe4dc47242f4eecb48888e1.tar.gz chromium_src-82c9256783f24cf3abe4dc47242f4eecb48888e1.tar.bz2 |
Revert 243469 "[telemetry] Implement per-pixel algorithms in Bit..."
> [telemetry] Implement per-pixel algorithms in Bitmap as a C++ extension.
>
> The extension provides fast bitmap operations with no external
> dependencies. However, it is not available on all platforms.
>
> BUG=323813
> TEST=telemetry bitmap_unittest
> R=bulach@chromium.org, tonyg@chromium.org
>
> Review URL: https://codereview.chromium.org/121493004
TBR=szym@chromium.org
Review URL: https://codereview.chromium.org/127533002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243478 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/telemetry.isolate')
-rw-r--r-- | chrome/telemetry.isolate | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/chrome/telemetry.isolate b/chrome/telemetry.isolate index c02ab0d1..7a98160 100644 --- a/chrome/telemetry.isolate +++ b/chrome/telemetry.isolate @@ -36,19 +36,5 @@ ], }, }], - ['OS=="android" or OS=="linux" or OS=="mac"', { - 'variables': { - 'isolate_dependency_tracked': [ - '<(PRODUCT_DIR)/bitmaptools.so', - ], - }, - }], - ['OS=="win"', { - 'variables': { - 'isolate_dependency_tracked': [ - '<(PRODUCT_DIR)/bitmaptools.pyd', - ], - }, - }], ] } |