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

Side by Side Diff: chrome/common_constants.gypi

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/common/chrome_paths_win.cc ('k') | no next file » | 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 { 5 {
6 'target_defaults': { 6 'target_defaults': {
7 'variables': { 7 'variables': {
8 'common_constants_target': 0, 8 'common_constants_target': 0,
9 }, 9 },
10 'target_conditions': [ 10 'target_conditions': [
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 'target_name': 'common_constants_win64', 79 'target_name': 'common_constants_win64',
80 'type': 'static_library', 80 'type': 'static_library',
81 'variables': { 81 'variables': {
82 'common_constants_target': 1, 82 'common_constants_target': 1,
83 }, 83 },
84 'dependencies': [ 84 'dependencies': [
85 '../base/base.gyp:base_nacl_win64', 85 '../base/base.gyp:base_nacl_win64',
86 ], 86 ],
87 'defines': [ 87 'defines': [
88 '<@(nacl_win64_defines)', 88 '<@(nacl_win64_defines)',
89 'COMPILE_CONTENT_STATICALLY',
89 ], 90 ],
90 'configurations': { 91 'configurations': {
91 'Common_Base': { 92 'Common_Base': {
92 'msvs_target_platform': 'x64', 93 'msvs_target_platform': 'x64',
93 }, 94 },
94 }, 95 },
95 }, 96 },
96 ], 97 ],
97 }], 98 }],
98 ], 99 ],
99 } 100 }
OLDNEW
« no previous file with comments | « chrome/common/chrome_paths_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698