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

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: different approach 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
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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 'public/common/page_transition_types.h', 45 'public/common/page_transition_types.h',
46 'public/common/page_type.h', 46 'public/common/page_type.h',
47 'public/common/page_zoom.h', 47 'public/common/page_zoom.h',
48 'public/common/pepper_plugin_info.cc', 48 'public/common/pepper_plugin_info.cc',
49 'public/common/pepper_plugin_info.h', 49 'public/common/pepper_plugin_info.h',
50 'public/common/renderer_preferences.cc', 50 'public/common/renderer_preferences.cc',
51 'public/common/renderer_preferences.h', 51 'public/common/renderer_preferences.h',
52 'public/common/resource_dispatcher_delegate.h', 52 'public/common/resource_dispatcher_delegate.h',
53 'public/common/result_codes.h', 53 'public/common/result_codes.h',
54 'public/common/sandbox_init.h', 54 'public/common/sandbox_init.h',
55 'public/common/sandbox_process_type_mac.h',
55 'public/common/security_style.h', 56 'public/common/security_style.h',
56 'public/common/serialized_script_value.cc', 57 'public/common/serialized_script_value.cc',
57 'public/common/serialized_script_value.h', 58 'public/common/serialized_script_value.h',
58 'public/common/show_desktop_notification_params.cc', 59 'public/common/show_desktop_notification_params.cc',
59 'public/common/show_desktop_notification_params.h', 60 'public/common/show_desktop_notification_params.h',
60 'public/common/url_constants.cc', 61 'public/common/url_constants.cc',
61 'public/common/url_constants.h', 62 'public/common/url_constants.h',
62 'public/common/url_fetcher.h', 63 'public/common/url_fetcher.h',
63 'public/common/url_fetcher_delegate.h', 64 'public/common/url_fetcher_delegate.h',
64 'public/common/url_fetcher_factory.h', 65 'public/common/url_fetcher_factory.h',
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
204 'common/quota_dispatcher.cc', 205 'common/quota_dispatcher.cc',
205 'common/quota_dispatcher.h', 206 'common/quota_dispatcher.h',
206 'common/request_extra_data.cc', 207 'common/request_extra_data.cc',
207 'common/request_extra_data.h', 208 'common/request_extra_data.h',
208 'common/resource_dispatcher.cc', 209 'common/resource_dispatcher.cc',
209 'common/resource_dispatcher.h', 210 'common/resource_dispatcher.h',
210 'common/resource_messages.h', 211 'common/resource_messages.h',
211 'common/resource_response.cc', 212 'common/resource_response.cc',
212 'common/resource_response.h', 213 'common/resource_response.h',
213 'common/sandbox_init_mac.cc', 214 'common/sandbox_init_mac.cc',
215 'common/sandbox_init_mac.h',
214 'common/sandbox_init_win.cc', 216 'common/sandbox_init_win.cc',
215 'common/sandbox_mac.h', 217 'common/sandbox_mac.h',
216 'common/sandbox_mac.mm', 218 'common/sandbox_mac.mm',
217 'common/sandbox_methods_linux.h', 219 'common/sandbox_methods_linux.h',
218 'common/sandbox_policy.cc', 220 'common/sandbox_policy.cc',
219 'common/sandbox_policy.h', 221 'common/sandbox_policy.h',
220 'common/section_util_win.cc', 222 'common/section_util_win.cc',
221 'common/section_util_win.h', 223 'common/section_util_win.h',
222 'common/sensors.h', 224 'common/sensors.h',
223 'common/sensors_listener.h', 225 'common/sensors_listener.h',
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
265 ], 267 ],
266 }], 268 }],
267 ['OS=="mac"', { 269 ['OS=="mac"', {
268 'sources!': [ 270 'sources!': [
269 'common/process_watcher_posix.cc', 271 'common/process_watcher_posix.cc',
270 ], 272 ],
271 'sources': [ 273 'sources': [
272 'common/gpu/image_transport_surface.cc', 274 'common/gpu/image_transport_surface.cc',
273 'common/gpu/image_transport_surface_mac.cc', 275 'common/gpu/image_transport_surface_mac.cc',
274 ], 276 ],
275 'link_settings': {
276 'mac_bundle_resources': [
277 'common/common.sb',
278 ],
279 },
280 }], 277 }],
281 ['toolkit_uses_gtk == 1', { 278 ['toolkit_uses_gtk == 1', {
282 'dependencies': [ 279 'dependencies': [
283 '../build/linux/system.gyp:gtk', 280 '../build/linux/system.gyp:gtk',
284 ], 281 ],
285 }], 282 }],
286 ['use_x11 == 1', { 283 ['use_x11 == 1', {
287 'dependencies': [ 284 'dependencies': [
288 '../build/linux/system.gyp:pangocairo', 285 '../build/linux/system.gyp:pangocairo',
289 ], 286 ],
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
329 ], 326 ],
330 'link_settings': { 327 'link_settings': {
331 'libraries': [ 328 'libraries': [
332 '-lEGL', 329 '-lEGL',
333 '-lGLESv2', 330 '-lGLESv2',
334 ], 331 ],
335 }, 332 },
336 }], 333 }],
337 ], 334 ],
338 } 335 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698