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

Unified Diff: ui/shell_dialogs/shell_dialogs.gyp

Issue 70843003: ui: Android changes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: dom_distiller fixes Created 7 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 | « ui/gl/gl.gyp ('k') | ui/test/test_suite.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/shell_dialogs/shell_dialogs.gyp
diff --git a/ui/shell_dialogs/shell_dialogs.gyp b/ui/shell_dialogs/shell_dialogs.gyp
index 5f52d0c6ee80d61bf84af578fe0311ee2da44ba5..2df94354eb16f5432c17e335ec6763aded6fd3ae 100644
--- a/ui/shell_dialogs/shell_dialogs.gyp
+++ b/ui/shell_dialogs/shell_dialogs.gyp
@@ -64,7 +64,7 @@
['OS=="android"',
{
'dependencies': [
- '../ui.gyp:ui_jni_headers',
+ '../ui.gyp:ui_base_jni_headers',
],
'include_dirs': [
'<(SHARED_INTERMEDIATE_DIR)/ui',
@@ -79,7 +79,7 @@
['OS=="android" and android_webview_build==0',
{
'dependencies': [
- '../ui.gyp:ui_java',
+ '../android/ui_android.gyp:ui_java',
],
}
],
« no previous file with comments | « ui/gl/gl.gyp ('k') | ui/test/test_suite.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698