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

Side by Side Diff: content/content_tests.gypi

Issue 1057783002: Add new GN junit binary template and new GYP java binary template. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 unified diff | Download patch
OLDNEW
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 2028 matching lines...) Expand 10 before | Expand all | Expand 10 after
2039 '../base/base.gyp:base_java_test_support', 2039 '../base/base.gyp:base_java_test_support',
2040 '../testing/android/junit/junit_test.gyp:junit_test_support', 2040 '../testing/android/junit/junit_test.gyp:junit_test_support',
2041 ], 2041 ],
2042 'variables': { 2042 'variables': {
2043 'main_class': 'org.chromium.testing.local.JunitTestMain', 2043 'main_class': 'org.chromium.testing.local.JunitTestMain',
2044 'src_paths': [ 2044 'src_paths': [
2045 'public/android/junit/', 2045 'public/android/junit/',
2046 ], 2046 ],
2047 }, 2047 },
2048 'includes': [ 2048 'includes': [
2049 '../build/host_jar.gypi', 2049 '../build/java_binary.gypi',
2050 ], 2050 ],
2051 }, 2051 },
2052 ], 2052 ],
2053 }], 2053 }],
2054 ['OS!="android" and OS!="ios" and OS!="linux"', { 2054 ['OS!="android" and OS!="ios" and OS!="linux"', {
2055 # npapi test plugin doesn't build on android or ios 2055 # npapi test plugin doesn't build on android or ios
2056 'targets': [ 2056 'targets': [
2057 { 2057 {
2058 'target_name': 'npapi_test_plugin', 2058 'target_name': 'npapi_test_plugin',
2059 'type': 'loadable_module', 2059 'type': 'loadable_module',
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
2190 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 2190 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
2191 }, 2191 },
2192 ], 2192 ],
2193 }], 2193 }],
2194 ], 2194 ],
2195 }, 2195 },
2196 ], 2196 ],
2197 }], 2197 }],
2198 ], 2198 ],
2199 } 2199 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698