Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(177)

Side by Side Diff: chrome/browser_tests.isolate

Issue 10497011: Revert 140220 - Add files to unit_tests.isolate and browser_tests.isolate. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/unit_tests.isolate » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 { 4 {
5 'variables': { 5 'variables': {
6 'isolate_dependency_tracked': [ 6 'isolate_dependency_tracked': [
7 '../testing/test_env.py', 7 '../testing/test_env.py',
8 '<(PRODUCT_DIR)/browser_tests<(EXECUTABLE_SUFFIX)', 8 '<(PRODUCT_DIR)/browser_tests<(EXECUTABLE_SUFFIX)',
9 '<(PRODUCT_DIR)/resources.pak', 9 ],
10 'isolate_dependency_untracked': [
10 ], 11 ],
11 }, 12 },
12 'conditions': [ 13 'conditions': [
13 ['OS=="linux"', { 14 ['OS=="linux"', {
14 'variables': { 15 'variables': {
16 'isolate_dependency_tracked': [
17 '../testing/xvfb.py',
18 '<(PRODUCT_DIR)/xdisplaycheck<(EXECUTABLE_SUFFIX)',
19 ],
15 'command': [ 20 'command': [
16 '../testing/xvfb.py', 21 '../testing/xvfb.py',
17 '<(PRODUCT_DIR)', 22 '<(PRODUCT_DIR)',
18 '<(PRODUCT_DIR)/browser_tests<(EXECUTABLE_SUFFIX)', 23 '<(PRODUCT_DIR)/browser_tests<(EXECUTABLE_SUFFIX)',
19 ], 24 ],
20 'isolate_dependency_tracked': [
21 '../testing/xvfb.py',
22 '<(PRODUCT_DIR)/chrome.pak',
23 '<(PRODUCT_DIR)/chrome<(EXECUTABLE_SUFFIX)',
24 '<(PRODUCT_DIR)/libffmpegsumo.so',
25 '<(PRODUCT_DIR)/xdisplaycheck<(EXECUTABLE_SUFFIX)',
26 ],
27 }, 25 },
28 }, { # else 26 }, { # else
29 'variables': { 27 'variables': {
30 'command': [ 28 'command': [
31 '../testing/test_env.py', 29 '../testing/test_env.py',
32 '<(PRODUCT_DIR)/browser_tests<(EXECUTABLE_SUFFIX)', 30 '<(PRODUCT_DIR)/browser_tests<(EXECUTABLE_SUFFIX)',
33 ], 31 ],
34 }, 32 },
35 }], 33 }],
36 ['OS=="mac"', {
37 'variables': {
38 'isolate_dependency_tracked': [
39 '<(PRODUCT_DIR)/Chromium.app/Contents/Info.plist',
40 ],
41 'isolate_dependency_untracked': [
42 '<(PRODUCT_DIR)/Chromium Framework.framework/Versions/A/resources/Book markBar.nib',
43 '<(PRODUCT_DIR)/Chromium Framework.framework/Versions/A/resources/Brow serWindow.nib',
44 '<(PRODUCT_DIR)/Chromium Framework.framework/Versions/A/resources/Info .plist',
45 '<(PRODUCT_DIR)/Chromium Framework.framework/Versions/A/resources/Info Bar.nib',
46 '<(PRODUCT_DIR)/Chromium Framework.framework/Versions/A/resources/Main Menu.nib',
47 '<(PRODUCT_DIR)/Chromium Framework.framework/Versions/A/resources/Prev iewableContents.nib',
48 '<(PRODUCT_DIR)/Chromium Framework.framework/Versions/A/resources/TabV iew.nib',
49 '<(PRODUCT_DIR)/Chromium Framework.framework/Versions/A/resources/Tool bar.nib',
50 '<(PRODUCT_DIR)/Chromium Framework.framework/Versions/A/resources/Wren chMenu.nib',
51 '<(PRODUCT_DIR)/Chromium Framework.framework/Versions/A/resources/chro me.pak',
52 '<(PRODUCT_DIR)/Chromium Framework.framework/Versions/A/resources/en.l proj/',
53 '<(PRODUCT_DIR)/Chromium Framework.framework/Versions/A/resources/nav. pdf',
54 '<(PRODUCT_DIR)/Chromium Framework.framework/Versions/A/resources/omni box_http.pdf',
55 '<(PRODUCT_DIR)/Chromium Framework.framework/Versions/A/resources/star .pdf',
56 '<(PRODUCT_DIR)/Chromium Framework.framework/Versions/A/resources/them e_resources_2x.pak',
57 '<(PRODUCT_DIR)/Chromium Framework.framework/Versions/A/resources/them e_resources_standard.pak',
58 '<(PRODUCT_DIR)/Chromium Framework.framework/Versions/A/resources/ui_r esources_standard.pak',
59 '<(PRODUCT_DIR)/Chromium.app/Contents/Resources/en.lproj/',
60 '<(PRODUCT_DIR)<(PRODUCT_DIR)/Chromium Framework.framework/Versions/A/ resources/InfoBarContainer.nib',
61 'test/data/extensions/api_test/accessibility/',
62 ],
63 },
64 }, {
65 'variables': {
66 'isolate_dependency_tracked': [
67 '<(PRODUCT_DIR)/locales/en-US.pak',
68 '<(PRODUCT_DIR)/theme_resources_standard.pak',
69 '<(PRODUCT_DIR)/ui_resources_standard.pak',
70 ],
71 },
72 }],
73 ['OS=="win"', {
74 'variables': {
75 'isolate_dependency_tracked': [
76 '../net/tools/testserver/asn1.py',
77 '../net/tools/testserver/echo_message.py',
78 '../net/tools/testserver/minica.py',
79 '../net/tools/testserver/testserver.py',
80 '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/handler_ map.txt',
81 '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hixie76/ bad-handshake-crash_wsh.py',
82 '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hixie76/ client-close_wsh.py',
83 '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hixie76/ close-on-unload_wsh.py',
84 '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hixie76/ echo-challenge_wsh.py',
85 '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hixie76/ echo-cookie_wsh.py',
86 '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hixie76/ echo-location_wsh.py',
87 '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hixie76/ echo_wsh.py',
88 '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hixie76/ fixed-origin_wsh.py',
89 '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hixie76/ frame-length-longer-than-buffer_wsh.py',
90 '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hixie76/ frame-length-overflow_wsh.py',
91 '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hixie76/ frame-length-skip_wsh.py',
92 '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hixie76/ handshake-error_wsh.py',
93 '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hixie76/ handshake-fail-by-maxlength_wsh.py',
94 '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hixie76/ handshake-fail-by-no-connection-header_wsh.py',
95 '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hixie76/ handshake-fail-by-no-cr_wsh.py',
96 '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hixie76/ handshake-fail-by-no-upgrade-header_wsh.py',
97 '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hixie76/ handshake-fail-by-prepended-null_wsh.py',
98 '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hixie76/ long-invalid-header_wsh.py',
99 '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hixie76/ no-query_wsh.py',
100 '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hixie76/ origin-test_wsh.py',
101 '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hixie76/ protocol-test_wsh.py',
102 '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hixie76/ send2_wsh.py',
103 '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hixie76/ send_wsh.py',
104 '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hixie76/ server-close_wsh.py',
105 '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hixie76/ simple_wsh.py',
106 '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hixie76/ split-binary-frame-header_wsh.py',
107 '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hixie76/ unicode_wsh.py',
108 '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hixie76/ unknown-frame-type_wsh.py',
109 '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hixie76/ workers/resources/echo-challenge_wsh.py',
110 '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hixie76/ workers/resources/echo_wsh.py',
111 '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hixie76/ workers/resources/simple_wsh.py',
112 '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/acc ept-first-subprotocol_wsh.py',
113 '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/bad -handshake-crash_wsh.py',
114 '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/bin ary-frames_wsh.py',
115 '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/bro ken-utf8_wsh.py',
116 '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/che ck-binary-messages_wsh.py',
117 '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/cli ent-close_wsh.py',
118 '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/clo se-code-and-reason_wsh.py',
119 '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/clo se-on-unload_wsh.py',
120 '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/clo se_wsh.py',
121 '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/com pressed-control-frame_wsh.py',
122 '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/def late-frame-invalid-parameter_wsh.py',
123 '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/def late-frame_wsh.py',
124 '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/ech o-challenge_wsh.py',
125 '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/ech o-cookie_wsh.py',
126 '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/ech o-location_wsh.py',
127 '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/ech o-with-no-extension_wsh.py',
128 '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/ech o_wsh.py',
129 '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/fra gmented-binary-frames_wsh.py',
130 '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/fra gmented-control-frame_wsh.py',
131 '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/fra gmented-frames_wsh.py',
132 '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/han dshake-error_wsh.py',
133 '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/han dshake-fail-by-extensions-header_wsh.py',
134 '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/han dshake-fail-by-maxlength_wsh.py',
135 '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/han dshake-fail-by-mismatch-protocol-header_wsh.py',
136 '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/han dshake-fail-by-more-accept-header_wsh.py',
137 '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/han dshake-fail-by-more-protocol-header_wsh.py',
138 '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/han dshake-fail-by-no-accept-header_wsh.py',
139 '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/han dshake-fail-by-no-connection-header_wsh.py',
140 '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/han dshake-fail-by-no-cr_wsh.py',
141 '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/han dshake-fail-by-no-upgrade-header_wsh.py',
142 '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/han dshake-fail-by-prepended-null_wsh.py',
143 '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/han dshake-fail-by-wrong-accept-header_wsh.py',
144 '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/int erleaved-fragments_wsh.py',
145 '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/inv alid-continuation_wsh.py',
146 '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/inv alid-encode-length_wsh.py',
147 '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/inv alid-masked-frames-from-server_wsh.py',
148 '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/lon g-control-frame_wsh.py',
149 '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/lon g-invalid-header_wsh.py',
150 '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/no- query_wsh.py',
151 '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/ori gin-test_wsh.py',
152 '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/pon g_wsh.py',
153 '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/pro tocol-test_wsh.py',
154 '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/res erved-bits_wsh.py',
155 '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/res erved-opcodes_wsh.py',
156 '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/sen d-file-blob_wsh.py',
157 '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/sen d2_wsh.py',
158 '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/sen d_wsh.py',
159 '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/ser ver-close_wsh.py',
160 '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/sim ple_wsh.py',
161 '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/too -long-payload_wsh.py',
162 '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/uni code_wsh.py',
163 '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/unm asked-frames_wsh.py',
164 '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/wor kers/resources/binary-frames_wsh.py',
165 '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/wor kers/resources/check-binary-messages_wsh.py',
166 '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/wor kers/resources/echo-challenge_wsh.py',
167 '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/wor kers/resources/echo_wsh.py',
168 '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/wor kers/resources/no-onmessage-in-sync-op_wsh.py',
169 '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/wor kers/resources/protocol-test_wsh.py',
170 '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/wor kers/resources/simple_wsh.py',
171 '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/zer o-length-text_wsh.py',
172 '../third_party/WebKit/Tools/Scripts/new-run-webkit-websocketserver',
173 '../third_party/WebKit/Tools/Scripts/webkitpy/__init__.py',
174 '../third_party/WebKit/Tools/Scripts/webkitpy/common/__init__.py',
175 '../third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/__init__ .py',
176 '../third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/changelo g.py',
177 '../third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/checkout .py',
178 '../third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/commitin fo.py',
179 '../third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/deps.py' ,
180 '../third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/diff_par ser.py',
181 '../third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/__in it__.py',
182 '../third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/comm itmessage.py',
183 '../third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/dete ction.py',
184 '../third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/git. py',
185 '../third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/scm. py',
186 '../third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/svn. py',
187 '../third_party/WebKit/Tools/Scripts/webkitpy/common/config/__init__.p y',
188 '../third_party/WebKit/Tools/Scripts/webkitpy/common/config/committers .py',
189 '../third_party/WebKit/Tools/Scripts/webkitpy/common/config/urls.py',
190 '../third_party/WebKit/Tools/Scripts/webkitpy/common/editdistance.py',
191 '../third_party/WebKit/Tools/Scripts/webkitpy/common/find_files.py',
192 '../third_party/WebKit/Tools/Scripts/webkitpy/common/host.py',
193 '../third_party/WebKit/Tools/Scripts/webkitpy/common/memoized.py',
194 '../third_party/WebKit/Tools/Scripts/webkitpy/common/net/__init__.py',
195 '../third_party/WebKit/Tools/Scripts/webkitpy/common/net/bugzilla/__in it__.py',
196 '../third_party/WebKit/Tools/Scripts/webkitpy/common/net/bugzilla/atta chment.py',
197 '../third_party/WebKit/Tools/Scripts/webkitpy/common/net/bugzilla/bug. py',
198 '../third_party/WebKit/Tools/Scripts/webkitpy/common/net/bugzilla/bugz illa.py',
199 '../third_party/WebKit/Tools/Scripts/webkitpy/common/net/buildbot/__in it__.py',
200 '../third_party/WebKit/Tools/Scripts/webkitpy/common/net/buildbot/buil dbot.py',
201 '../third_party/WebKit/Tools/Scripts/webkitpy/common/net/buildbot/chro miumbuildbot.py',
202 '../third_party/WebKit/Tools/Scripts/webkitpy/common/net/credentials.p y',
203 '../third_party/WebKit/Tools/Scripts/webkitpy/common/net/failuremap.py ',
204 '../third_party/WebKit/Tools/Scripts/webkitpy/common/net/file_uploader .py',
205 '../third_party/WebKit/Tools/Scripts/webkitpy/common/net/layouttestres ults.py',
206 '../third_party/WebKit/Tools/Scripts/webkitpy/common/net/networktransa ction.py',
207 '../third_party/WebKit/Tools/Scripts/webkitpy/common/net/regressionwin dow.py',
208 '../third_party/WebKit/Tools/Scripts/webkitpy/common/net/resultsjsonpa rser.py',
209 '../third_party/WebKit/Tools/Scripts/webkitpy/common/net/web.py',
210 '../third_party/WebKit/Tools/Scripts/webkitpy/common/read_checksum_fro m_png.py',
211 '../third_party/WebKit/Tools/Scripts/webkitpy/common/system/__init__.p y',
212 '../third_party/WebKit/Tools/Scripts/webkitpy/common/system/autoinstal l.py',
213 '../third_party/WebKit/Tools/Scripts/webkitpy/common/system/deprecated _logging.py',
214 '../third_party/WebKit/Tools/Scripts/webkitpy/common/system/environmen t.py',
215 '../third_party/WebKit/Tools/Scripts/webkitpy/common/system/executive. py',
216 '../third_party/WebKit/Tools/Scripts/webkitpy/common/system/file_lock. py',
217 '../third_party/WebKit/Tools/Scripts/webkitpy/common/system/filesystem .py',
218 '../third_party/WebKit/Tools/Scripts/webkitpy/common/system/logutils.p y',
219 '../third_party/WebKit/Tools/Scripts/webkitpy/common/system/path.py',
220 '../third_party/WebKit/Tools/Scripts/webkitpy/common/system/platformin fo.py',
221 '../third_party/WebKit/Tools/Scripts/webkitpy/common/system/stack_util s.py',
222 '../third_party/WebKit/Tools/Scripts/webkitpy/common/system/systemhost .py',
223 '../third_party/WebKit/Tools/Scripts/webkitpy/common/system/user.py',
224 '../third_party/WebKit/Tools/Scripts/webkitpy/common/system/workspace. py',
225 '../third_party/WebKit/Tools/Scripts/webkitpy/common/watchlist/__init_ _.py',
226 '../third_party/WebKit/Tools/Scripts/webkitpy/common/watchlist/amountc hangedpattern.py',
227 '../third_party/WebKit/Tools/Scripts/webkitpy/common/watchlist/changed linepattern.py',
228 '../third_party/WebKit/Tools/Scripts/webkitpy/common/watchlist/filenam epattern.py',
229 '../third_party/WebKit/Tools/Scripts/webkitpy/common/watchlist/watchli st.py',
230 '../third_party/WebKit/Tools/Scripts/webkitpy/common/watchlist/watchli stloader.py',
231 '../third_party/WebKit/Tools/Scripts/webkitpy/common/watchlist/watchli stparser.py',
232 '../third_party/WebKit/Tools/Scripts/webkitpy/common/watchlist/watchli strule.py',
233 '../third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/__init__.py ',
234 '../third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers /__init__.py',
235 '../third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers /manager.py',
236 '../third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers /manager_worker_broker.py',
237 '../third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers /single_test_runner.py',
238 '../third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers /test_result_writer.py',
239 '../third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers /worker.py',
240 '../third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/layout_pack age/__init__.py',
241 '../third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/layout_pack age/json_layout_results_generator.py',
242 '../third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/layout_pack age/json_results_generator.py',
243 '../third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/__in it__.py',
244 '../third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/resu lt_summary.py',
245 '../third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/test _configuration.py',
246 '../third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/test _expectations.py',
247 '../third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/test _failures.py',
248 '../third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/test _input.py',
249 '../third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/test _results.py',
250 '../third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/__init __.py',
251 '../third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/base.p y',
252 '../third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/builde rs.py',
253 '../third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/chromi um.py',
254 '../third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/chromi um_android.py',
255 '../third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/chromi um_linux.py',
256 '../third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/chromi um_mac.py',
257 '../third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/chromi um_win.py',
258 '../third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/config .py',
259 '../third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/driver .py',
260 '../third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/factor y.py',
261 '../third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/http_l ock.py',
262 '../third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/server _process.py',
263 '../third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/webkit .py',
264 '../third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/servers/__i nit__.py',
265 '../third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/servers/apa che_http_server.py',
266 '../third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/servers/htt p_server.py',
267 '../third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/servers/htt p_server_base.py',
268 '../third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/servers/web socket_server.py',
269 '../third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/views/__ini t__.py',
270 '../third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/views/meter ed_stream.py',
271 '../third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/views/print ing.py',
272 '../third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/BeautifulSoup .py',
273 '../third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/__init__.py',
274 '../third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsock et/__init__.py',
275 '../third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsock et/_stream_base.py',
276 '../third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsock et/_stream_hixie75.py',
277 '../third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsock et/_stream_hybi.py',
278 '../third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsock et/common.py',
279 '../third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsock et/dispatch.py',
280 '../third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsock et/extensions.py',
281 '../third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsock et/http_header_util.py',
282 '../third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsock et/memorizingfile.py',
283 '../third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsock et/msgutil.py',
284 '../third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsock et/standalone.py',
285 '../third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsock et/stream.py',
286 '../third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsock et/util.py',
287 '../third_party/WebKit/Tools/Scripts/webkitpy/tool/__init__.py',
288 '../third_party/WebKit/Tools/Scripts/webkitpy/tool/grammar.py',
289 '../third_party/cygwin/bin/bash.exe',
290 '../third_party/cygwin/setup_env.bat',
291 '../third_party/cygwin/setup_mount.bat',
292 '../third_party/mesa/MesaLib/src/glsl/ir_reader.cpp',
293 '../third_party/mesa/MesaLib/src/mesa/main/mtypes.h',
294 '../third_party/pyftpdlib/src/pyftpdlib/__init__.py',
295 '../third_party/pyftpdlib/src/pyftpdlib/ftpserver.py',
296 '../third_party/python_26/DLLs/_ctypes.pyd',
297 '../third_party/python_26/DLLs/_hashlib.pyd',
298 '../third_party/python_26/DLLs/_multiprocessing.pyd',
299 '../third_party/python_26/DLLs/_socket.pyd',
300 '../third_party/python_26/DLLs/_ssl.pyd',
301 '../third_party/python_26/DLLs/pyexpat.pyd',
302 '../third_party/python_26/DLLs/select.pyd',
303 '../third_party/python_26/Lib/BaseHTTPServer.py',
304 '../third_party/python_26/Lib/CGIHTTPServer.py',
305 '../third_party/python_26/Lib/ConfigParser.py',
306 '../third_party/python_26/Lib/Queue.py',
307 '../third_party/python_26/Lib/SimpleHTTPServer.py',
308 '../third_party/python_26/Lib/SocketServer.py',
309 '../third_party/python_26/Lib/StringIO.py',
310 '../third_party/python_26/Lib/UserDict.py',
311 '../third_party/python_26/Lib/__future__.py',
312 '../third_party/python_26/Lib/_abcoll.py',
313 '../third_party/python_26/Lib/abc.py',
314 '../third_party/python_26/Lib/anydbm.py',
315 '../third_party/python_26/Lib/asynchat.py',
316 '../third_party/python_26/Lib/asyncore.py',
317 '../third_party/python_26/Lib/atexit.py',
318 '../third_party/python_26/Lib/base64.py',
319 '../third_party/python_26/Lib/bisect.py',
320 '../third_party/python_26/Lib/cgi.py',
321 '../third_party/python_26/Lib/codecs.py',
322 '../third_party/python_26/Lib/collections.py',
323 '../third_party/python_26/Lib/copy.py',
324 '../third_party/python_26/Lib/copy_reg.py',
325 '../third_party/python_26/Lib/ctypes/__init__.py',
326 '../third_party/python_26/Lib/ctypes/_endian.py',
327 '../third_party/python_26/Lib/dbhash.py',
328 '../third_party/python_26/Lib/difflib.py',
329 '../third_party/python_26/Lib/dumbdbm.py',
330 '../third_party/python_26/Lib/email/__init__.py',
331 '../third_party/python_26/Lib/email/_parseaddr.py',
332 '../third_party/python_26/Lib/email/base64mime.py',
333 '../third_party/python_26/Lib/email/encoders.py',
334 '../third_party/python_26/Lib/email/mime/__init__.py',
335 '../third_party/python_26/Lib/email/utils.py',
336 '../third_party/python_26/Lib/encodings/__init__.py',
337 '../third_party/python_26/Lib/encodings/aliases.py',
338 '../third_party/python_26/Lib/encodings/cp1252.py',
339 '../third_party/python_26/Lib/encodings/hex_codec.py',
340 '../third_party/python_26/Lib/encodings/mbcs.py',
341 '../third_party/python_26/Lib/encodings/utf_8.py',
342 '../third_party/python_26/Lib/fileinput.py',
343 '../third_party/python_26/Lib/fnmatch.py',
344 '../third_party/python_26/Lib/functools.py',
345 '../third_party/python_26/Lib/genericpath.py',
346 '../third_party/python_26/Lib/getpass.py',
347 '../third_party/python_26/Lib/gettext.py',
348 '../third_party/python_26/Lib/glob.py',
349 '../third_party/python_26/Lib/hashlib.py',
350 '../third_party/python_26/Lib/heapq.py',
351 '../third_party/python_26/Lib/hmac.py',
352 '../third_party/python_26/Lib/htmlentitydefs.py',
353 '../third_party/python_26/Lib/httplib.py',
354 '../third_party/python_26/Lib/imaplib.py',
355 '../third_party/python_26/Lib/json/__init__.py',
356 '../third_party/python_26/Lib/json/decoder.py',
357 '../third_party/python_26/Lib/json/encoder.py',
358 '../third_party/python_26/Lib/json/scanner.py',
359 '../third_party/python_26/Lib/keyword.py',
360 '../third_party/python_26/Lib/linecache.py',
361 '../third_party/python_26/Lib/locale.py',
362 '../third_party/python_26/Lib/logging/__init__.py',
363 '../third_party/python_26/Lib/logging/handlers.py',
364 '../third_party/python_26/Lib/markupbase.py',
365 '../third_party/python_26/Lib/md5.py',
366 '../third_party/python_26/Lib/mimetools.py',
367 '../third_party/python_26/Lib/mimetypes.py',
368 '../third_party/python_26/Lib/multiprocessing/__init__.py',
369 '../third_party/python_26/Lib/multiprocessing/process.py',
370 '../third_party/python_26/Lib/multiprocessing/util.py',
371 '../third_party/python_26/Lib/new.py',
372 '../third_party/python_26/Lib/ntpath.py',
373 '../third_party/python_26/Lib/nturl2path.py',
374 '../third_party/python_26/Lib/optparse.py',
375 '../third_party/python_26/Lib/os.py',
376 '../third_party/python_26/Lib/platform.py',
377 '../third_party/python_26/Lib/poplib.py',
378 '../third_party/python_26/Lib/posixpath.py',
379 '../third_party/python_26/Lib/quopri.py',
380 '../third_party/python_26/Lib/random.py',
381 '../third_party/python_26/Lib/re.py',
382 '../third_party/python_26/Lib/rfc822.py',
383 '../third_party/python_26/Lib/sgmllib.py',
384 '../third_party/python_26/Lib/sha.py',
385 '../third_party/python_26/Lib/shlex.py',
386 '../third_party/python_26/Lib/shutil.py',
387 '../third_party/python_26/Lib/site-packages',
388 '../third_party/python_26/Lib/site-packages/google.pth',
389 '../third_party/python_26/Lib/site-packages/pywin32.pth',
390 '../third_party/python_26/Lib/site-packages/win32',
391 '../third_party/python_26/Lib/site-packages/win32/pywintypes26.dll',
392 '../third_party/python_26/Lib/site-packages/win32/win32file.pyd',
393 '../third_party/python_26/Lib/site-packages/win32/win32pipe.pyd',
394 '../third_party/python_26/Lib/site.py',
395 '../third_party/python_26/Lib/smtplib.py',
396 '../third_party/python_26/Lib/socket.py',
397 '../third_party/python_26/Lib/sre_compile.py',
398 '../third_party/python_26/Lib/sre_constants.py',
399 '../third_party/python_26/Lib/sre_parse.py',
400 '../third_party/python_26/Lib/ssl.py',
401 '../third_party/python_26/Lib/stat.py',
402 '../third_party/python_26/Lib/string.py',
403 '../third_party/python_26/Lib/struct.py',
404 '../third_party/python_26/Lib/subprocess.py',
405 '../third_party/python_26/Lib/tarfile.py',
406 '../third_party/python_26/Lib/tempfile.py',
407 '../third_party/python_26/Lib/textwrap.py',
408 '../third_party/python_26/Lib/threading.py',
409 '../third_party/python_26/Lib/traceback.py',
410 '../third_party/python_26/Lib/types.py',
411 '../third_party/python_26/Lib/urllib.py',
412 '../third_party/python_26/Lib/urllib2.py',
413 '../third_party/python_26/Lib/urlparse.py',
414 '../third_party/python_26/Lib/warnings.py',
415 '../third_party/python_26/Lib/weakref.py',
416 '../third_party/python_26/Lib/webbrowser.py',
417 '../third_party/python_26/Lib/xml/__init__.py',
418 '../third_party/python_26/Lib/xml/dom/NodeFilter.py',
419 '../third_party/python_26/Lib/xml/dom/__init__.py',
420 '../third_party/python_26/Lib/xml/dom/domreg.py',
421 '../third_party/python_26/Lib/xml/dom/minicompat.py',
422 '../third_party/python_26/Lib/xml/dom/minidom.py',
423 '../third_party/python_26/Lib/xml/dom/xmlbuilder.py',
424 '../third_party/python_26/Lib/xml/sax/__init__.py',
425 '../third_party/python_26/Lib/xml/sax/_exceptions.py',
426 '../third_party/python_26/Lib/xml/sax/handler.py',
427 '../third_party/python_26/Lib/xml/sax/saxutils.py',
428 '../third_party/python_26/Lib/xml/sax/xmlreader.py',
429 '../third_party/python_26/Lib/xmlrpclib.py',
430 '../third_party/python_26/Lib/zipfile.py',
431 '../third_party/python_26/python.exe',
432 '../third_party/python_26/python26.dll',
433 '../third_party/tlslite/tlslite/BaseDB.py',
434 '../third_party/tlslite/tlslite/Checker.py',
435 '../third_party/tlslite/tlslite/FileObject.py',
436 '../third_party/tlslite/tlslite/HandshakeSettings.py',
437 '../third_party/tlslite/tlslite/Session.py',
438 '../third_party/tlslite/tlslite/SessionCache.py',
439 '../third_party/tlslite/tlslite/SharedKeyDB.py',
440 '../third_party/tlslite/tlslite/TLSConnection.py',
441 '../third_party/tlslite/tlslite/TLSRecordLayer.py',
442 '../third_party/tlslite/tlslite/VerifierDB.py',
443 '../third_party/tlslite/tlslite/X509.py',
444 '../third_party/tlslite/tlslite/X509CertChain.py',
445 '../third_party/tlslite/tlslite/__init__.py',
446 '../third_party/tlslite/tlslite/api.py',
447 '../third_party/tlslite/tlslite/constants.py',
448 '../third_party/tlslite/tlslite/errors.py',
449 '../third_party/tlslite/tlslite/integration/AsyncStateMachine.py',
450 '../third_party/tlslite/tlslite/integration/ClientHelper.py',
451 '../third_party/tlslite/tlslite/integration/HTTPTLSConnection.py',
452 '../third_party/tlslite/tlslite/integration/IMAP4_TLS.py',
453 '../third_party/tlslite/tlslite/integration/POP3_TLS.py',
454 '../third_party/tlslite/tlslite/integration/SMTP_TLS.py',
455 '../third_party/tlslite/tlslite/integration/TLSAsyncDispatcherMixIn.py ',
456 '../third_party/tlslite/tlslite/integration/TLSSocketServerMixIn.py',
457 '../third_party/tlslite/tlslite/integration/XMLRPCTransport.py',
458 '../third_party/tlslite/tlslite/integration/__init__.py',
459 '../third_party/tlslite/tlslite/mathtls.py',
460 '../third_party/tlslite/tlslite/messages.py',
461 '../third_party/tlslite/tlslite/utils/AES.py',
462 '../third_party/tlslite/tlslite/utils/ASN1Parser.py',
463 '../third_party/tlslite/tlslite/utils/Python_AES.py',
464 '../third_party/tlslite/tlslite/utils/Python_RC4.py',
465 '../third_party/tlslite/tlslite/utils/Python_RSAKey.py',
466 '../third_party/tlslite/tlslite/utils/RC4.py',
467 '../third_party/tlslite/tlslite/utils/RSAKey.py',
468 '../third_party/tlslite/tlslite/utils/__init__.py',
469 '../third_party/tlslite/tlslite/utils/cipherfactory.py',
470 '../third_party/tlslite/tlslite/utils/codec.py',
471 '../third_party/tlslite/tlslite/utils/compat.py',
472 '../third_party/tlslite/tlslite/utils/cryptomath.py',
473 '../third_party/tlslite/tlslite/utils/hmac.py',
474 '../third_party/tlslite/tlslite/utils/keyfactory.py',
475 '../third_party/tlslite/tlslite/utils/rijndael.py',
476 '../third_party/tlslite/tlslite/utils/xmltools.py',
477 'test/data/extensions/api_test/accessibility/get_alerts_for_tab/manife st.json',
478 'test/data/extensions/api_test/alert/manifest.json',
479 'test/data/extensions/api_test/apitest/manifest.json',
480 'test/data/extensions/api_test/background_scripts/manifest.json',
481 'test/data/extensions/api_test/bindings/exception_in_handler_should_no t_crash/manifest.json',
482 'test/data/extensions/api_test/bookmark_manager/edit_disabled/manifest .json',
483 'test/data/extensions/api_test/bookmark_manager/standard/manifest.json ',
484 'test/data/extensions/api_test/canvas_2d/manifest.json',
485 'test/data/extensions/api_test/content_scripts/about_blank_iframes/con tent_script.js',
486 'test/data/extensions/api_test/content_scripts/about_blank_iframes/man ifest.json',
487 'test/data/extensions/api_test/content_scripts/all_frames/all_frames.j s',
488 'test/data/extensions/api_test/content_scripts/all_frames/manifest.jso n',
489 'test/data/extensions/api_test/content_scripts/all_frames/top_frame_on ly.js',
490 'test/data/extensions/api_test/content_scripts/css_l10n/manifest.json' ,
491 'test/data/extensions/api_test/content_scripts/css_l10n/style.css',
492 'test/data/extensions/api_test/content_scripts/dont_match_host_permiss ions/manifest.json',
493 'test/data/extensions/api_test/content_scripts/dont_match_host_permiss ions/modify.js',
494 'test/data/extensions/api_test/content_scripts/dont_match_host_permiss ions/test.js',
495 'test/data/extensions/api_test/content_scripts/extension_api/events.js ',
496 'test/data/extensions/api_test/content_scripts/extension_api/functions .js',
497 'test/data/extensions/api_test/content_scripts/extension_api/manifest. json',
498 'test/data/extensions/api_test/content_scripts/extension_iframe/manife st.json',
499 'test/data/extensions/api_test/content_scripts/extension_iframe/script .js',
500 'test/data/extensions/api_test/content_scripts/extension_process/injec tionator.js',
501 'test/data/extensions/api_test/content_scripts/extension_process/manif est.json',
502 'test/data/extensions/api_test/content_scripts/fragment/content_script .js',
503 'test/data/extensions/api_test/content_scripts/fragment/manifest.json' ,
504 'test/data/extensions/api_test/content_scripts/isolated_world1/a.js',
505 'test/data/extensions/api_test/content_scripts/isolated_world1/b.js',
506 'test/data/extensions/api_test/content_scripts/isolated_world1/manifes t.json',
507 'test/data/extensions/api_test/content_scripts/permissions/manifest.js on',
508 'test/data/extensions/api_test/content_scripts/view_source/manifest.js on',
509 'test/data/extensions/api_test/content_scripts/view_source/request.js' ,
510 'test/data/extensions/api_test/content_security_policy/manifest.json',
511 'test/data/extensions/api_test/content_settings/standard/manifest.json ',
512 'test/data/extensions/api_test/context_menus/add_from_multiple_context s/manifest.json',
513 'test/data/extensions/api_test/context_menus/basics/manifest.json',
514 'test/data/extensions/api_test/cookies/api/manifest.json',
515 'test/data/extensions/api_test/cookies/events/manifest.json',
516 'test/data/extensions/api_test/cookies/no_permission/manifest.json',
517 'test/data/extensions/api_test/cross_origin_xhr/all_urls/content_scrip t.js',
518 'test/data/extensions/api_test/cross_origin_xhr/all_urls/manifest.json ',
519 'test/data/extensions/api_test/cross_origin_xhr/background_page/manife st.json',
520 'test/data/extensions/api_test/cross_origin_xhr/content_script/content _script.js',
521 'test/data/extensions/api_test/cross_origin_xhr/content_script/manifes t.json',
522 'test/data/extensions/api_test/cross_origin_xhr/file_access/manifest.j son',
523 'test/data/extensions/api_test/cross_origin_xhr/no_file_access/manifes t.json',
524 'test/data/extensions/api_test/debugger/manifest.json',
525 'test/data/extensions/api_test/default_content_security_policy/manifes t.json',
526 'test/data/extensions/api_test/events/manifest.json',
527 'test/data/extensions/api_test/font_settings/incognito/manifest.json',
528 'test/data/extensions/api_test/font_settings/standard/manifest.json',
529 'test/data/extensions/api_test/i18n/a.js',
530 'test/data/extensions/api_test/i18n/manifest.json',
531 'test/data/extensions/api_test/idle/manifest.json',
532 'test/data/extensions/api_test/input/manifest.json',
533 'test/data/extensions/api_test/managedMode/manifest.json',
534 'test/data/extensions/api_test/messaging/event_url/manifest.json',
535 'test/data/extensions/api_test/metrics/manifest.json',
536 'test/data/extensions/api_test/mutation_observers/manifest.json',
537 'test/data/extensions/api_test/page_action/add_popup/icon.png',
538 'test/data/extensions/api_test/page_action/add_popup/manifest.json',
539 'test/data/extensions/api_test/page_action/basics/icon.png',
540 'test/data/extensions/api_test/page_action/basics/manifest.json',
541 'test/data/extensions/api_test/page_action/crash_57333/Extension1/16.p ng',
542 'test/data/extensions/api_test/page_action/crash_57333/Extension1/mani fest.json',
543 'test/data/extensions/api_test/page_action/getters/manifest.json',
544 'test/data/extensions/api_test/page_action/old_api/icon.png',
545 'test/data/extensions/api_test/page_action/old_api/manifest.json',
546 'test/data/extensions/api_test/page_action/remove_popup/icon.png',
547 'test/data/extensions/api_test/page_action/remove_popup/manifest.json' ,
548 'test/data/extensions/api_test/permissions/disabled/manifest.json',
549 'test/data/extensions/api_test/permissions/experimental_disabled/manif est.json',
550 'test/data/extensions/api_test/permissions/favicon/manifest.json',
551 'test/data/extensions/api_test/permissions/optional/manifest.json',
552 'test/data/extensions/api_test/permissions/optional_deny/manifest.json ',
553 'test/data/extensions/api_test/permissions/optional_gesture/manifest.j son',
554 'test/data/extensions/api_test/preference/clear/manifest.json',
555 'test/data/extensions/api_test/preference/onchange/manifest.json',
556 'test/data/extensions/api_test/preference/persistent_incognito/manifes t.json',
557 'test/data/extensions/api_test/preference/session_only_incognito/manif est.json',
558 'test/data/extensions/api_test/preference/standard/manifest.json',
559 'test/data/extensions/api_test/processes/onupdated/manifest.json',
560 'test/data/extensions/api_test/rlz/manifest.json',
561 'test/data/extensions/api_test/stubs/content_script.js',
562 'test/data/extensions/api_test/stubs/manifest.json',
563 'test/data/extensions/api_test/system/get_incognito_mode_availability/ manifest.json',
564 'test/data/extensions/api_test/tabs/basics/manifest.json',
565 'test/data/extensions/api_test/tabs/capture_visible_tab/manifest.json' ,
566 'test/data/extensions/api_test/tabs/current_window/manifest.json',
567 'test/data/extensions/api_test/tabs/incognito_disabled/manifest.json',
568 'test/data/extensions/api_test/tabs/javascript_url_permissions/manifes t.json',
569 'test/data/extensions/api_test/tabs/on_removed/manifest.json',
570 'test/data/extensions/api_test/tabs/on_updated/manifest.json',
571 'test/data/extensions/api_test/webnavigation/manifest.json',
572 'test/data/extensions/api_test/websocket/manifest.json',
573 'test/data/extensions/api_test/window_open/argument_overflow/manifest. json',
574 'test/data/extensions/api_test/window_open/browser_is_app/manifest.jso n',
575 'test/data/extensions/api_test/window_open/popup/manifest.json',
576 'test/data/extensions/api_test/window_open/popup_blocking/extension/co ntent_script.js',
577 'test/data/extensions/api_test/window_open/popup_blocking/extension/ma nifest.json',
578 'test/data/extensions/api_test/window_open/popup_blocking/extension/po p.js',
579 'test/data/extensions/api_test/window_open/popup_blocking/hosted_app/m anifest.json',
580 'test/data/extensions/api_test/window_open/popup_large/manifest.json',
581 'test/data/extensions/api_test/window_open/popup_small/manifest.json',
582 'test/data/extensions/api_test/window_update/focus/manifest.json',
583 'test/data/extensions/api_test/window_update/resize/manifest.json',
584 'test/data/extensions/api_test/window_update/show_state/manifest.json' ,
585 'test/data/extensions/api_test/window_update/sizing/manifest.json',
586 'test/data/extensions/good/Extensions/behllobkkfkfnphdnhnkndlbkcpglgmj ',
587 'test/data/extensions/good/Extensions/bjafgdebaacbbbecmhlhpofkepfkgcpa /1.0/manifest.json',
588 'test/data/extensions/good/Extensions/hpiknbiabeeppbpihjehijgoemciehgk ',
589 ],
590 'isolate_dependency_untracked': [
591 '../third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsock et/handshake/',
592 '../third_party/python_26/Lib/xml/parsers/',
593 'test/data/extensions/api_test/content_scripts/css_l10n/_locales/',
594 'test/data/extensions/api_test/content_scripts/existing_renderers/',
595 'test/data/extensions/api_test/i18n/_locales/',
596 'test/data/extensions/api_test/incognito/content_scripts/',
597 ],
598 },
599 }],
600 ], 34 ],
601 } 35 }
OLDNEW
« no previous file with comments | « no previous file | chrome/unit_tests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698