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

Side by Side Diff: content/content_tests.gypi

Issue 864563002: Separate JNI registration with initialization (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address comments and sync Created 5 years, 10 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
« no previous file with comments | « content/content_shell.gypi ('k') | content/public/app/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 'use_v4lplugin%': 0, 7 'use_v4lplugin%': 0,
8 'layouttest_support_content_sources': [ 8 'layouttest_support_content_sources': [
9 'public/test/layouttest_support.h', 9 'public/test/layouttest_support.h',
10 'public/test/nested_message_pump_android.cc', 10 'public/test/nested_message_pump_android.cc',
(...skipping 245 matching lines...) Expand 10 before | Expand all | Expand 10 after
256 'test/accessibility_browser_test_utils.h', 256 'test/accessibility_browser_test_utils.h',
257 'test/browser_test_utils_browsertest.cc', 257 'test/browser_test_utils_browsertest.cc',
258 'test/content_browser_test_test.cc', 258 'test/content_browser_test_test.cc',
259 'test/webui_resource_browsertest.cc', 259 'test/webui_resource_browsertest.cc',
260 260
261 ], 261 ],
262 'content_browsertests_android_sources': [ 262 'content_browsertests_android_sources': [
263 'browser/accessibility/android_granularity_movement_browsertest.cc', 263 'browser/accessibility/android_granularity_movement_browsertest.cc',
264 'browser/accessibility/android_hit_testing_browsertest.cc', 264 'browser/accessibility/android_hit_testing_browsertest.cc',
265 'shell/android/browsertests_apk/content_browser_tests_android.cc', 265 'shell/android/browsertests_apk/content_browser_tests_android.cc',
266 'shell/android/browsertests_apk/content_browser_tests_android.h',
267 'shell/android/browsertests_apk/content_browser_tests_jni_onload.cc',
266 ], 268 ],
267 'content_browsertests_webrtc_sources': [ 269 'content_browsertests_webrtc_sources': [
268 'browser/media/webrtc_aecdump_browsertest.cc', 270 'browser/media/webrtc_aecdump_browsertest.cc',
269 'browser/media/webrtc_browsertest.cc', 271 'browser/media/webrtc_browsertest.cc',
270 'browser/media/webrtc_getusermedia_browsertest.cc', 272 'browser/media/webrtc_getusermedia_browsertest.cc',
271 'browser/media/webrtc_internals_browsertest.cc', 273 'browser/media/webrtc_internals_browsertest.cc',
272 'browser/media/webrtc_webcam_browsertest.cc', 274 'browser/media/webrtc_webcam_browsertest.cc',
273 'test/webrtc_content_browsertest_base.cc', 275 'test/webrtc_content_browsertest_base.cc',
274 'test/webrtc_content_browsertest_base.h', 276 'test/webrtc_content_browsertest_base.h',
275 ], 277 ],
(...skipping 1827 matching lines...) Expand 10 before | Expand all | Expand 10 after
2103 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 2105 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
2104 }, 2106 },
2105 ], 2107 ],
2106 }], 2108 }],
2107 ], 2109 ],
2108 }, 2110 },
2109 ], 2111 ],
2110 }], 2112 }],
2111 ], 2113 ],
2112 } 2114 }
OLDNEW
« no previous file with comments | « content/content_shell.gypi ('k') | content/public/app/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698