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

Unified Diff: ios/web_view/test/observers/BUILD.gn

Issue 2902403002: Add KVO compliant title property to CWVWebView. (Closed)
Patch Set: Respond to comments. Created 3 years, 7 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
Index: ios/web_view/test/observers/BUILD.gn
diff --git a/ios/web_view/test/observers/BUILD.gn b/ios/web_view/test/observers/BUILD.gn
new file mode 100644
index 0000000000000000000000000000000000000000..1a43f600bdc4d1a78bc2f4f10a07e23ac79942f1
--- /dev/null
+++ b/ios/web_view/test/observers/BUILD.gn
@@ -0,0 +1,17 @@
+# Copyright 2017 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+source_set("observers") {
+ testonly = true
+ sources = [
+ "boolean_observer.h",
+ "boolean_observer.mm",
+ "observer.h",
+ "observer.mm",
+ "string_observer.h",
+ "string_observer.mm",
+ ]
+
+ configs += [ "//build/config/compiler:enable_arc" ]
+}

Powered by Google App Engine
This is Rietveld 408576698