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

Unified Diff: ios/web/public/app/BUILD.gn

Issue 1443073002: Add gn implementation of //ios/web/shell:ios_web_shell. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@translate
Patch Set: Created 5 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 | « ios/web/ios_web_shell.gyp ('k') | ios/web/shell/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/public/app/BUILD.gn
diff --git a/mojo/test/BUILD.gn b/ios/web/public/app/BUILD.gn
similarity index 63%
copy from mojo/test/BUILD.gn
copy to ios/web/public/app/BUILD.gn
index 05f54a4036b29005638e2fd83324dbf2cd493c77..b2e21aa84dc974a306e49f820526030c9f6ee8ba 100644
--- a/mojo/test/BUILD.gn
+++ b/ios/web/public/app/BUILD.gn
@@ -2,14 +2,18 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-source_set("test_support") {
+source_set("app") {
sources = [
- "test_utils.h",
- "test_utils_posix.cc",
- "test_utils_win.cc",
+ "web_main.h",
+ "web_main_delegate.h",
+ "web_main_parts.h",
]
public_deps = [
"//base",
]
+
+ deps = [
+ "//ios/web/app",
+ ]
}
« no previous file with comments | « ios/web/ios_web_shell.gyp ('k') | ios/web/shell/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698