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

Unified Diff: build/all.gyp

Issue 314253003: Remove memory_watcher tool as well as --memory-profile command line flag. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix compile issue on non-ChromeOS platforms Created 6 years, 6 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 | « no previous file | chrome/app/chrome_main_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/all.gyp
diff --git a/build/all.gyp b/build/all.gyp
index 0d5c591d35c44f784192279856b1f595c4ef8964..7d212b455f70251b5308852fc80d82e74f022e93 100644
--- a/build/all.gyp
+++ b/build/all.gyp
@@ -164,13 +164,6 @@
'../base/allocator/allocator.gyp:*',
],
}],
- # Don't enable dependencies that don't work on Win64.
- ['target_arch!="x64"', {
- 'dependencies': [
- # TODO(jschuh) Enable Win64 Memory Watcher. crbug.com/176877
- '../tools/memory_watcher/memory_watcher.gyp:*',
- ],
- }],
],
'dependencies': [
'../chrome_elf/chrome_elf.gyp:*',
« no previous file with comments | « no previous file | chrome/app/chrome_main_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698