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

Unified Diff: content/content_browser.gypi

Issue 9936002: Added code so renderer would cleanly exit. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Added chrome_switches.cc to libcontent_browser.a. Created 8 years, 8 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: content/content_browser.gypi
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index 0621ad5a9d7ee78450bdf9cf76c49d0fa27bb662..6f35476c6039e4eb2e7f0f27e358b6db0abbfc2d 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -702,6 +702,8 @@
'browser/zygote_host_impl_linux.cc',
'browser/zygote_host_impl_linux.h',
'browser/zygote_main_linux.cc',
+ 'common/chrome_switches.cc',
+ 'common/chrome_switches.h',
# TODO: These should be moved to test_support (see below), but
# are currently used by production code in automation_provider.cc.
'test/net/url_request_failed_job.cc',

Powered by Google App Engine
This is Rietveld 408576698