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

Unified Diff: chrome/chrome.gyp

Issue 10390003: Make sure only the main browser process and service processes are allowed to create the profile dir… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 7 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 521dbbd1c01a5dd81d295920ea493f662eab9e34..52cd0bb8b7310bafe064471a0c3eb4100dac3bda 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -1057,6 +1057,10 @@
'tools/crash_service/crash_service.cc',
'tools/crash_service/crash_service.h',
'tools/crash_service/main.cc',
+ '../content/public/common/content_switches.cc',
+ ],
cpu_(ooo_6.6-7.5) 2012/05/09 02:00:19 I don't understand this new dependency, looks ok b
+ 'defines': [
+ 'COMPILE_CONTENT_STATICALLY',
],
'msvs_settings': {
'VCLinkerTool': {

Powered by Google App Engine
This is Rietveld 408576698