blob: a795273677ededac3a885f3b82bde2abf74ebe84 [file] [log] [blame]
// Copyright 2013 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
var media = {};
<include src="util.js"/>
<include src="player_info.js"/>
<include src="player_manager.js"/>
<include src="client_renderer.js"/>
<include src="main.js"/>
media.initialize(new PlayerManager(new ClientRenderer()));