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

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: Add support for gn build 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 '../components/tracing.gyp:tracing', 9 '../components/tracing.gyp:tracing',
10 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 10 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
(...skipping 636 matching lines...) Expand 10 before | Expand all | Expand 10 after
647 'common/sandbox_linux/bpf_ppapi_policy_linux.cc', 647 'common/sandbox_linux/bpf_ppapi_policy_linux.cc',
648 'common/sandbox_linux/bpf_ppapi_policy_linux.h', 648 'common/sandbox_linux/bpf_ppapi_policy_linux.h',
649 'common/sandbox_linux/bpf_renderer_policy_linux.cc', 649 'common/sandbox_linux/bpf_renderer_policy_linux.cc',
650 'common/sandbox_linux/bpf_renderer_policy_linux.h', 650 'common/sandbox_linux/bpf_renderer_policy_linux.h',
651 'common/sandbox_linux/bpf_utility_policy_linux.cc', 651 'common/sandbox_linux/bpf_utility_policy_linux.cc',
652 'common/sandbox_linux/bpf_utility_policy_linux.h', 652 'common/sandbox_linux/bpf_utility_policy_linux.h',
653 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc', 653 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc',
654 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h', 654 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h',
655 ], 655 ],
656 }, { 656 }, {
657 'dependencies': [
658 '../build/linux/system.gyp:dridriverdir',
659 ],
657 'defines': ['USE_SECCOMP_BPF'], 660 'defines': ['USE_SECCOMP_BPF'],
658 }], 661 }],
659 ['use_ozone==1', { 662 ['use_ozone==1', {
660 'dependencies': [ 663 'dependencies': [
661 '../ui/ozone/ozone.gyp:ozone', 664 '../ui/ozone/ozone.gyp:ozone',
662 '../ui/ozone/ozone.gyp:ozone_base', 665 '../ui/ozone/ozone.gyp:ozone_base',
663 ], 666 ],
664 'sources!': [ 667 'sources!': [
665 'common/gpu/gpu_memory_buffer_factory_linux.cc', 668 'common/gpu/gpu_memory_buffer_factory_linux.cc',
666 ], 669 ],
667 }, { # use_ozone!=1 670 }, { # use_ozone!=1
668 'sources!': [ 671 'sources!': [
669 'common/cursors/webcursor_ozone.cc', 672 'common/cursors/webcursor_ozone.cc',
670 'common/font_list_ozone.cc', 673 'common/font_list_ozone.cc',
671 'common/gpu/gpu_memory_buffer_factory_ozone.cc', 674 'common/gpu/gpu_memory_buffer_factory_ozone.cc',
672 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', 675 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc',
673 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', 676 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h',
674 ], 677 ],
675 }], 678 }],
676 ], 679 ],
677 } 680 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698