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

Unified Diff: content/browser/gpu/test_support_gpu.gypi

Issue 1462853002: [clean-up] Remove allocator.gyp dependency from library targets (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add to chrome_child_dll Created 5 years, 1 month 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 | « components/web_cache.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/gpu/test_support_gpu.gypi
diff --git a/content/browser/gpu/test_support_gpu.gypi b/content/browser/gpu/test_support_gpu.gypi
index 7c4beaa24e5e0f6806ff039c11c73e10b0c06c20..73f87eec63b40b1680a7f4204b2c7444667b9455 100644
--- a/content/browser/gpu/test_support_gpu.gypi
+++ b/content/browser/gpu/test_support_gpu.gypi
@@ -25,13 +25,6 @@
'include_dirs': [
'<(DEPTH)/third_party/wtl/include',
],
- 'conditions': [
- ['win_use_allocator_shim==1', {
- 'dependencies': [
- '../base/allocator/allocator.gyp:allocator',
- ],
- }],
- ],
'configurations': {
'Debug': {
'msvs_settings': {
« no previous file with comments | « components/web_cache.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698