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

Unified Diff: BUILD.gn

Issue 702903004: Add chrome perf tests and sniffer to GN build. (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 | « no previous file | build/config/linux/pkg-config.py » ('j') | third_party/harfbuzz-ng/BUILD.gn » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index e2fdb39d5ee2ec7fa730985c109bf38fbc3b354b..eb2379ef573889b549b5173920bb8abe9035680d 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -38,6 +38,8 @@ group("root") {
"//chrome/common",
"//chrome/plugin",
"//chrome/renderer",
+ "//chrome/test",
+ "//chrome/tools",
"//chrome/utility",
"//components:all_components",
"//content",
@@ -205,6 +207,8 @@ group("root") {
"//chrome/common",
"//chrome/plugin",
"//chrome/renderer",
+ "//chrome/test",
+ "//chrome/tools",
"//chrome/utility",
"//content/shell:content_shell",
"//extensions/browser",
« no previous file with comments | « no previous file | build/config/linux/pkg-config.py » ('j') | third_party/harfbuzz-ng/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698