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

Unified Diff: ui/gfx/gfx.gyp

Issue 62203014: Move WindowOpenDisposition.template to ui/base/android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix ui.gyp 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
Index: ui/gfx/gfx.gyp
diff --git a/ui/gfx/gfx.gyp b/ui/gfx/gfx.gyp
index ccc17001320b51b58efa26af152bc561c5cda314..9baa198c57608c17b20650b8297f65c6296e69d3 100644
--- a/ui/gfx/gfx.gyp
+++ b/ui/gfx/gfx.gyp
@@ -403,8 +403,8 @@
],
},
'sources': [
- '../android/java/src/org/chromium/ui/gfx/BitmapHelper.java',
- '../android/java/src/org/chromium/ui/gfx/DeviceDisplayInfo.java',
+ '../base/android/java/src/org/chromium/ui/gfx/BitmapHelper.java',
+ '../base/android/java/src/org/chromium/ui/gfx/DeviceDisplayInfo.java',
],
'variables': {
'jni_gen_package': 'ui/gfx',

Powered by Google App Engine
This is Rietveld 408576698