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

Unified Diff: content/content_tests.gypi

Issue 336313018: [Android] Move content/browser/{renderer_host => android}/java/* (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Updated paths for unit tests, rebased Created 6 years, 6 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 | « content/content_browser.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_tests.gypi
diff --git a/content/content_tests.gypi b/content/content_tests.gypi
index bde49e4b292a94ae6e0c95e3a1482829b5254060..993316e4c0599519064f3bedc9cd86ea68e83062 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -881,8 +881,8 @@
}],
['OS == "android"', {
'sources': [
- 'browser/renderer_host/java/gin_java_method_invocation_helper_unittest.cc',
- 'browser/renderer_host/java/jni_helper_unittest.cc',
+ 'browser/android/java/gin_java_method_invocation_helper_unittest.cc',
+ 'browser/android/java/jni_helper_unittest.cc',
'renderer/java/gin_java_bridge_value_converter_unittest.cc',
],
'sources!': [
« no previous file with comments | « content/content_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698