forked from teamkylo/kylo-browser
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdirectory_map.txt
More file actions
95 lines (95 loc) · 2.98 KB
/
directory_map.txt
File metadata and controls
95 lines (95 loc) · 2.98 KB
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
kylo-browser/
src/
kylo/
chrome/
gloss/ (default skin 'pre-installed')
polo/ (core browser xul/js - "Polo" was Kylo's original project name)
polo-contentaccessible/
arrow-cursor.png
icons/
default/
polo-main.ico
*.manifest
components/
*.js (JavaScript components)
defaults/
preferences/
*-prefs.js
extensions/
gloss@kylo.tv/ (default skin)
icon.png
preview.png
install.rdf
(No chrome.manifest file here, will cause a harmless warning in logs)
application.ini
chrome.manifest
components/ (Binary component source)
[COMPONENT_NAME]/ (ie. MouseEventTool, SendKeys)
CMakeLists.txt
*.cpp
*.h
*.idl
*.manifest (gets moved with the compiled binary)
extensions/
[EXTENSION_NAME]@kylo.tv/
components/
[COMPONENT_NAME]/ (binary source)
CMakeLists.txt
*.cpp
*.h
*.idl
*.dll (compiled binaries to be moved to build/dist)
*.js (JavaScript components)
chrome/
content/
*.js
*.xul
locale/
en-US/
*.dtd
*.properties
defaults/
preferences/
*-prefs.js
chrome.manifest
install.rdf
xulrunner/ (XULRunner runtime goes here)
xulrunner-sdk/ (Gecko SDK goes here)
tools/
build/
common/
osx/
win32/
installer/
resources/
stub/
build_kylo.py (The master build script)
*.platform.conf
conf/
*.conf
build/
win32/
kylo/ (On Windows, Kylo can be run from here like a portable app)
application/
chrome/
components/
defaults/
extensions/
xulrunner/
application.ini
chrome.manifest
Kylo.exe
osx/
kylo/
Kylo.app/
Contents/
Resources/
MacOS/
Frameworks/
Info.plist
PkgInfo
dist/
win32/
kylo_setup-1.0.0.0.exe
osx/
kylo_setup-1.0.0.0.dmg