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

Side by Side Diff: content/content_tests.gypi

Issue 1089253003: Re-land first pass BackgroundTracingManager. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Scoped_ptr 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
« no previous file with comments | « content/content_browser.gypi ('k') | content/public/browser/background_tracing_config.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) 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 221 matching lines...) Expand 10 before | Expand all | Expand 10 after
232 'browser/renderer_host/render_process_host_browsertest.cc', 232 'browser/renderer_host/render_process_host_browsertest.cc',
233 'browser/renderer_host/render_view_host_browsertest.cc', 233 'browser/renderer_host/render_view_host_browsertest.cc',
234 'browser/renderer_host/render_widget_host_view_browsertest.cc', 234 'browser/renderer_host/render_widget_host_view_browsertest.cc',
235 'browser/screen_orientation/screen_orientation_browsertest.cc', 235 'browser/screen_orientation/screen_orientation_browsertest.cc',
236 'browser/security_exploit_browsertest.cc', 236 'browser/security_exploit_browsertest.cc',
237 'browser/service_worker/service_worker_browsertest.cc', 237 'browser/service_worker/service_worker_browsertest.cc',
238 'browser/session_history_browsertest.cc', 238 'browser/session_history_browsertest.cc',
239 'browser/shared_worker/worker_browsertest.cc', 239 'browser/shared_worker/worker_browsertest.cc',
240 'browser/site_per_process_browsertest.cc', 240 'browser/site_per_process_browsertest.cc',
241 'browser/site_per_process_browsertest.h', 241 'browser/site_per_process_browsertest.h',
242 'browser/tracing/background_tracing_manager_browsertest.cc',
242 'browser/tracing/tracing_controller_browsertest.cc', 243 'browser/tracing/tracing_controller_browsertest.cc',
243 'browser/web_contents/opened_by_dom_browsertest.cc', 244 'browser/web_contents/opened_by_dom_browsertest.cc',
244 'browser/web_contents/touch_editable_impl_aura_browsertest.cc', 245 'browser/web_contents/touch_editable_impl_aura_browsertest.cc',
245 'browser/web_contents/web_contents_impl_browsertest.cc', 246 'browser/web_contents/web_contents_impl_browsertest.cc',
246 'browser/web_contents/web_contents_view_aura_browsertest.cc', 247 'browser/web_contents/web_contents_view_aura_browsertest.cc',
247 'browser/webkit_browsertest.cc', 248 'browser/webkit_browsertest.cc',
248 'browser/webui/web_ui_mojo_browsertest.cc', 249 'browser/webui/web_ui_mojo_browsertest.cc',
249 'child/child_thread_impl_browsertest.cc', 250 'child/child_thread_impl_browsertest.cc',
250 'child/site_isolation_policy_browsertest.cc', 251 'child/site_isolation_policy_browsertest.cc',
251 'renderer/accessibility/renderer_accessibility_browsertest.cc', 252 'renderer/accessibility/renderer_accessibility_browsertest.cc',
(...skipping 1896 matching lines...) Expand 10 before | Expand all | Expand 10 after
2148 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 2149 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
2149 }, 2150 },
2150 ], 2151 ],
2151 }], 2152 }],
2152 ], 2153 ],
2153 }, 2154 },
2154 ], 2155 ],
2155 }], 2156 }],
2156 ], 2157 ],
2157 } 2158 }
OLDNEW
« no previous file with comments | « content/content_browser.gypi ('k') | content/public/browser/background_tracing_config.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698