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

Side by Side Diff: content/content_common.gypi

Issue 8589001: Load mac sandbox definitions from resources instead of the bundle. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: updates Created 9 years 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 | « content/content_browser.gypi ('k') | content/content_ppapi_plugin.gypi » ('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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'dependencies': [ 6 'dependencies': [
7 '../base/base.gyp:base', 7 '../base/base.gyp:base',
8 '../build/temp_gyp/googleurl.gyp:googleurl', 8 '../build/temp_gyp/googleurl.gyp:googleurl',
9 '../gpu/gpu.gyp:gpu_ipc', 9 '../gpu/gpu.gyp:gpu_ipc',
10 '../ipc/ipc.gyp:ipc', 10 '../ipc/ipc.gyp:ipc',
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 'public/common/page_transition_types.h', 49 'public/common/page_transition_types.h',
50 'public/common/page_type.h', 50 'public/common/page_type.h',
51 'public/common/page_zoom.h', 51 'public/common/page_zoom.h',
52 'public/common/pepper_plugin_info.cc', 52 'public/common/pepper_plugin_info.cc',
53 'public/common/pepper_plugin_info.h', 53 'public/common/pepper_plugin_info.h',
54 'public/common/renderer_preferences.cc', 54 'public/common/renderer_preferences.cc',
55 'public/common/renderer_preferences.h', 55 'public/common/renderer_preferences.h',
56 'public/common/resource_dispatcher_delegate.h', 56 'public/common/resource_dispatcher_delegate.h',
57 'public/common/result_codes.h', 57 'public/common/result_codes.h',
58 'public/common/sandbox_init.h', 58 'public/common/sandbox_init.h',
59 'public/common/sandbox_type_mac.h',
59 'public/common/security_style.h', 60 'public/common/security_style.h',
60 'public/common/serialized_script_value.cc', 61 'public/common/serialized_script_value.cc',
61 'public/common/serialized_script_value.h', 62 'public/common/serialized_script_value.h',
62 'public/common/show_desktop_notification_params.cc', 63 'public/common/show_desktop_notification_params.cc',
63 'public/common/show_desktop_notification_params.h', 64 'public/common/show_desktop_notification_params.h',
64 'public/common/stop_find_action.h', 65 'public/common/stop_find_action.h',
65 'public/common/url_constants.cc', 66 'public/common/url_constants.cc',
66 'public/common/url_constants.h', 67 'public/common/url_constants.h',
67 'public/common/url_fetcher.h', 68 'public/common/url_fetcher.h',
68 'public/common/url_fetcher_delegate.h', 69 'public/common/url_fetcher_delegate.h',
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
209 'common/plugin_messages.h', 210 'common/plugin_messages.h',
210 'common/quota_messages.h', 211 'common/quota_messages.h',
211 'common/quota_dispatcher.cc', 212 'common/quota_dispatcher.cc',
212 'common/quota_dispatcher.h', 213 'common/quota_dispatcher.h',
213 'common/request_extra_data.cc', 214 'common/request_extra_data.cc',
214 'common/request_extra_data.h', 215 'common/request_extra_data.h',
215 'common/resource_dispatcher.cc', 216 'common/resource_dispatcher.cc',
216 'common/resource_dispatcher.h', 217 'common/resource_dispatcher.h',
217 'common/resource_messages.h', 218 'common/resource_messages.h',
218 'common/sandbox_init_mac.cc', 219 'common/sandbox_init_mac.cc',
220 'common/sandbox_init_mac.h',
219 'common/sandbox_init_win.cc', 221 'common/sandbox_init_win.cc',
220 'common/sandbox_mac.h', 222 'common/sandbox_mac.h',
221 'common/sandbox_mac.mm', 223 'common/sandbox_mac.mm',
222 'common/sandbox_methods_linux.h', 224 'common/sandbox_methods_linux.h',
223 'common/sandbox_policy.cc', 225 'common/sandbox_policy.cc',
224 'common/sandbox_policy.h', 226 'common/sandbox_policy.h',
225 'common/section_util_win.cc', 227 'common/section_util_win.cc',
226 'common/section_util_win.h', 228 'common/section_util_win.h',
227 'common/set_process_title.cc', 229 'common/set_process_title.cc',
228 'common/set_process_title.h', 230 'common/set_process_title.h',
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
262 'public/common/webkit_param_traits.cc', 264 'public/common/webkit_param_traits.cc',
263 'public/common/webkit_param_traits.h', 265 'public/common/webkit_param_traits.h',
264 ], 266 ],
265 'conditions': [ 267 'conditions': [
266 ['OS!="win"', { 268 ['OS!="win"', {
267 'sources!': [ 269 'sources!': [
268 'common/sandbox_policy.cc', 270 'common/sandbox_policy.cc',
269 'common/sandbox_policy.h', 271 'common/sandbox_policy.h',
270 ], 272 ],
271 }], 273 }],
272 ['OS=="mac"', {
273 'link_settings': {
274 'mac_bundle_resources': [
275 'common/common.sb',
276 ],
277 },
278 }],
279 ['toolkit_uses_gtk == 1', { 274 ['toolkit_uses_gtk == 1', {
280 'dependencies': [ 275 'dependencies': [
281 '../build/linux/system.gyp:gtk', 276 '../build/linux/system.gyp:gtk',
282 ], 277 ],
283 }], 278 }],
284 ['use_x11 == 1', { 279 ['use_x11 == 1', {
285 'dependencies': [ 280 'dependencies': [
286 '../build/linux/system.gyp:pangocairo', 281 '../build/linux/system.gyp:pangocairo',
287 ], 282 ],
288 'include_dirs': [ 283 'include_dirs': [
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
321 ], 316 ],
322 'link_settings': { 317 'link_settings': {
323 'libraries': [ 318 'libraries': [
324 '-lEGL', 319 '-lEGL',
325 '-lGLESv2', 320 '-lGLESv2',
326 ], 321 ],
327 }, 322 },
328 }], 323 }],
329 ], 324 ],
330 } 325 }
OLDNEW
« no previous file with comments | « content/content_browser.gypi ('k') | content/content_ppapi_plugin.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698