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

Side by Side Diff: webkit/glue/webkit_glue.gypi

Issue 14304004: Convert a bunch of test_shell_tests to content_browsertests. These are tests that depend on loading… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: sync Created 7 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 | Annotate | Revision Log
« no previous file with comments | « webkit/glue/unittest_test_server.h ('k') | webkit/mocks/mock_resource_loader_bridge.h » ('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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'conditions': [ 7 'conditions': [
8 ['inside_chromium_build==0', { 8 ['inside_chromium_build==0', {
9 'webkit_src_dir': '../../../../..', 9 'webkit_src_dir': '../../../../..',
10 },{ 10 },{
(...skipping 244 matching lines...) Expand 10 before | Expand all | Expand 10 after
255 '../plugins/ppapi/usb_key_code_conversion_win.cc', 255 '../plugins/ppapi/usb_key_code_conversion_win.cc',
256 '../plugins/sad_plugin.cc', 256 '../plugins/sad_plugin.cc',
257 '../plugins/sad_plugin.h', 257 '../plugins/sad_plugin.h',
258 '../plugins/webkit_plugins_export.h', 258 '../plugins/webkit_plugins_export.h',
259 '../plugins/webplugininfo.cc', 259 '../plugins/webplugininfo.cc',
260 '../plugins/webplugininfo.h', 260 '../plugins/webplugininfo.h',
261 '../plugins/webview_plugin.cc', 261 '../plugins/webview_plugin.cc',
262 '../plugins/webview_plugin.h', 262 '../plugins/webview_plugin.h',
263 'alt_error_page_resource_fetcher.cc', 263 'alt_error_page_resource_fetcher.cc',
264 'alt_error_page_resource_fetcher.h', 264 'alt_error_page_resource_fetcher.h',
265 'cpp_binding_example.cc',
266 'cpp_binding_example.h',
267 'cpp_bound_class.cc', 265 'cpp_bound_class.cc',
268 'cpp_bound_class.h', 266 'cpp_bound_class.h',
269 'cpp_variant.cc', 267 'cpp_variant.cc',
270 'cpp_variant.h', 268 'cpp_variant.h',
271 'dom_operations.cc', 269 'dom_operations.cc',
272 'dom_operations.h', 270 'dom_operations.h',
273 'fling_curve_configuration.cc', 271 'fling_curve_configuration.cc',
274 'fling_curve_configuration.h', 272 'fling_curve_configuration.h',
275 'fling_animator_impl_android.cc', 273 'fling_animator_impl_android.cc',
276 'fling_animator_impl_android.h', 274 'fling_animator_impl_android.h',
(...skipping 233 matching lines...) Expand 10 before | Expand all | Expand 10 after
510 'variables': { 508 'variables': {
511 'jni_gen_package': 'webkit', 509 'jni_gen_package': 'webkit',
512 'input_java_class': 'android/widget/OverScroller.class', 510 'input_java_class': 'android/widget/OverScroller.class',
513 }, 511 },
514 'includes': [ '../../build/jar_file_jni_generator.gypi' ], 512 'includes': [ '../../build/jar_file_jni_generator.gypi' ],
515 }, 513 },
516 ], 514 ],
517 }], 515 }],
518 ], 516 ],
519 } 517 }
OLDNEW
« no previous file with comments | « webkit/glue/unittest_test_server.h ('k') | webkit/mocks/mock_resource_loader_bridge.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698