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

Side by Side Diff: content/content_renderer.gypi

Issue 759403002: Add --enable-seccomp-filter-sandbox to about:flags on Android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 6 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
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | content/public/common/content_switches.h » ('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 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_ann otations', 8 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_ann otations',
9 '../cc/cc.gyp:cc', 9 '../cc/cc.gyp:cc',
10 '../cc/blink/cc_blink.gyp:cc_blink', 10 '../cc/blink/cc_blink.gyp:cc_blink',
(...skipping 804 matching lines...) Expand 10 before | Expand all | Expand 10 after
815 ], 815 ],
816 }], 816 }],
817 ['enable_browser_cdms==1', { 817 ['enable_browser_cdms==1', {
818 'sources': [ 818 'sources': [
819 'renderer/media/crypto/proxy_media_keys.cc', 819 'renderer/media/crypto/proxy_media_keys.cc',
820 'renderer/media/crypto/proxy_media_keys.h', 820 'renderer/media/crypto/proxy_media_keys.h',
821 'renderer/media/crypto/renderer_cdm_manager.cc', 821 'renderer/media/crypto/renderer_cdm_manager.cc',
822 'renderer/media/crypto/renderer_cdm_manager.h', 822 'renderer/media/crypto/renderer_cdm_manager.h',
823 ], 823 ],
824 }], 824 }],
825 ['use_seccomp_bpf==1', {
826 'defines': ['USE_SECCOMP_BPF'],
827 }],
825 ], 828 ],
826 'target_conditions': [ 829 'target_conditions': [
827 ['OS=="android"', { 830 ['OS=="android"', {
828 'sources/': [ 831 'sources/': [
829 ['include', '^renderer/render_view_linux\\.cc$'], 832 ['include', '^renderer/render_view_linux\\.cc$'],
830 ], 833 ],
831 }], 834 }],
832 ], 835 ],
833 } 836 }
OLDNEW
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | content/public/common/content_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698