Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / trace-viewer / examples / trace_viewer.html
index 98d9278..e29c34f 100644 (file)
@@ -8,7 +8,14 @@ found in the LICENSE file.
 <head>
 <title>Simple Embedded Viewer</title>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<script src="/tvcm/__init__.js"></script>
+<script src="/platform.min.js"></script>
+<script src="/polymer.min.js"></script>
+<link rel="import" href="/tracing/timeline_view.html">
+<link rel="import" href="/tracing/importer.html">
+<link rel="import" href="/cc.html">
+<link rel="import" href="/tcmalloc.html">
+<link rel="import" href="/system_stats.html">
+<link rel="import" href="/gpu.html">
 <style>
   body {
     margin: 0;
@@ -40,14 +47,6 @@ found in the LICENSE file.
   </x-timeline-view>
 
   <script>
-  tvcm.require('tracing.timeline_view');
-  tvcm.require('tracing.importer');
-  tvcm.require('cc');
-  tvcm.require('tcmalloc');
-  tvcm.require('system_stats');
-  tvcm.require('gpu');
-  </script>
-  <script>
   'use strict';
 
   var timelineViewEl;