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

Unified Diff: chrome/chrome_common.gypi

Issue 972083002: Report utility process JS memory in task manager. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@v8-pac-oop
Patch Set: Add comment. Created 5 years, 7 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 | « chrome/chrome_browser.gypi ('k') | chrome/chrome_utility.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_common.gypi
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi
index d0c481898c3005c797fbdc88636eea3e74e5b0f0..cd64e73b29b4b0fca3c5984a494f4754ddd56466 100644
--- a/chrome/chrome_common.gypi
+++ b/chrome/chrome_common.gypi
@@ -687,5 +687,20 @@
},
'includes': [ '../build/protoc.gypi' ],
},
+ {
+ # GN version: //chrome/common:mojo_bindings
+ 'target_name': 'common_mojo_bindings',
+ 'type': 'static_library',
+ 'includes': [
+ '../third_party/mojo/mojom_bindings_generator.gypi'
+ ],
+ 'sources': [
+ 'common/resource_usage_reporter.mojom',
+ ],
+ 'dependencies': [
+ '../mojo/mojo_base.gyp:mojo_environment_chromium',
+ '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
+ ],
+ },
],
}
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_utility.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698