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

Unified Diff: content/renderer/BUILD.gn

Issue 704363002: XXX test gn format everything (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 6 years, 1 month 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/public/utility/BUILD.gn ('k') | content/shell/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/BUILD.gn
diff --git a/content/renderer/BUILD.gn b/content/renderer/BUILD.gn
index e67bf34f512e58b56ab4757af771d3d04671d096..ad403d6149fc414c5a39265f92210db8675fe51f 100644
--- a/content/renderer/BUILD.gn
+++ b/content/renderer/BUILD.gn
@@ -13,17 +13,15 @@ source_set("renderer") {
visibility = [ "//content/public/renderer:renderer_sources" ]
sources = rebase_path(content_renderer_gypi_values.private_renderer_sources,
- ".", "//content")
+ ".",
+ "//content")
- configs += [
- "//content:content_implementation",
- ]
+ configs += [ "//content:content_implementation" ]
deps = [
# TODO(GYP) bug 376846 remove this. This should be inherited from //net but
# those don't cross component boundaries.
"//crypto:platform",
-
"//base/allocator",
"//cc",
"//cc/blink",
@@ -74,9 +72,7 @@ source_set("renderer") {
}
if (is_android) {
- sources -= [
- "media/audio_decoder.cc",
- ]
+ sources -= [ "media/audio_decoder.cc" ]
sources += [
"external_popup_menu.cc",
"external_popup_menu.h",
@@ -84,9 +80,7 @@ source_set("renderer") {
# Add back the Linux file which Android shares.
set_sources_assignment_filter([])
- sources += [
- "render_view_linux.cc",
- ]
+ sources += [ "render_view_linux.cc" ]
deps += [
"//third_party/android_tools:cpu_features",
@@ -124,8 +118,9 @@ source_set("renderer") {
if (enable_webrtc) {
sources += rebase_path(
- content_renderer_gypi_values.private_renderer_webrtc_sources,
- ".", "//content")
+ content_renderer_gypi_values.private_renderer_webrtc_sources,
+ ".",
+ "//content")
deps += [
"//crypto",
"//third_party/libyuv",
@@ -143,8 +138,9 @@ source_set("renderer") {
if (enable_plugins) {
sources += rebase_path(
- content_renderer_gypi_values.private_renderer_plugin_sources,
- ".", "//content")
+ content_renderer_gypi_values.private_renderer_plugin_sources,
+ ".",
+ "//content")
deps += [
"//ppapi:ppapi_host",
"//ppapi:ppapi_proxy",
@@ -163,8 +159,9 @@ source_set("renderer") {
if (enable_plugins && enable_webrtc) {
sources += rebase_path(
- content_renderer_gypi_values.private_renderer_plugin_webrtc_sources,
- ".", "//content")
+ content_renderer_gypi_values.private_renderer_plugin_webrtc_sources,
+ ".",
+ "//content")
}
if (!enable_pepper_cdms) {
« no previous file with comments | « content/public/utility/BUILD.gn ('k') | content/shell/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698