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

Unified Diff: ios/web/shell/BUILD.gn

Issue 2173493002: Convert ios_web_shell_test to GN. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@eg-tests-deps
Patch Set: Sync //ios/web/shell/test:earl_grey_test_support with gyp. 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
« no previous file with comments | « ios/web/ios_web_shell_tests.gyp ('k') | ios/web/shell/test/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/shell/BUILD.gn
diff --git a/ios/web/shell/BUILD.gn b/ios/web/shell/BUILD.gn
index b94100386adc3fb152e59e6744d608a5c2e0bb11..71c8d84aa99058d54979db98be75f4ea4c516503 100644
--- a/ios/web/shell/BUILD.gn
+++ b/ios/web/shell/BUILD.gn
@@ -8,10 +8,6 @@ import("//ios/build/config.gni")
ios_app_bundle("ios_web_shell") {
info_plist = "Info.plist"
- sources = [
- "web_exe_main.mm",
- ]
-
deps = [
":shell",
@@ -56,6 +52,7 @@ source_set("shell") {
"shell_web_main_parts.mm",
"view_controller.h",
"view_controller.mm",
+ "web_exe_main.mm",
]
deps = [
« no previous file with comments | « ios/web/ios_web_shell_tests.gyp ('k') | ios/web/shell/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698