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

Unified Diff: content/test/BUILD.gn

Issue 2948033004: Add a second format to the tracing json/begin_recording endpoint. (Closed)
Patch Set: fix gn config. Created 3 years, 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/browser/tracing/tracing_ui_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/BUILD.gn
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
index 0157f6f0d2c64e8c1d264376d70139f0abdcbe85..757be4296cce44b86cb8a3547f2d0c0f83464a22 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -1334,6 +1334,7 @@ test("content_unittests") {
"../browser/streams/stream_unittest.cc",
"../browser/streams/stream_url_request_job_unittest.cc",
"../browser/tracing/background_tracing_config_unittest.cc",
+ "../browser/tracing/tracing_ui_unittest.cc",
"../browser/web_contents/aura/overscroll_navigation_overlay_unittest.cc",
"../browser/web_contents/aura/overscroll_window_animation_unittest.cc",
"../browser/web_contents/aura/overscroll_window_delegate_unittest.cc",
@@ -1776,6 +1777,7 @@ test("content_unittests") {
]
sources -= [
"../browser/media/session/audio_focus_manager_unittest.cc",
+ "../browser/tracing/tracing_ui_unittest.cc",
"../browser/webui/url_data_manager_backend_unittest.cc",
]
« no previous file with comments | « content/browser/tracing/tracing_ui_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698