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

Side by Side Diff: chrome/chrome.gyp

Issue 10306009: Make sure only the main browser process and service proceses are allowed to create the profile dire… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add gpu to the list of allowed processes. 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/app/chrome_main_delegate.cc ('k') | chrome/common/chrome_paths.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 { 4 {
5 'variables': { 5 'variables': {
6 'chromium_code': 1, 6 'chromium_code': 1,
7 7
8 'variables': { 8 'variables': {
9 'version_py_path': 'tools/build/version.py', 9 'version_py_path': 'tools/build/version.py',
10 'version_path': 'VERSION', 10 'version_path': 'VERSION',
(...skipping 1037 matching lines...) Expand 10 before | Expand all | Expand 10 after
1048 '../breakpad/breakpad.gyp:breakpad_handler_win64', 1048 '../breakpad/breakpad.gyp:breakpad_handler_win64',
1049 '../breakpad/breakpad.gyp:breakpad_sender_win64', 1049 '../breakpad/breakpad.gyp:breakpad_sender_win64',
1050 ], 1050 ],
1051 'include_dirs': [ 1051 'include_dirs': [
1052 '..', 1052 '..',
1053 ], 1053 ],
1054 'sources': [ 1054 'sources': [
1055 'tools/crash_service/crash_service.cc', 1055 'tools/crash_service/crash_service.cc',
1056 'tools/crash_service/crash_service.h', 1056 'tools/crash_service/crash_service.h',
1057 'tools/crash_service/main.cc', 1057 'tools/crash_service/main.cc',
1058 '../content/public/common/content_switches.cc',
1059 ],
1060 'defines': [
1061 'COMPILE_CONTENT_STATICALLY',
1058 ], 1062 ],
1059 'msvs_settings': { 1063 'msvs_settings': {
1060 'VCLinkerTool': { 1064 'VCLinkerTool': {
1061 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS 1065 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS
1062 }, 1066 },
1063 }, 1067 },
1064 'configurations': { 1068 'configurations': {
1065 'Common_Base': { 1069 'Common_Base': {
1066 'msvs_target_platform': 'x64', 1070 'msvs_target_platform': 'x64',
1067 }, 1071 },
1068 }, 1072 },
1069 }, 1073 },
1070 { 1074 {
1071 'target_name': 'sb_sigutil', 1075 'target_name': 'sb_sigutil',
1072 'type': 'executable', 1076 'type': 'executable',
1073 'dependencies': [ 1077 'dependencies': [
1074 '../base/base.gyp:base', 1078 '../base/base.gyp:base',
1075 'safe_browsing_proto', 1079 'safe_browsing_proto',
1076 ], 1080 ],
1077 'sources': [ 1081 'sources': [
1078 'browser/safe_browsing/signature_util.h', 1082 'browser/safe_browsing/signature_util.h',
1079 'browser/safe_browsing/signature_util_win.cc', 1083 'browser/safe_browsing/signature_util_win.cc',
1080 'tools/safe_browsing/sb_sigutil.cc', 1084 'tools/safe_browsing/sb_sigutil.cc',
1081 ], 1085 ],
1082 }, 1086 },
1083 ]}, # 'targets' 1087 ]}, # 'targets'
1084 ], # OS=="win" 1088 ], # OS=="win"
1085 ], # 'conditions' 1089 ], # 'conditions'
1086 } 1090 }
OLDNEW
« no previous file with comments | « chrome/app/chrome_main_delegate.cc ('k') | chrome/common/chrome_paths.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698