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

Unified Diff: build/common.gypi

Issue 8318028: Gracefully handle child process death in out-of-process plugin loading. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase, use sync messages. Created 9 years, 2 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 | « no previous file | content/browser/plugin_loader_posix.h » ('j') | content/browser/plugin_loader_posix.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index 3ceabf326cb72ff4179b334642e01ccec2141dc6..863b1ef437a9a4b6dc2dc285f65731dce8857f59 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -1250,7 +1250,7 @@
}],
# We use "POSIX" to refer to all non-Windows operating systems.
['OS=="win"', {
- 'sources/': [ ['exclude', '_posix\\.(h|cc)$'] ],
+ 'sources/': [ ['exclude', '_posix(_unittest)?\\.(h|cc)$'] ],
# turn on warnings for signed/unsigned mismatch on chromium code.
'msvs_settings': {
'VCCLCompilerTool': {
« no previous file with comments | « no previous file | content/browser/plugin_loader_posix.h » ('j') | content/browser/plugin_loader_posix.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698