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

Unified Diff: chrome/chrome_exe.gypi

Issue 1331973002: Remove clang type profiler and deep memory profiler. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 years, 3 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 | « build/toolchain/mac/BUILD.gn ('k') | content/app/content_main_runner.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_exe.gypi
diff --git a/chrome/chrome_exe.gypi b/chrome/chrome_exe.gypi
index f6976c28d57d46a88f566442330644692dbee949..c64b27d6c0b8a760180d17871be91fc6149e202a 100644
--- a/chrome/chrome_exe.gypi
+++ b/chrome/chrome_exe.gypi
@@ -9,11 +9,6 @@
'type': 'none',
'dependencies': [ 'chrome_initial', ],
'conditions': [
- ['OS=="linux" and clang_type_profiler==1', {
- 'dependencies!': [
- '<(DEPTH)/base/allocator/allocator.gyp:type_profiler',
- ],
- }],
['OS == "win"', {
'actions': [
{
« no previous file with comments | « build/toolchain/mac/BUILD.gn ('k') | content/app/content_main_runner.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698