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

Side by Side Diff: content/content_renderer.gypi

Issue 180783019: [Android] Define a baseline seccomp-bpf sandbox policy. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 9 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 '../gin/gin.gyp:gin', 7 '../gin/gin.gyp:gin',
8 '../jingle/jingle.gyp:jingle_glue', 8 '../jingle/jingle.gyp:jingle_glue',
9 '../media/media.gyp:media', 9 '../media/media.gyp:media',
10 '../net/net.gyp:net', 10 '../net/net.gyp:net',
11 '../sandbox/sandbox.gyp:sandbox',
11 '../skia/skia.gyp:skia', 12 '../skia/skia.gyp:skia',
12 '../third_party/WebKit/public/blink.gyp:blink', 13 '../third_party/WebKit/public/blink.gyp:blink',
13 '../third_party/icu/icu.gyp:icui18n', 14 '../third_party/icu/icu.gyp:icui18n',
14 '../third_party/icu/icu.gyp:icuuc', 15 '../third_party/icu/icu.gyp:icuuc',
15 '../third_party/libjingle/libjingle.gyp:libjingle', 16 '../third_party/libjingle/libjingle.gyp:libjingle',
16 '../third_party/npapi/npapi.gyp:npapi', 17 '../third_party/npapi/npapi.gyp:npapi',
17 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h', 18 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h',
18 '../ui/accessibility/accessibility.gyp:accessibility', 19 '../ui/accessibility/accessibility.gyp:accessibility',
19 '../ui/events/events.gyp:dom4_keycode_converter', 20 '../ui/events/events.gyp:dom4_keycode_converter',
20 '../ui/native_theme/native_theme.gyp:native_theme', 21 '../ui/native_theme/native_theme.gyp:native_theme',
(...skipping 769 matching lines...) Expand 10 before | Expand all | Expand 10 after
790 }], 791 }],
791 ], 792 ],
792 'target_conditions': [ 793 'target_conditions': [
793 ['OS=="android"', { 794 ['OS=="android"', {
794 'sources/': [ 795 'sources/': [
795 ['include', '^renderer/render_view_linux\\.cc$'], 796 ['include', '^renderer/render_view_linux\\.cc$'],
796 ], 797 ],
797 }], 798 }],
798 ], 799 ],
799 } 800 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698