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 1955 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1966 'content.gyp:content_java', | 1966 'content.gyp:content_java', |
1967 '../base/base.gyp:base_java', | 1967 '../base/base.gyp:base_java', |
1968 '../base/base.gyp:base_javatests', | 1968 '../base/base.gyp:base_javatests', |
1969 '../base/base.gyp:base_java_test_support', | 1969 '../base/base.gyp:base_java_test_support', |
1970 '../device/battery/battery.gyp:device_battery_javatests', | 1970 '../device/battery/battery.gyp:device_battery_javatests', |
1971 '../media/media.gyp:media_java', | 1971 '../media/media.gyp:media_java', |
1972 '../media/media.gyp:media_test_support', | 1972 '../media/media.gyp:media_test_support', |
1973 '../net/net.gyp:net_java', | 1973 '../net/net.gyp:net_java', |
1974 '../net/net.gyp:net_javatests', | 1974 '../net/net.gyp:net_javatests', |
1975 '../net/net.gyp:net_java_test_support', | 1975 '../net/net.gyp:net_java_test_support', |
| 1976 '../testing/android/on_device_instrumentation.gyp:broker_java', |
1976 '../third_party/mojo/mojo_public.gyp:mojo_public_test_interfaces', | 1977 '../third_party/mojo/mojo_public.gyp:mojo_public_test_interfaces', |
1977 ], | 1978 ], |
1978 'variables': { | 1979 'variables': { |
1979 'apk_name': 'ContentShellTest', | 1980 'apk_name': 'ContentShellTest', |
1980 'java_in_dir': 'shell/android/javatests', | 1981 'java_in_dir': 'shell/android/javatests', |
1981 'resource_dir': 'shell/android/shell_apk/res', | 1982 'resource_dir': 'shell/android/shell_apk/res', |
1982 'additional_src_dirs': ['public/android/javatests/', ], | 1983 'additional_src_dirs': ['public/android/javatests/', ], |
1983 'is_test_apk': 1, | 1984 'is_test_apk': 1, |
1984 }, | 1985 }, |
1985 'includes': [ '../build/java_apk.gypi' ], | 1986 'includes': [ '../build/java_apk.gypi' ], |
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2145 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 2146 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
2146 }, | 2147 }, |
2147 ], | 2148 ], |
2148 }], | 2149 }], |
2149 ], | 2150 ], |
2150 }, | 2151 }, |
2151 ], | 2152 ], |
2152 }], | 2153 }], |
2153 ], | 2154 ], |
2154 } | 2155 } |
OLD | NEW |