OLD | NEW |
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 { | 5 { |
6 'variables': { | 6 'variables': { |
7 'layouttest_support_content_sources': [ | 7 'layouttest_support_content_sources': [ |
8 'public/test/layouttest_support.h', | 8 'public/test/layouttest_support.h', |
9 'public/test/nested_message_pump_android.cc', | 9 'public/test/nested_message_pump_android.cc', |
10 'public/test/nested_message_pump_android.h', | 10 'public/test/nested_message_pump_android.h', |
(...skipping 1948 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1959 'content.gyp:content_java', | 1959 'content.gyp:content_java', |
1960 '../base/base.gyp:base_java', | 1960 '../base/base.gyp:base_java', |
1961 '../base/base.gyp:base_javatests', | 1961 '../base/base.gyp:base_javatests', |
1962 '../base/base.gyp:base_java_test_support', | 1962 '../base/base.gyp:base_java_test_support', |
1963 '../device/battery/battery.gyp:device_battery_javatests', | 1963 '../device/battery/battery.gyp:device_battery_javatests', |
1964 '../media/media.gyp:media_java', | 1964 '../media/media.gyp:media_java', |
1965 '../media/media.gyp:media_test_support', | 1965 '../media/media.gyp:media_test_support', |
1966 '../net/net.gyp:net_java', | 1966 '../net/net.gyp:net_java', |
1967 '../net/net.gyp:net_javatests', | 1967 '../net/net.gyp:net_javatests', |
1968 '../net/net.gyp:net_java_test_support', | 1968 '../net/net.gyp:net_java_test_support', |
1969 '../testing/android/on_device_instrumentation.gyp:broker_java', | |
1970 '../testing/android/on_device_instrumentation.gyp:require_driver_apk
', | |
1971 '../third_party/mojo/mojo_public.gyp:mojo_public_test_interfaces', | 1969 '../third_party/mojo/mojo_public.gyp:mojo_public_test_interfaces', |
1972 ], | 1970 ], |
1973 'variables': { | 1971 'variables': { |
1974 'apk_name': 'ContentShellTest', | 1972 'apk_name': 'ContentShellTest', |
1975 'java_in_dir': 'shell/android/javatests', | 1973 'java_in_dir': 'shell/android/javatests', |
1976 'resource_dir': 'shell/android/shell_apk/res', | 1974 'resource_dir': 'shell/android/shell_apk/res', |
1977 'additional_src_dirs': ['public/android/javatests/', ], | 1975 'additional_src_dirs': ['public/android/javatests/', ], |
1978 'is_test_apk': 1, | 1976 'is_test_apk': 1, |
1979 }, | 1977 }, |
1980 'includes': [ '../build/java_apk.gypi' ], | 1978 'includes': [ '../build/java_apk.gypi' ], |
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2140 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 2138 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
2141 }, | 2139 }, |
2142 ], | 2140 ], |
2143 }], | 2141 }], |
2144 ], | 2142 ], |
2145 }, | 2143 }, |
2146 ], | 2144 ], |
2147 }], | 2145 }], |
2148 ], | 2146 ], |
2149 } | 2147 } |
OLD | NEW |