1 // Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 <include src
="browser_bridge.js"/>
6 <include src
="info_view.js"/>
11 * Main entry point. called once the page has loaded.
14 browserBridge
= new gpu
.BrowserBridge();
17 cr
.ui
.decorate('#info-view', gpu
.InfoView
);
20 document
.addEventListener('DOMContentLoaded', onLoad
);