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

Unified Diff: android_webview/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 | « no previous file | android_webview/lib/aw_main_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/BUILD.gn
diff --git a/android_webview/BUILD.gn b/android_webview/BUILD.gn
index 0ba18ad6652e7a21476e3d9f108da1d666455032..5f2adac09445a3824a7608b45d986b192bc9adf2 100644
--- a/android_webview/BUILD.gn
+++ b/android_webview/BUILD.gn
@@ -278,8 +278,8 @@ grit("generate_webui_resources") {
]
outputs = [
"grit/webui_resources.h",
- "grit/webui_resources_map.h",
"grit/webui_resources_map.cc",
+ "grit/webui_resources_map.h",
"webui_resources.pak",
]
}
@@ -374,7 +374,7 @@ source_set("webview_entry_point") {
":common",
]
sources = [
- "lib/main/webview_entry_point.cc",
+ "lib/webview_entry_point.cc",
]
}
@@ -643,10 +643,10 @@ source_set("common") {
"common/url_constants.h",
"gpu/aw_content_gpu_client.cc",
"gpu/aw_content_gpu_client.h",
- "lib/main/aw_main_delegate.cc",
- "lib/main/aw_main_delegate.h",
- "lib/main/webview_jni_onload.cc",
- "lib/main/webview_jni_onload.h",
+ "lib/aw_main_delegate.cc",
+ "lib/aw_main_delegate.h",
+ "lib/webview_jni_onload.cc",
+ "lib/webview_jni_onload.h",
"public/browser/draw_gl.h",
"public/browser/draw_sw.h",
"renderer/aw_content_renderer_client.cc",
« no previous file with comments | « no previous file | android_webview/lib/aw_main_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698