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

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: Try to fix build... again. 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
Index: chrome/chrome_common.gypi
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi
index fc431beb168a57f6ef205ef53ae30c0e694290c4..1b66175946486c795cd2859633916a01d6ec50d7 100644
--- a/chrome/chrome_common.gypi
+++ b/chrome/chrome_common.gypi
@@ -675,5 +675,21 @@
},
'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_application_bindings',
+ '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
+ ],
+ },
],
}

Powered by Google App Engine
This is Rietveld 408576698