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

Side by Side Diff: content/content_common.gypi

Issue 10826093: Create a LinuxSandbox class (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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
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 '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:gles2_implementation', 9 '../gpu/gpu.gyp:gles2_implementation',
10 '../gpu/gpu.gyp:gpu_ipc', 10 '../gpu/gpu.gyp:gpu_ipc',
(...skipping 300 matching lines...) Expand 10 before | Expand all | Expand 10 after
311 'common/request_extra_data.h', 311 'common/request_extra_data.h',
312 'common/resource_dispatcher.cc', 312 'common/resource_dispatcher.cc',
313 'common/resource_dispatcher.h', 313 'common/resource_dispatcher.h',
314 'common/resource_messages.h', 314 'common/resource_messages.h',
315 'common/sandbox_init_mac.cc', 315 'common/sandbox_init_mac.cc',
316 'common/sandbox_init_mac.h', 316 'common/sandbox_init_mac.h',
317 'common/sandbox_init_win.cc', 317 'common/sandbox_init_win.cc',
318 'common/sandbox_init_linux.cc', 318 'common/sandbox_init_linux.cc',
319 'common/sandbox_mac.h', 319 'common/sandbox_mac.h',
320 'common/sandbox_mac.mm', 320 'common/sandbox_mac.mm',
321 'common/sandbox_methods_linux.h', 321 'common/sandbox_linux.h',
322 'common/sandbox_linux.cc',
322 'common/sandbox_policy.cc', 323 'common/sandbox_policy.cc',
323 'common/sandbox_policy.h', 324 'common/sandbox_policy.h',
324 'common/savable_url_schemes.cc', 325 'common/savable_url_schemes.cc',
325 'common/savable_url_schemes.h', 326 'common/savable_url_schemes.h',
326 'common/set_process_title.cc', 327 'common/set_process_title.cc',
327 'common/set_process_title.h', 328 'common/set_process_title.h',
328 'common/set_process_title_linux.cc', 329 'common/set_process_title_linux.cc',
329 'common/set_process_title_linux.h', 330 'common/set_process_title_linux.h',
330 'common/socket_stream.h', 331 'common/socket_stream.h',
331 'common/socket_stream_dispatcher.cc', 332 'common/socket_stream_dispatcher.cc',
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
499 '../build/extract_from_cab.py', 500 '../build/extract_from_cab.py',
500 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', 501 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
501 '<(output)', 502 '<(output)',
502 '<(PRODUCT_DIR)', 503 '<(PRODUCT_DIR)',
503 ], 504 ],
504 }, 505 },
505 ] 506 ]
506 }] 507 }]
507 ], 508 ],
508 } 509 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698