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

Unified Diff: testing/android/native_test.gyp

Issue 1071573003: [Android] Move testing/android/ to testing/android/native_test/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: removing errant commit Created 5 years, 8 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
Index: testing/android/native_test.gyp
diff --git a/testing/android/native_test.gyp b/testing/android/native_test.gyp
index 632d6871db72559bab0ef34bf9f86d5d523b51dd..b26e01eaf14e919ca862fc4344fc1776efaded69 100644
--- a/testing/android/native_test.gyp
+++ b/testing/android/native_test.gyp
@@ -12,9 +12,9 @@
'message': 'building native pieces of native test package',
'type': 'static_library',
'sources': [
- 'native_test_jni_onload.cc',
- 'native_test_launcher.cc',
- 'native_test_launcher.h',
+ 'native_test/native_test_jni_onload.cc',
+ 'native_test/native_test_launcher.cc',
+ 'native_test/native_test_launcher.h',
],
'dependencies': [
'../../base/base.gyp:base',
@@ -30,7 +30,7 @@
'target_name': 'native_test_jni_headers',
'type': 'none',
'sources': [
- 'java/src/org/chromium/native_test/ChromeNativeTestActivity.java'
+ 'native_test/java/src/org/chromium/native_test/ChromeNativeTestActivity.java'
],
'variables': {
'jni_gen_package': 'testing',
@@ -42,8 +42,8 @@
'target_name': 'native_test_util',
'type': 'static_library',
'sources': [
- 'native_test_util.cc',
- 'native_test_util.h',
+ 'native_test/native_test_util.cc',
+ 'native_test/native_test_util.h',
],
'dependencies': [
'../../base/base.gyp:base',

Powered by Google App Engine
This is Rietveld 408576698