| OLD | NEW |
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <!-- | 2 <!-- |
| 3 Copyright (c) 2013 The Chromium Authors. All rights reserved. | 3 Copyright (c) 2013 The Chromium Authors. All rights reserved. |
| 4 Use of this source code is governed by a BSD-style license that can be | 4 Use of this source code is governed by a BSD-style license that can be |
| 5 found in the LICENSE file. | 5 found in the LICENSE file. |
| 6 --> | 6 --> |
| 7 | 7 |
| 8 <!-- Core and UI configs. --> | 8 <!-- Core and UI configs. --> |
| 9 <link rel="import" href="/tracing/model/model.html"> | 9 <link rel="import" href="/tracing/model/model.html"> |
| 10 | 10 |
| 11 <!-- Features used by Android systrace. --> | 11 <!-- Features used by Android systrace. --> |
| 12 <link rel="import" href="/tracing/importer/import.html"> | 12 <link rel="import" href="/tracing/importer/import.html"> |
| 13 <link rel="import" href="/tracing/extras/importer/android/event_log_importer.htm
l"> |
| 13 <link rel="import" href="/tracing/extras/importer/battor_importer.html"> | 14 <link rel="import" href="/tracing/extras/importer/battor_importer.html"> |
| 14 <link rel="import" href="/tracing/extras/importer/ddms_importer.html"> | 15 <link rel="import" href="/tracing/extras/importer/ddms_importer.html"> |
| 15 <link rel="import" href="/tracing/extras/importer/linux_perf/ftrace_importer.htm
l"> | 16 <link rel="import" href="/tracing/extras/importer/linux_perf/ftrace_importer.htm
l"> |
| 16 <link rel="import" href="/tracing/extras/android/android_auditor.html"> | 17 <link rel="import" href="/tracing/extras/android/android_auditor.html"> |
| 17 <link rel="import" href="/tracing/extras/vsync/vsync_auditor.html"> | 18 <link rel="import" href="/tracing/extras/vsync/vsync_auditor.html"> |
| OLD | NEW |