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

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: fix style nit 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 272 matching lines...) Expand 10 before | Expand all | Expand 10 after
283 ], 283 ],
284 'content_browsertests_plugins_sources': [ 284 'content_browsertests_plugins_sources': [
285 'browser/plugin_data_remover_impl_browsertest.cc', 285 'browser/plugin_data_remover_impl_browsertest.cc',
286 'browser/plugin_service_impl_browsertest.cc', 286 'browser/plugin_service_impl_browsertest.cc',
287 'renderer/pepper/fake_pepper_plugin_instance.cc', 287 'renderer/pepper/fake_pepper_plugin_instance.cc',
288 'renderer/pepper/mock_renderer_ppapi_host.cc', 288 'renderer/pepper/mock_renderer_ppapi_host.cc',
289 'renderer/pepper/pepper_device_enumeration_host_helper_unittest.cc', 289 'renderer/pepper/pepper_device_enumeration_host_helper_unittest.cc',
290 'renderer/pepper/pepper_file_chooser_host_unittest.cc', 290 'renderer/pepper/pepper_file_chooser_host_unittest.cc',
291 'renderer/pepper/pepper_graphics_2d_host_unittest.cc', 291 'renderer/pepper/pepper_graphics_2d_host_unittest.cc',
292 'renderer/pepper/pepper_url_request_unittest.cc', 292 'renderer/pepper/pepper_url_request_unittest.cc',
293 'renderer/pepper/pepper_webplugin_impl_browsertest.cc',
293 'renderer/pepper/plugin_power_saver_helper_browsertest.cc', 294 'renderer/pepper/plugin_power_saver_helper_browsertest.cc',
294 'test/ppapi/ppapi_browsertest.cc', 295 'test/ppapi/ppapi_browsertest.cc',
295 'test/ppapi/ppapi_test.cc', 296 'test/ppapi/ppapi_test.cc',
296 'test/ppapi/ppapi_test.h', 297 'test/ppapi/ppapi_test.h',
297 ], 298 ],
298 'content_browsertests_speech_sources': [ 299 'content_browsertests_speech_sources': [
299 'browser/speech/speech_recognition_browsertest.cc', 300 'browser/speech/speech_recognition_browsertest.cc',
300 ], 301 ],
301 'content_browsertests_unofficial_build_sources': [ 302 'content_browsertests_unofficial_build_sources': [
302 # These tests depend on single process mode, which is disabled 303 # These tests depend on single process mode, which is disabled
(...skipping 1847 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 }
OLDNEW
« no previous file with comments | « content/browser/renderer_host/render_process_host_impl.cc ('k') | content/public/common/content_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698