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

Unified Diff: content/shell/BUILD.gn

Issue 960413003: Apply gn format with 'sources' sorting to src/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gn-format-sort-2
Patch Set: . Created 5 years, 10 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 side-by-side diff with in-line comments
Download patch
Index: content/shell/BUILD.gn
diff --git a/content/shell/BUILD.gn b/content/shell/BUILD.gn
index a74dcd4eaec4753cacbb7717234b0e5bb545fca5..02ae551ef439dc2f4a5f41c711e3c40432b65689 100644
--- a/content/shell/BUILD.gn
+++ b/content/shell/BUILD.gn
@@ -398,9 +398,9 @@ if (use_x11) {
copy("copy_x11_fonts") {
visibility = [ ":*" ]
sources = [
- "renderer/test_runner/resources/fonts/fonts.conf",
"//third_party/gardiner_mod/GardinerModBug.ttf",
"//third_party/gardiner_mod/GardinerModCat.ttf",
+ "renderer/test_runner/resources/fonts/fonts.conf",
]
outputs = [
"$root_out_dir/{{source_file_part}}",
@@ -411,8 +411,8 @@ if (is_android) {
copy("copy_android_fonts") {
visibility = [ ":*" ]
sources = [
- "renderer/test_runner/resources/fonts/android_main_fonts.xml",
"renderer/test_runner/resources/fonts/android_fallback_fonts.xml",
+ "renderer/test_runner/resources/fonts/android_main_fonts.xml",
]
outputs = [
"$root_out_dir/{{source_file_part}}",

Powered by Google App Engine
This is Rietveld 408576698