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

Unified Diff: apps/BUILD.gn

Issue 2576353002: Make AppWindowWaiter a common test support (Closed)
Patch Set: move to apps/test/ Created 4 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 | « no previous file | apps/test/app_window_waiter.h » ('j') | apps/test/app_window_waiter.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: apps/BUILD.gn
diff --git a/apps/BUILD.gn b/apps/BUILD.gn
index 7acd49516d4a208d013b23408ffbc92b477b6553..38a58b05e35d406b9a29fe0b363153de13ca9125 100644
--- a/apps/BUILD.gn
+++ b/apps/BUILD.gn
@@ -71,3 +71,15 @@ static_library("apps") {
# TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
}
+
+static_library("test_support") {
+ testonly = true
+ sources = [
+ "test/app_window_waiter.cc",
+ "test/app_window_waiter.h",
+ ]
+
+ public_deps = [
+ "//content/public/browser",
+ ]
+}
« no previous file with comments | « no previous file | apps/test/app_window_waiter.h » ('j') | apps/test/app_window_waiter.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698