-
Notifications
You must be signed in to change notification settings - Fork 8
/
background.html
38 lines (37 loc) · 1.3 KB
/
background.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<!doctype html>
<!--
Copyright (c) 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.
-->
<html>
<head>
<meta charset="utf-8">
<script src="activation_handler.js"></script>
<script src="app_launcher.js"></script>
<script src="background.js"></script>
<script src="base.js"></script>
<script src="client_session.js"></script>
<script src="error.js"></script>
<script src="hangout_consent_dialog.js"></script>
<script src="host_installer.js"></script>
<script src="host_session.js"></script>
<script src="identity.js"></script>
<script src="ipc.js"></script>
<script src="it2me_helpee_channel.js"></script>
<script src="it2me_helper_channel.js"></script>
<script src="it2me_host_facade.js"></script>
<script src="it2me_service.js"></script>
<script src="l10n.js"></script>
<script src="message_window_helper.js"></script>
<script src="message_window_manager.js"></script>
<script src="oauth2.js"></script>
<script src="oauth2_api.js"></script>
<script src="oauth2_api_impl.js"></script>
<script src="plugin_settings.js"></script>
<script src="typecheck.js"></script>
<script src="xhr.js"></script>
</head>
<body>
</body>
</html>