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