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

Side by Side Diff: content/content_common.gypi

Issue 99133015: Linux Sandbox: split the GPU policies to their own file. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Don't link extra files to NaCl. 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
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 327 matching lines...) Expand 10 before | Expand all | Expand 10 after
338 'common/plugin_list.h', 338 'common/plugin_list.h',
339 'common/plugin_list_mac.mm', 339 'common/plugin_list_mac.mm',
340 'common/plugin_list_posix.cc', 340 'common/plugin_list_posix.cc',
341 'common/plugin_list_win.cc', 341 'common/plugin_list_win.cc',
342 'common/plugin_process_messages.h', 342 'common/plugin_process_messages.h',
343 'common/power_monitor_messages.h', 343 'common/power_monitor_messages.h',
344 'common/process_type.cc', 344 'common/process_type.cc',
345 'common/quota_messages.h', 345 'common/quota_messages.h',
346 'common/resource_messages.cc', 346 'common/resource_messages.cc',
347 'common/resource_messages.h', 347 'common/resource_messages.h',
348 'common/sandbox_bpf_base_policy_linux.cc',
349 'common/sandbox_bpf_base_policy_linux.h',
350 'common/sandbox_init_linux.cc',
351 'common/sandbox_init_mac.cc', 348 'common/sandbox_init_mac.cc',
352 'common/sandbox_init_mac.h', 349 'common/sandbox_init_mac.h',
353 'common/sandbox_init_win.cc', 350 'common/sandbox_init_win.cc',
354 'common/sandbox_linux.cc', 351 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc',
355 'common/sandbox_linux.h', 352 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h',
353 'common/sandbox_linux/sandbox_bpf_cros_arm_gpu_policy_linux.cc',
354 'common/sandbox_linux/sandbox_bpf_cros_arm_gpu_policy_linux.h',
355 'common/sandbox_linux/sandbox_bpf_gpu_policy_linux.cc',
356 'common/sandbox_linux/sandbox_bpf_gpu_policy_linux.h',
357 'common/sandbox_linux/sandbox_init_linux.cc',
358 'common/sandbox_linux/sandbox_linux.cc',
359 'common/sandbox_linux/sandbox_linux.h',
360 'common/sandbox_linux/sandbox_seccomp_bpf_linux.cc',
361 'common/sandbox_linux/sandbox_seccomp_bpf_linux.h',
356 'common/sandbox_mac.h', 362 'common/sandbox_mac.h',
357 'common/sandbox_mac.mm', 363 'common/sandbox_mac.mm',
358 'common/sandbox_seccomp_bpf_linux.cc',
359 'common/sandbox_seccomp_bpf_linux.h',
360 'common/sandbox_util.cc', 364 'common/sandbox_util.cc',
361 'common/sandbox_util.h', 365 'common/sandbox_util.h',
362 'common/sandbox_win.cc', 366 'common/sandbox_win.cc',
363 'common/sandbox_win.h', 367 'common/sandbox_win.h',
364 'common/savable_url_schemes.cc', 368 'common/savable_url_schemes.cc',
365 'common/savable_url_schemes.h', 369 'common/savable_url_schemes.h',
366 'common/set_process_title.cc', 370 'common/set_process_title.cc',
367 'common/set_process_title.h', 371 'common/set_process_title.h',
368 'common/set_process_title_linux.cc', 372 'common/set_process_title_linux.cc',
369 'common/set_process_title_linux.h', 373 'common/set_process_title_linux.h',
(...skipping 251 matching lines...) Expand 10 before | Expand all | Expand 10 after
621 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', 625 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
622 '<(output)', 626 '<(output)',
623 '<(PRODUCT_DIR)', 627 '<(PRODUCT_DIR)',
624 ], 628 ],
625 'msvs_cygwin_shell': 1, 629 'msvs_cygwin_shell': 1,
626 }, 630 },
627 ] 631 ]
628 }], 632 }],
629 ], 633 ],
630 } 634 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698