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

Unified Diff: chrome/chrome.gyp

Issue 98603007: Launches a privileged utility process. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Moves whitelist to a new file, adds new OWNERS reviewers for that file. Also fixes ordering of met… Created 6 years, 10 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.gyp
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index 95642f742851571d213666f10f1e68ec517a4f4b..6120eae8db5313ca7171d31f2e1eac7f266bb0cf 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -255,6 +255,8 @@
'sources': [
'utility/chrome_content_utility_client.cc',
'utility/chrome_content_utility_client.h',
+ 'utility/chrome_content_utility_ipc_whitelist.cc',
+ 'utility/chrome_content_utility_ipc_whitelist.h',
'utility/extensions/unpacker.cc',
'utility/extensions/unpacker.h',
'utility/importer/bookmark_html_reader.cc',

Powered by Google App Engine
This is Rietveld 408576698