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

Side by Side Diff: content/content_common.gypi

Issue 8414020: Expose the sandbox related code through the content API. I did a bit of cleanup while I was doing... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 1 month 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 29 matching lines...) Expand all
40 'public/common/gpu_info.cc', 40 'public/common/gpu_info.cc',
41 'public/common/gpu_info.h', 41 'public/common/gpu_info.h',
42 'public/common/page_transition_types.cc', 42 'public/common/page_transition_types.cc',
43 'public/common/page_transition_types.h', 43 'public/common/page_transition_types.h',
44 'public/common/page_type.h', 44 'public/common/page_type.h',
45 'public/common/page_zoom.h', 45 'public/common/page_zoom.h',
46 'public/common/pepper_plugin_info.cc', 46 'public/common/pepper_plugin_info.cc',
47 'public/common/pepper_plugin_info.h', 47 'public/common/pepper_plugin_info.h',
48 'public/common/resource_dispatcher_delegate.h', 48 'public/common/resource_dispatcher_delegate.h',
49 'public/common/result_codes.h', 49 'public/common/result_codes.h',
50 'public/common/sandbox_init.h',
50 'public/common/security_style.h', 51 'public/common/security_style.h',
51 'public/common/serialized_script_value.cc', 52 'public/common/serialized_script_value.cc',
52 'public/common/serialized_script_value.h', 53 'public/common/serialized_script_value.h',
53 'public/common/url_constants.cc', 54 'public/common/url_constants.cc',
54 'public/common/url_constants.h', 55 'public/common/url_constants.h',
55 'public/common/url_fetcher.h', 56 'public/common/url_fetcher.h',
56 'public/common/url_fetcher_delegate.h', 57 'public/common/url_fetcher_delegate.h',
57 'public/common/url_fetcher_factory.h', 58 'public/common/url_fetcher_factory.h',
58 'public/common/view_types.h', 59 'public/common/view_types.h',
59 'public/common/zygote_fork_delegate_linux.h', 60 'public/common/zygote_fork_delegate_linux.h',
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
199 'common/quota_dispatcher.h', 200 'common/quota_dispatcher.h',
200 'common/renderer_preferences.cc', 201 'common/renderer_preferences.cc',
201 'common/renderer_preferences.h', 202 'common/renderer_preferences.h',
202 'common/request_extra_data.cc', 203 'common/request_extra_data.cc',
203 'common/request_extra_data.h', 204 'common/request_extra_data.h',
204 'common/resource_dispatcher.cc', 205 'common/resource_dispatcher.cc',
205 'common/resource_dispatcher.h', 206 'common/resource_dispatcher.h',
206 'common/resource_messages.h', 207 'common/resource_messages.h',
207 'common/resource_response.cc', 208 'common/resource_response.cc',
208 'common/resource_response.h', 209 'common/resource_response.h',
209 'common/sandbox_init_wrapper.h', 210 'common/sandbox_init_mac.cc',
210 'common/sandbox_init_wrapper_linux.cc', 211 'common/sandbox_init_win.cc',
211 'common/sandbox_init_wrapper_mac.cc',
212 'common/sandbox_init_wrapper_win.cc',
213 'common/sandbox_mac.h', 212 'common/sandbox_mac.h',
214 'common/sandbox_mac.mm', 213 'common/sandbox_mac.mm',
215 'common/sandbox_methods_linux.h', 214 'common/sandbox_methods_linux.h',
216 'common/sandbox_policy.cc', 215 'common/sandbox_policy.cc',
217 'common/sandbox_policy.h', 216 'common/sandbox_policy.h',
218 'common/section_util_win.cc', 217 'common/section_util_win.cc',
219 'common/section_util_win.h', 218 'common/section_util_win.h',
220 'common/sensors.h', 219 'common/sensors.h',
221 'common/sensors_listener.h', 220 'common/sensors_listener.h',
222 'common/set_process_title.cc', 221 'common/set_process_title.cc',
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
327 ], 326 ],
328 'link_settings': { 327 'link_settings': {
329 'libraries': [ 328 'libraries': [
330 '-lEGL', 329 '-lEGL',
331 '-lGLESv2', 330 '-lGLESv2',
332 ], 331 ],
333 }, 332 },
334 }], 333 }],
335 ], 334 ],
336 } 335 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698