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

Side by Side Diff: content/public/common/BUILD.gn

Issue 1833193002: Content "gn check" work. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
« no previous file with comments | « content/public/child/BUILD.gn ('k') | content/public/gpu/BUILD.gn » ('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("//build/buildflag_header.gni") 5 import("//build/buildflag_header.gni")
6 import("//build/config/chromecast_build.gni") 6 import("//build/config/chromecast_build.gni")
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 import("//content/common/common.gni") 8 import("//content/common/common.gni")
9 import("//mojo/public/tools/bindings/mojom.gni") 9 import("//mojo/public/tools/bindings/mojom.gni")
10 import("//third_party/webrtc/build/webrtc.gni") 10 import("//third_party/webrtc/build/webrtc.gni")
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 ] 71 ]
72 sources = [ 72 sources = [
73 "//content/common/content_export.h", 73 "//content/common/content_export.h",
74 "content_switches.cc", 74 "content_switches.cc",
75 ] 75 ]
76 76
77 public_configs = [ ":static_switches_defines" ] 77 public_configs = [ ":static_switches_defines" ]
78 } 78 }
79 79
80 source_set("common_sources") { 80 source_set("common_sources") {
81 # External code should depend on via ":common" above.
81 visibility = [ "//content/*" ] 82 visibility = [ "//content/*" ]
82 83
83 sources = rebase_path(content_common_gypi_values.public_common_sources, 84 sources = rebase_path(content_common_gypi_values.public_common_sources,
84 ".", 85 ".",
85 "//content") 86 "//content")
86 87
87 configs += [ 88 configs += [
88 "//build/config:precompiled_headers", 89 "//build/config:precompiled_headers",
89 "//content:content_implementation", 90 "//content:content_implementation",
90 ] 91 ]
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
150 source_set("feature_h264_with_openh264_ffmpeg") { 151 source_set("feature_h264_with_openh264_ffmpeg") {
151 deps = [ 152 deps = [
152 ":features", 153 ":features",
153 "//base", 154 "//base",
154 ] 155 ]
155 sources = [ 156 sources = [
156 "feature_h264_with_openh264_ffmpeg.cc", 157 "feature_h264_with_openh264_ffmpeg.cc",
157 "feature_h264_with_openh264_ffmpeg.h", 158 "feature_h264_with_openh264_ffmpeg.h",
158 ] 159 ]
159 } 160 }
OLDNEW
« no previous file with comments | « content/public/child/BUILD.gn ('k') | content/public/gpu/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698