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

Unified Diff: chrome/chrome.gyp

Issue 8463020: Make sure only the right processes can access the profile path. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added user notification for network profiles. Created 8 years, 11 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 | « chrome/browser/chrome_browser_main.cc ('k') | chrome/common/chrome_paths.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome.gyp
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index c63749d4cfa23046d5f2ecce6cdc4c3417f63f6c..c3adb9aa9096a277b4e30b6c2f4c9acb8b78fc82 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -1306,10 +1306,15 @@
'include_dirs': [
'..',
],
+ 'defines': [
+ 'COMPILE_CONTENT_STATICALLY',
+ ],
'sources': [
'tools/crash_service/crash_service.cc',
'tools/crash_service/crash_service.h',
'tools/crash_service/main.cc',
+ '../content/public/common/content_switches.cc',
+ '../content/public/common/content_switches.h',
],
'msvs_settings': {
'VCLinkerTool': {
« no previous file with comments | « chrome/browser/chrome_browser_main.cc ('k') | chrome/common/chrome_paths.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698