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

Side by Side Diff: content/content_common.gypi

Issue 114483003: Revert of Linux Sandbox: split the GPU policies to their own file. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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/common/sandbox_seccomp_bpf_linux.cc ('k') | content/gpu/gpu_main.cc » ('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) 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 '../components/tracing.gyp:tracing', 8 '../components/tracing.gyp:tracing',
9 '../net/net.gyp:net', 9 '../net/net.gyp:net',
10 '../skia/skia.gyp:skia', 10 '../skia/skia.gyp:skia',
(...skipping 329 matching lines...) Expand 10 before | Expand all | Expand 10 after
340 'common/plugin_list.h', 340 'common/plugin_list.h',
341 'common/plugin_list_mac.mm', 341 'common/plugin_list_mac.mm',
342 'common/plugin_list_posix.cc', 342 'common/plugin_list_posix.cc',
343 'common/plugin_list_win.cc', 343 'common/plugin_list_win.cc',
344 'common/plugin_process_messages.h', 344 'common/plugin_process_messages.h',
345 'common/power_monitor_messages.h', 345 'common/power_monitor_messages.h',
346 'common/process_type.cc', 346 'common/process_type.cc',
347 'common/quota_messages.h', 347 'common/quota_messages.h',
348 'common/resource_messages.cc', 348 'common/resource_messages.cc',
349 'common/resource_messages.h', 349 'common/resource_messages.h',
350 'common/sandbox_bpf_base_policy_linux.cc',
351 'common/sandbox_bpf_base_policy_linux.h',
352 'common/sandbox_init_linux.cc',
350 'common/sandbox_init_mac.cc', 353 'common/sandbox_init_mac.cc',
351 'common/sandbox_init_mac.h', 354 'common/sandbox_init_mac.h',
352 'common/sandbox_init_win.cc', 355 'common/sandbox_init_win.cc',
353 'common/sandbox_linux/bpf_cros_arm_gpu_policy_linux.cc', 356 'common/sandbox_linux.cc',
354 'common/sandbox_linux/bpf_cros_arm_gpu_policy_linux.h', 357 'common/sandbox_linux.h',
355 'common/sandbox_linux/bpf_gpu_policy_linux.cc',
356 'common/sandbox_linux/bpf_gpu_policy_linux.h',
357 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc',
358 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h',
359 'common/sandbox_linux/sandbox_init_linux.cc',
360 'common/sandbox_linux/sandbox_linux.cc',
361 'common/sandbox_linux/sandbox_linux.h',
362 'common/sandbox_linux/sandbox_seccomp_bpf_linux.cc',
363 'common/sandbox_linux/sandbox_seccomp_bpf_linux.h',
364 'common/sandbox_mac.h', 358 'common/sandbox_mac.h',
365 'common/sandbox_mac.mm', 359 'common/sandbox_mac.mm',
360 'common/sandbox_seccomp_bpf_linux.cc',
361 'common/sandbox_seccomp_bpf_linux.h',
366 'common/sandbox_util.cc', 362 'common/sandbox_util.cc',
367 'common/sandbox_util.h', 363 'common/sandbox_util.h',
368 'common/sandbox_win.cc', 364 'common/sandbox_win.cc',
369 'common/sandbox_win.h', 365 'common/sandbox_win.h',
370 'common/savable_url_schemes.cc', 366 'common/savable_url_schemes.cc',
371 'common/savable_url_schemes.h', 367 'common/savable_url_schemes.h',
372 'common/set_process_title.cc', 368 'common/set_process_title.cc',
373 'common/set_process_title.h', 369 'common/set_process_title.h',
374 'common/set_process_title_linux.cc', 370 'common/set_process_title_linux.cc',
375 'common/set_process_title_linux.h', 371 'common/set_process_title_linux.h',
(...skipping 252 matching lines...) Expand 10 before | Expand all | Expand 10 after
628 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', 624 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
629 '<(output)', 625 '<(output)',
630 '<(PRODUCT_DIR)', 626 '<(PRODUCT_DIR)',
631 ], 627 ],
632 'msvs_cygwin_shell': 1, 628 'msvs_cygwin_shell': 1,
633 }, 629 },
634 ] 630 ]
635 }], 631 }],
636 ], 632 ],
637 } 633 }
OLDNEW
« no previous file with comments | « content/common/sandbox_seccomp_bpf_linux.cc ('k') | content/gpu/gpu_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698