|
82 | 82 | os.path.join('chrome', 'common', 'extensions', 'docs', 'examples'), |
83 | 83 | os.path.join('chrome', 'test', 'chromeos', 'autotest'), |
84 | 84 | os.path.join('chrome', 'test', 'data'), |
85 | | - os.path.join('native_client'), |
86 | | - os.path.join('native_client_sdk'), |
| 85 | + os.path.join('googleurl'), |
| 86 | +# os.path.join('native_client'), |
| 87 | +# os.path.join('native_client_sdk'), |
87 | 88 | os.path.join('net', 'tools', 'spdyshark'), |
88 | 89 | os.path.join('ppapi'), |
89 | 90 | os.path.join('sandbox', 'linux', 'seccomp-legacy'), |
|
100 | 101 | os.path.join('v8'), |
101 | 102 | # Fake directory so we can include the strongtalk license. |
102 | 103 | os.path.join('v8', 'strongtalk'), |
| 104 | + |
| 105 | + os.path.join('content', 'nw'), |
| 106 | + os.path.join('third_party', 'node'), |
103 | 107 | ) |
104 | 108 |
|
105 | 109 |
|
106 | 110 | # Directories where we check out directly from upstream, and therefore |
107 | 111 | # can't provide a README.chromium. Please prefer a README.chromium |
108 | 112 | # wherever possible. |
109 | 113 | SPECIAL_CASES = { |
| 114 | + os.path.join('content', 'nw'): { |
| 115 | + "Name": "node-webkit", |
| 116 | + "URL": "https://github.com/rogerwang/node-webkit", |
| 117 | + "License": "MIT", |
| 118 | + "License File": "LICENSE", |
| 119 | + }, |
110 | 120 | os.path.join('native_client'): { |
111 | 121 | "Name": "native client", |
112 | 122 | "URL": "http://code.google.com/p/nativeclient", |
|
159 | 169 | "License": "BSD", |
160 | 170 | "License File": "/LICENSE", |
161 | 171 | }, |
| 172 | + os.path.join('third_party', 'node'): { |
| 173 | + "Name": "Node.js", |
| 174 | + "URL": "http://nodejs.org", |
| 175 | + "License": "MIT", |
| 176 | + "License File": "LICENSE", |
| 177 | + }, |
162 | 178 | os.path.join('third_party', 'ots'): { |
163 | 179 | "Name": "OTS (OpenType Sanitizer)", |
164 | 180 | "URL": "http://code.google.com/p/ots/", |
|
0 commit comments