Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / testing / android / native_test.gyp
index 4a3cc4d..14f3229 100644 (file)
@@ -7,6 +7,7 @@
     ['OS=="android"', {
       'targets': [
         {
+          # GN: //testing/android:native_test_native_code
           'target_name': 'native_test_native_code',
           'message': 'building native pieces of native test package',
           'type': 'static_library',
@@ -30,6 +31,7 @@
           ],
         },
         {
+          # GN: //testing/android:native_test_jni_headers
           'target_name': 'native_test_jni_headers',
           'type': 'none',
           'sources': [
             'jni_gen_package': 'testing',
           },
           'includes': [ '../../build/jni_generator.gypi' ],
-          # So generated jni headers can be found by targets that
-          # depend on this.
-          'direct_dependent_settings': {
-            'include_dirs': [
-              '<(SHARED_INTERMEDIATE_DIR)',
-            ],
-          },
         },
         {
+          # GN: //testing/android:native_test_util
           'target_name': 'native_test_util',
           'type': 'static_library',
           'sources': [