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

Unified Diff: chrome/test/BUILD.gn

Issue 2090773002: Improves first run dialog performance on Win8 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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
« chrome/chrome_tests.gypi ('K') | « chrome/chrome_tests.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/BUILD.gn
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
index b62091b070f9590cd9fe5a3ed5e96239e2958114..9ba58d3842ba8574d0d65e9ca76411c6e69b9f38 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -1226,6 +1226,8 @@ if (!is_android) {
deps += [ "//chrome/test/media_router:media_router_browsertests" ]
}
if (is_win) {
+ sources +=
grt (UTC plus 2) 2016/07/19 08:13:01 i think you can remove this if you move the file i
zmin 2016/07/20 16:35:45 Done.
+ [ "../browser/ui/webui/set_as_default_browser_ui_browsertest_win.cc" ]
deps += [
"//chrome:other_version",
"//third_party/wtl",
« chrome/chrome_tests.gypi ('K') | « chrome/chrome_tests.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698