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

Side by Side Diff: content/BUILD.gn

Issue 2517953003: Move enable_webrtc to a buildflag header. (Closed)
Patch Set: Fix Created 4 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 | « components/nacl/loader/BUILD.gn ('k') | content/browser/frame_host/render_frame_host_impl.cc » ('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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 import("//tools/grit/grit_rule.gni") 5 import("//tools/grit/grit_rule.gni")
6 import("//build/config/nacl/config.gni") 6 import("//build/config/nacl/config.gni")
7 import("//ppapi/features/features.gni") 7 import("//ppapi/features/features.gni")
8 8
9 # Applied by targets internal to content. 9 # Applied by targets internal to content.
10 config("content_implementation") { 10 config("content_implementation") {
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 "common/send_zygote_child_ping_linux.cc", 91 "common/send_zygote_child_ping_linux.cc",
92 "public/common/content_switches.cc", 92 "public/common/content_switches.cc",
93 "public/common/mojo_channel_switches.cc", 93 "public/common/mojo_channel_switches.cc",
94 ] 94 ]
95 set_sources_assignment_filter(sources_assignment_filter) 95 set_sources_assignment_filter(sources_assignment_filter)
96 96
97 defines = [ "USE_SECCOMP_BPF=1" ] 97 defines = [ "USE_SECCOMP_BPF=1" ]
98 98
99 deps = [ 99 deps = [
100 "//base", 100 "//base",
101 "//media:media_features",
101 "//sandbox/linux:sandbox", 102 "//sandbox/linux:sandbox",
102 ] 103 ]
103 } 104 }
104 } else { 105 } else {
105 group("content") { 106 group("content") {
106 public_deps = content_shared_components 107 public_deps = content_shared_components
107 } 108 }
108 } 109 }
109 110
110 grit("resources") { 111 grit("resources") {
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
146 sources = [ 147 sources = [
147 "app/sandbox_helper_win.cc", 148 "app/sandbox_helper_win.cc",
148 "public/app/sandbox_helper_win.h", 149 "public/app/sandbox_helper_win.h",
149 ] 150 ]
150 151
151 deps = [ 152 deps = [
152 "//sandbox", 153 "//sandbox",
153 ] 154 ]
154 } 155 }
155 } 156 }
OLDNEW
« no previous file with comments | « components/nacl/loader/BUILD.gn ('k') | content/browser/frame_host/render_frame_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698