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

Side by Side Diff: content/content_tests.gypi

Issue 1141793002: Reland: Fix WebViewPlugin::scheduleAnimation crash (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: filepath windows issue Created 5 years, 7 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 273 matching lines...) Expand 10 before | Expand all | Expand 10 after
284 ], 284 ],
285 'content_browsertests_plugins_sources': [ 285 'content_browsertests_plugins_sources': [
286 'browser/plugin_data_remover_impl_browsertest.cc', 286 'browser/plugin_data_remover_impl_browsertest.cc',
287 'browser/plugin_service_impl_browsertest.cc', 287 'browser/plugin_service_impl_browsertest.cc',
288 'renderer/pepper/fake_pepper_plugin_instance.cc', 288 'renderer/pepper/fake_pepper_plugin_instance.cc',
289 'renderer/pepper/mock_renderer_ppapi_host.cc', 289 'renderer/pepper/mock_renderer_ppapi_host.cc',
290 'renderer/pepper/pepper_device_enumeration_host_helper_unittest.cc', 290 'renderer/pepper/pepper_device_enumeration_host_helper_unittest.cc',
291 'renderer/pepper/pepper_file_chooser_host_unittest.cc', 291 'renderer/pepper/pepper_file_chooser_host_unittest.cc',
292 'renderer/pepper/pepper_graphics_2d_host_unittest.cc', 292 'renderer/pepper/pepper_graphics_2d_host_unittest.cc',
293 'renderer/pepper/pepper_url_request_unittest.cc', 293 'renderer/pepper/pepper_url_request_unittest.cc',
294 'renderer/pepper/pepper_webplugin_impl_browsertest.cc',
294 'renderer/pepper/plugin_power_saver_helper_browsertest.cc', 295 'renderer/pepper/plugin_power_saver_helper_browsertest.cc',
295 'test/ppapi/ppapi_browsertest.cc', 296 'test/ppapi/ppapi_browsertest.cc',
296 'test/ppapi/ppapi_test.cc', 297 'test/ppapi/ppapi_test.cc',
297 'test/ppapi/ppapi_test.h', 298 'test/ppapi/ppapi_test.h',
298 ], 299 ],
299 'content_browsertests_speech_sources': [ 300 'content_browsertests_speech_sources': [
300 'browser/speech/speech_recognition_browsertest.cc', 301 'browser/speech/speech_recognition_browsertest.cc',
301 ], 302 ],
302 'content_browsertests_unofficial_build_sources': [ 303 'content_browsertests_unofficial_build_sources': [
303 # These tests depend on single process mode, which is disabled 304 # These tests depend on single process mode, which is disabled
(...skipping 1847 matching lines...) Expand 10 before | Expand all | Expand 10 after
2151 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 2152 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
2152 }, 2153 },
2153 ], 2154 ],
2154 }], 2155 }],
2155 ], 2156 ],
2156 }, 2157 },
2157 ], 2158 ],
2158 }], 2159 }],
2159 ], 2160 ],
2160 } 2161 }
OLDNEW
« no previous file with comments | « no previous file | content/public/common/content_constants.h » ('j') | content/renderer/pepper/pepper_webplugin_impl_browsertest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698