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

Unified Diff: testing/perf/BUILD.gn

Issue 774353003: gn format // (the rest) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase net Created 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « testing/android/junit/BUILD.gn ('k') | third_party/adobe/flash/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/perf/BUILD.gn
diff --git a/testing/perf/BUILD.gn b/testing/perf/BUILD.gn
index d158f1988a2c7b8fc6481948428d91f40eadeee8..9d7ca91e5ae250dd396aa0ad0fb13d7ace14e880 100644
--- a/testing/perf/BUILD.gn
+++ b/testing/perf/BUILD.gn
@@ -3,6 +3,10 @@
# found in the LICENSE file.
source_set("perf") {
- sources = [ "perf_test.cc" ]
- deps = [ "//base" ]
+ sources = [
+ "perf_test.cc",
+ ]
+ deps = [
+ "//base",
+ ]
}
« no previous file with comments | « testing/android/junit/BUILD.gn ('k') | third_party/adobe/flash/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698