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

Unified Diff: chrome/chrome.gyp

Issue 18254010: IPC fuzzer child process component (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove unnecessary include Created 7 years, 5 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 2ecf096c82dfb5762c7d2efdf69c242142ba2f97..5a274757e4af8ac56c707f70fe6035a584070803 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -45,6 +45,13 @@
'../printing/printing.gyp:printing',
'../third_party/WebKit/Source/devtools/devtools.gyp:devtools_frontend_resources',
],
+ 'conditions': [
+ ['enable_ipc_fuzzer==1', {
+ 'chromium_child_dependencies': [
+ 'ipc_fuzzer',
+ ],
+ }],
+ ],
}],
['OS=="win"', {
'nacl_defines': [
@@ -168,6 +175,7 @@
'chrome_installer.gypi',
'chrome_renderer.gypi',
'chrome_tests.gypi',
+ 'ipc_fuzzer.gypi',
'nacl.gypi',
'../apps/apps.gypi',
],

Powered by Google App Engine
This is Rietveld 408576698