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

Unified Diff: extensions/extensions.gypi

Issue 1022663003: Bind open firewall ports to visible application windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add a dummy implementation of WebContentsModalDialogManager::CreateNativeWebModalManager to fix lin… Created 5 years, 9 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: extensions/extensions.gypi
diff --git a/extensions/extensions.gypi b/extensions/extensions.gypi
index 03c3ae79e7b865e8fb396ea5c24b09afabb15d1d..a947ce9affa7d1cd2f3b3c6f3705979c16817ec0 100644
--- a/extensions/extensions.gypi
+++ b/extensions/extensions.gypi
@@ -1029,4 +1029,17 @@
'test/test_permission_message_provider.h',
],
},
+ 'conditions': [
+ ['chromeos==1', {
+ 'variables': {
+ 'extensions_browser_sources': [
+ 'browser/api/socket/app_firewall_hole_manager.cc',
+ 'browser/api/socket/app_firewall_hole_manager.h',
+ ],
+ 'extensions_test_support_sources': [
+ 'test/test_web_contents_modal_dialog_manager.cc',
+ ],
+ },
+ }],
+ ],
}

Powered by Google App Engine
This is Rietveld 408576698