Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(348)

Unified Diff: media/cast/cast_testing_tools.gypi

Issue 1647453002: allocator cleanup: remove dependencies on allocator from all targets (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: pure rebase Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « media/BUILD.gn ('k') | media/media.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cast/cast_testing_tools.gypi
diff --git a/media/cast/cast_testing_tools.gypi b/media/cast/cast_testing_tools.gypi
index 0532b9d6466f6cfe0b1f4f4f3e10df8e2f9f6c1a..b317761f57c553e7042725955d3aabcd6c70875d 100644
--- a/media/cast/cast_testing_tools.gypi
+++ b/media/cast/cast_testing_tools.gypi
@@ -37,15 +37,6 @@
'sources': [
'test/cast_benchmarks.cc',
], # source
- 'conditions': [
- ['os_posix==1 and OS!="mac" and OS!="ios" and use_allocator!="none"',
- {
- 'dependencies': [
- '<(DEPTH)/base/allocator/allocator.gyp:allocator',
- ],
- }
- ],
- ],
},
{
# GN version: //media/cast:cast_receiver_app
« no previous file with comments | « media/BUILD.gn ('k') | media/media.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698