[ui] Move some debug track and viz args track APIs into frontend
This allows plugins to depend on these interfaces without creating
circular dependencies.
Change-Id: I13912093e1513cd165368c9654a7394d6e50fc75
diff --git a/ui/src/frontend/thread_state_tab.ts b/ui/src/frontend/thread_state_tab.ts
index 221c409..3d4047f 100644
--- a/ui/src/frontend/thread_state_tab.ts
+++ b/ui/src/frontend/thread_state_tab.ts
@@ -17,7 +17,6 @@
import {Time, time} from '../base/time';
import {runQuery} from '../common/queries';
import {raf} from '../core/raf_scheduler';
-import {addDebugSliceTrack} from '../tracks/debug/slice_track';
import {Anchor} from '../widgets/anchor';
import {Button} from '../widgets/button';
import {DetailsShell} from '../widgets/details_shell';
@@ -43,6 +42,7 @@
} from './thread_state';
import {DurationWidget, renderDuration} from './widgets/duration';
import {Timestamp} from './widgets/timestamp';
+import {addDebugSliceTrack} from './debug_tracks';
interface ThreadStateTabConfig {
// Id into |thread_state| sql table.