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

Unified Diff: android_webview/test/BUILD.gn

Issue 2901333003: [WebView] Flatten lib/main to lib (Closed)
Patch Set: nits 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
« no previous file with comments | « android_webview/lib/webview_tests.cc ('k') | chrome/browser/android/monochrome_entry_point.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/test/BUILD.gn
diff --git a/android_webview/test/BUILD.gn b/android_webview/test/BUILD.gn
index c60e8068ba183184454bb4592ef0262a9b23b54a..0496c6029986e3430f1453ac474640f4d02e4bf5 100644
--- a/android_webview/test/BUILD.gn
+++ b/android_webview/test/BUILD.gn
@@ -88,7 +88,7 @@ android_assets("android_webview_apk_assets") {
shared_library("libstandalonelibwebviewchromium") {
sources = [
- "../lib/main/webview_entry_point.cc",
+ "../lib/webview_entry_point.cc",
]
ldflags = [ "-Wl,-shared,-Bsymbolic" ]
deps = [
@@ -258,7 +258,7 @@ test("android_webview_unittests") {
"../browser/test/fake_window.h",
"../browser/test/rendering_test.cc",
"../browser/test/rendering_test.h",
- "../lib/main/webview_tests.cc",
+ "../lib/webview_tests.cc",
]
# TODO(ctzsm): Remove following block.
« no previous file with comments | « android_webview/lib/webview_tests.cc ('k') | chrome/browser/android/monochrome_entry_point.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698