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

Unified Diff: ui/resources/BUILD.gn

Issue 1415753003: gn format everything. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: revert freetype-android change Created 5 years, 2 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
« no previous file with comments | « third_party/zlib/BUILD.gn ('k') | ui/touch_selection/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/resources/BUILD.gn
diff --git a/ui/resources/BUILD.gn b/ui/resources/BUILD.gn
index 48a23aeef2945b3eed86fdb2963d78fa9673308c..414f145354662b5468a35ed3f3640f508a118ed5 100644
--- a/ui/resources/BUILD.gn
+++ b/ui/resources/BUILD.gn
@@ -88,7 +88,9 @@ if (is_ios || is_mac) {
# This group exists just for targets that need the data file
# to exist in the build directory so it can be loaded for test purposes.
group("ui_test_pak_data") {
- data_deps = [ ":repack_ui_test_pak" ]
+ data_deps = [
+ ":repack_ui_test_pak",
+ ]
}
# GYP version: ui/resources/ui_resources.gyp:ui_test_pak
« no previous file with comments | « third_party/zlib/BUILD.gn ('k') | ui/touch_selection/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698