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

Side by Side Diff: content/content_common.gypi

Issue 1542013005: Add a new driver bug workaround SANDBOX_START_EARLY Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Just rebase Created 4 years, 7 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
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 '../cc/cc.gyp:cc', 8 '../cc/cc.gyp:cc',
9 '../cc/ipc/cc_ipc.gyp:cc_ipc', 9 '../cc/ipc/cc_ipc.gyp:cc_ipc',
10 '../components/tracing.gyp:tracing', 10 '../components/tracing.gyp:tracing',
(...skipping 633 matching lines...) Expand 10 before | Expand all | Expand 10 after
644 'common/sandbox_linux/bpf_renderer_policy_linux.cc', 644 'common/sandbox_linux/bpf_renderer_policy_linux.cc',
645 'common/sandbox_linux/bpf_renderer_policy_linux.h', 645 'common/sandbox_linux/bpf_renderer_policy_linux.h',
646 'common/sandbox_linux/bpf_utility_policy_linux.cc', 646 'common/sandbox_linux/bpf_utility_policy_linux.cc',
647 'common/sandbox_linux/bpf_utility_policy_linux.h', 647 'common/sandbox_linux/bpf_utility_policy_linux.h',
648 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc', 648 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc',
649 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h', 649 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h',
650 ], 650 ],
651 }, { 651 }, {
652 'defines': ['USE_SECCOMP_BPF'], 652 'defines': ['USE_SECCOMP_BPF'],
653 }], 653 }],
654 ['OS=="linux"' and 'use_seccomp_bpf==1', {
655 'dependencies': [
656 '../build/linux/system.gyp:dridriverdir',
657 ],
658 }],
654 ['use_ozone==1', { 659 ['use_ozone==1', {
655 'dependencies': [ 660 'dependencies': [
656 '../ui/ozone/ozone.gyp:ozone', 661 '../ui/ozone/ozone.gyp:ozone',
657 '../ui/ozone/ozone.gyp:ozone_base', 662 '../ui/ozone/ozone.gyp:ozone_base',
658 ], 663 ],
659 'sources!': [ 664 'sources!': [
660 'common/gpu/gpu_memory_buffer_factory_linux.cc', 665 'common/gpu/gpu_memory_buffer_factory_linux.cc',
661 ], 666 ],
662 }, { # use_ozone!=1 667 }, { # use_ozone!=1
663 'sources!': [ 668 'sources!': [
664 'common/cursors/webcursor_ozone.cc', 669 'common/cursors/webcursor_ozone.cc',
665 'common/font_list_ozone.cc', 670 'common/font_list_ozone.cc',
666 'common/gpu/gpu_memory_buffer_factory_ozone.cc', 671 'common/gpu/gpu_memory_buffer_factory_ozone.cc',
667 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', 672 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc',
668 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', 673 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h',
669 ], 674 ],
670 }], 675 }],
671 ], 676 ],
672 } 677 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698