summaryrefslogtreecommitdiffstats
path: root/chrome/browser_tests.isolate
blob: caba33e4653d960841fcd194a96a8d6fe9ea93d5 (plain)
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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
# Copyright (c) 2012 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.
{
  'variables': {
    'isolate_dependency_tracked': [
      '../testing/test_env.py',
      '<(PRODUCT_DIR)/browser_tests<(EXECUTABLE_SUFFIX)',
      '<(PRODUCT_DIR)/resources.pak',
    ],
  },
  'conditions': [
    ['OS=="linux"', {
      'variables': {
        'command': [
          '../testing/xvfb.py',
          '<(PRODUCT_DIR)',
          '<(PRODUCT_DIR)/browser_tests<(EXECUTABLE_SUFFIX)',
        ],
        'isolate_dependency_tracked': [
          '../content/test/data/indexeddb/bug_106883.html',
          '../content/test/data/indexeddb/bug_106883.js',
          '../content/test/data/indexeddb/bug_109187.html',
          '../content/test/data/indexeddb/bug_109187.js',
          '../content/test/data/indexeddb/bug_84933.html',
          '../content/test/data/indexeddb/bug_84933.js',
          '../content/test/data/indexeddb/common.js',
          '../content/test/data/indexeddb/cursor_prefetch.html',
          '../content/test/data/indexeddb/cursor_prefetch.js',
          '../content/test/data/indexeddb/cursor_test.html',
          '../content/test/data/indexeddb/cursor_test.js',
          '../content/test/data/indexeddb/database_callbacks_first.html',
          '../content/test/data/indexeddb/database_callbacks_second.html',
          '../content/test/data/indexeddb/database_test.html',
          '../content/test/data/indexeddb/database_test.js',
          '../content/test/data/indexeddb/index_test.html',
          '../content/test/data/indexeddb/index_test.js',
          '../content/test/data/indexeddb/key_path_test.html',
          '../content/test/data/indexeddb/key_path_test.js',
          '../content/test/data/indexeddb/key_types_test.html',
          '../content/test/data/indexeddb/key_types_test.js',
          '../content/test/data/indexeddb/object_store_test.html',
          '../content/test/data/indexeddb/object_store_test.js',
          '../content/test/data/indexeddb/quota_test.html',
          '../content/test/data/indexeddb/quota_test.js',
          '../content/test/data/indexeddb/transaction_get_test.html',
          '../content/test/data/indexeddb/transaction_get_test.js',
          '../content/test/data/indexeddb/transaction_run_forever.html',
          '../content/test/data/indexeddb/transaction_run_forever.js',
          '../content/test/data/indexeddb/transaction_test.html',
          '../content/test/data/indexeddb/transaction_test.js',
          '../net/data/ssl/certificates/ok_cert.pem',
          '../net/data/ssl/certificates/root_ca_cert.crt',
          '../ppapi/tests/test_case.html',
          '../ppapi/tests/test_page.css',
          '../testing/xvfb.py',
          '../third_party/WebKit/Tools/Scripts/VCSUtils.pm',
          '../third_party/WebKit/Tools/Scripts/webkit-build-directory',
          '../third_party/WebKit/Tools/Scripts/webkitdirs.pm',
          '../third_party/tlslite/tlslite/integration/TLSTwistedProtocolWrapper.py',
          '../third_party/tlslite/tlslite/utils/PyCrypto_AES.py',
          '../third_party/tlslite/tlslite/utils/PyCrypto_RC4.py',
          '../third_party/tlslite/tlslite/utils/PyCrypto_RSAKey.py',
          '../third_party/tlslite/tlslite/utils/PyCrypto_TripleDES.py',
          '../third_party/tlslite/tlslite/utils/TripleDES.py',
          '<(PRODUCT_DIR)/DumpRenderTree<(EXECUTABLE_SUFFIX)',
          '<(PRODUCT_DIR)/chrome.pak',
          '<(PRODUCT_DIR)/chrome<(EXECUTABLE_SUFFIX)',
          '<(PRODUCT_DIR)/libffmpegsumo.so',
          '<(PRODUCT_DIR)/libosmesa.so',
          '<(PRODUCT_DIR)/libppapi_tests.so',
          '<(PRODUCT_DIR)/pyproto/google/__init__.py',
          '<(PRODUCT_DIR)/test_case.html',
          '<(PRODUCT_DIR)/test_case.html.mock-http-headers',
          '<(PRODUCT_DIR)/test_data/chrome/test/data/webui/ntp4.js',
          '<(PRODUCT_DIR)/test_data/chrome/test/data/webui/print_preview.js',
          '<(PRODUCT_DIR)/test_page.css',
          '<(PRODUCT_DIR)/xdisplaycheck<(EXECUTABLE_SUFFIX)',
          'test/data/click-noreferrer-links.html',
          'test/data/empty.html',
          'test/data/google.mht',
          'test/data/gpu/canvas_popup.html',
          'test/data/gpu/feature_canvas2d.html',
          'test/data/gpu/feature_compositing.html',
          'test/data/gpu/feature_multisampling.html',
          'test/data/gpu/feature_raf_no_damage.html',
          'test/data/gpu/feature_webgl.html',
          'test/data/gpu/webgl_popup.html',
          'test/data/media/bear.ogv',
          'test/data/media/bear.webm',
          'test/data/media/bear_pcm.wav',
          'test/data/media/bear_silent.ogv',
          'test/data/media/bear_silent.webm',
          'test/data/media/player.html',
          'test/data/navigate_opener.html',
          'test/data/npapi/arguments.html',
          'test/data/npapi/get_javascript_open_popup_with_plugin.html',
          'test/data/npapi/get_javascript_url.html',
          'test/data/npapi/get_javascript_url2.html',
          'test/data/npapi/get_javascript_url2_frame.html',
          'test/data/npapi/geturl.html',
          'test/data/npapi/geturl_redirect_notify.html',
          'test/data/npapi/layout_test_plugin.html',
          'test/data/npapi/many_plugins.html',
          'test/data/npapi/npapi.js',
          'test/data/npapi/npobject_identity.html',
          'test/data/npapi/npobject_proxy.html',
          'test/data/npapi/npobject_released_on_destruction.html',
          'test/data/npapi/npobject_set_exception.html',
          'test/data/npapi/plugin_delete_in_deallocate.html',
          'test/data/npapi/plugin_read_page.html',
          'test/data/npapi/plugin_read_page.html.mock-http-headers',
          'test/data/npapi/plugin_read_page_redirect_src.html',
          'test/data/npapi/plugin_read_page_redirect_src.html.mock-http-headers',
          'test/data/npapi/plugin_ref_target_page.html',
          'test/data/npapi/plugin_ref_target_page.html.mock-http-headers',
          'test/data/npapi/plugin_thread_async_call.html',
          'test/data/npapi/plugin_url_request_404.html',
          'test/data/npapi/plugin_url_request_fail_write.html',
          'test/data/npapi/plugin_url_request_referrer_test.html',
          'test/data/npapi/popup_window_with_target_plugin.html',
          'test/data/npapi/private.html',
          'test/data/npapi/schedule_timer.html',
          'test/data/npapi/self_delete_plugin_geturl.html',
          'test/data/npapi/self_delete_plugin_invoke.html',
          'test/data/npapi/self_delete_plugin_invoke_alert.html',
          'test/data/npapi/self_delete_plugin_stream.html',
          'test/data/page404.html',
          'test/data/page404.html.mock-http-headers',
          'test/data/post_message.html',
          'test/data/simple.html',
          'test/data/title1.html',
          'test/data/title2.html',
          'test/data/title3.html',
          'test/data/webui/print_preview_hello_world_test.html',
          'test/data/webui/test_api.js',
          'third_party/mock4js/mock4js.js',
        ],
        'isolate_dependency_untracked': [
          '../content/test/data/dom_storage/',
          '../third_party/WebKit/LayoutTests/fast/js/resources/',
          '../third_party/WebKit/LayoutTests/media/audio-constructor-expected.txt',
          '../third_party/WebKit/LayoutTests/media/audio-constructor-preload-expected.txt',
          '../third_party/WebKit/LayoutTests/media/audio-constructor-preload.html',
          '../third_party/WebKit/LayoutTests/media/audio-constructor-src-expected.txt',
          '../third_party/WebKit/LayoutTests/media/audio-constructor-src.html',
          '../third_party/WebKit/LayoutTests/media/audio-constructor.html',
          '../third_party/WebKit/LayoutTests/media/audio-data-url-expected.txt',
          '../third_party/WebKit/LayoutTests/media/audio-data-url.html',
          '../third_party/WebKit/LayoutTests/media/audio-no-installed-engines-expected.txt',
          '../third_party/WebKit/LayoutTests/media/audio-no-installed-engines.html',
          '../third_party/WebKit/LayoutTests/media/audio-only-video-intrinsic-size-expected.txt',
          '../third_party/WebKit/LayoutTests/media/audio-only-video-intrinsic-size.html',
          '../third_party/WebKit/LayoutTests/media/audio-play-event-expected.txt',
          '../third_party/WebKit/LayoutTests/media/audio-play-event.html',
          '../third_party/WebKit/LayoutTests/media/content/',
          '../third_party/WebKit/LayoutTests/media/media-can-play-wav-audio.html',
          '../third_party/WebKit/LayoutTests/media/media-document-audio-size-expected.txt',
          '../third_party/WebKit/LayoutTests/media/media-document-audio-size.html',
          '../third_party/WebKit/LayoutTests/media/media-file.js',
          '../third_party/WebKit/LayoutTests/media/media-fullscreen.js',
          '../third_party/WebKit/LayoutTests/media/resources/',
          '../third_party/WebKit/LayoutTests/media/video-autoplay-expected.txt',
          '../third_party/WebKit/LayoutTests/media/video-autoplay.html',
          '../third_party/WebKit/LayoutTests/media/video-no-autoplay-expected.txt',
          '../third_party/WebKit/LayoutTests/media/video-no-autoplay.html',
          '../third_party/WebKit/LayoutTests/media/video-paint-test.js',
          '../third_party/WebKit/LayoutTests/media/video-played.js',
          '../third_party/WebKit/LayoutTests/media/video-test.js',
          '../third_party/WebKit/LayoutTests/platform/chromium/media/media-can-play-wav-audio-expected.txt',
          '../third_party/WebKit/LayoutTests/storage/indexeddb/basics-expected.txt',
          '../third_party/WebKit/LayoutTests/storage/indexeddb/basics-shared-workers-expected.txt',
          '../third_party/WebKit/LayoutTests/storage/indexeddb/basics-shared-workers.html',
          '../third_party/WebKit/LayoutTests/storage/indexeddb/basics-workers-expected.txt',
          '../third_party/WebKit/LayoutTests/storage/indexeddb/basics-workers.html',
          '../third_party/WebKit/LayoutTests/storage/indexeddb/basics.html',
          '../third_party/WebKit/LayoutTests/storage/indexeddb/database-basics-expected.txt',
          '../third_party/WebKit/LayoutTests/storage/indexeddb/database-basics.html',
          '../third_party/WebKit/LayoutTests/storage/indexeddb/deleteIndex-expected.txt',
          '../third_party/WebKit/LayoutTests/storage/indexeddb/deleteIndex.html',
          '../third_party/WebKit/LayoutTests/storage/indexeddb/dont-commit-on-blocked-expected.txt',
          '../third_party/WebKit/LayoutTests/storage/indexeddb/dont-commit-on-blocked.html',
          '../third_party/WebKit/LayoutTests/storage/indexeddb/factory-basics-expected.txt',
          '../third_party/WebKit/LayoutTests/storage/indexeddb/factory-basics.html',
          '../third_party/WebKit/LayoutTests/storage/indexeddb/index-basics-expected.txt',
          '../third_party/WebKit/LayoutTests/storage/indexeddb/index-basics.html',
          '../third_party/WebKit/LayoutTests/storage/indexeddb/index-count-expected.txt',
          '../third_party/WebKit/LayoutTests/storage/indexeddb/index-count.html',
          '../third_party/WebKit/LayoutTests/storage/indexeddb/index-cursor-expected.txt',
          '../third_party/WebKit/LayoutTests/storage/indexeddb/index-cursor.html',
          '../third_party/WebKit/LayoutTests/storage/indexeddb/index-get-key-argument-required-expected.txt',
          '../third_party/WebKit/LayoutTests/storage/indexeddb/index-get-key-argument-required.html',
          '../third_party/WebKit/LayoutTests/storage/indexeddb/index-multientry-expected.txt',
          '../third_party/WebKit/LayoutTests/storage/indexeddb/index-multientry.html',
          '../third_party/WebKit/LayoutTests/storage/indexeddb/index-population-expected.txt',
          '../third_party/WebKit/LayoutTests/storage/indexeddb/index-population.html',
          '../third_party/WebKit/LayoutTests/storage/indexeddb/index-unique-expected.txt',
          '../third_party/WebKit/LayoutTests/storage/indexeddb/index-unique.html',
          '../third_party/WebKit/LayoutTests/storage/indexeddb/invalid-keys-expected.txt',
          '../third_party/WebKit/LayoutTests/storage/indexeddb/invalid-keys.html',
          '../third_party/WebKit/LayoutTests/storage/indexeddb/key-generator-expected.txt',
          '../third_party/WebKit/LayoutTests/storage/indexeddb/key-generator.html',
          '../third_party/WebKit/LayoutTests/storage/indexeddb/key-sort-order-across-types-expected.txt',
          '../third_party/WebKit/LayoutTests/storage/indexeddb/key-sort-order-across-types.html',
          '../third_party/WebKit/LayoutTests/storage/indexeddb/key-sort-order-date-expected.txt',
          '../third_party/WebKit/LayoutTests/storage/indexeddb/key-sort-order-date.html',
          '../third_party/WebKit/LayoutTests/storage/indexeddb/key-type-array-expected.txt',
          '../third_party/WebKit/LayoutTests/storage/indexeddb/key-type-array.html',
          '../third_party/WebKit/LayoutTests/storage/indexeddb/key-type-infinity-expected.txt',
          '../third_party/WebKit/LayoutTests/storage/indexeddb/key-type-infinity.html',
          '../third_party/WebKit/LayoutTests/storage/indexeddb/keypath-basics-expected.txt',
          '../third_party/WebKit/LayoutTests/storage/indexeddb/keypath-basics.html',
          '../third_party/WebKit/LayoutTests/storage/indexeddb/keypath-edges-expected.txt',
          '../third_party/WebKit/LayoutTests/storage/indexeddb/keypath-edges.html',
          '../third_party/WebKit/LayoutTests/storage/indexeddb/keypath-fetch-key-expected.txt',
          '../third_party/WebKit/LayoutTests/storage/indexeddb/keypath-fetch-key.html',
          '../third_party/WebKit/LayoutTests/storage/indexeddb/keyrange-expected.txt',
          '../third_party/WebKit/LayoutTests/storage/indexeddb/keyrange-required-arguments-expected.txt',
          '../third_party/WebKit/LayoutTests/storage/indexeddb/keyrange-required-arguments.html',
          '../third_party/WebKit/LayoutTests/storage/indexeddb/keyrange.html',
          '../third_party/WebKit/LayoutTests/storage/indexeddb/objectstore-basics-expected.txt',
          '../third_party/WebKit/LayoutTests/storage/indexeddb/objectstore-basics.html',
          '../third_party/WebKit/LayoutTests/storage/indexeddb/prefetch-bugfix-108071-expected.txt',
          '../third_party/WebKit/LayoutTests/storage/indexeddb/prefetch-bugfix-108071.html',
          '../third_party/WebKit/LayoutTests/storage/indexeddb/resources/',
          '../third_party/WebKit/LayoutTests/storage/indexeddb/transaction-abort-with-js-recursion-cross-frame-expected.txt',
          '../third_party/WebKit/LayoutTests/storage/indexeddb/transaction-abort-with-js-recursion-cross-frame.html',
          '../third_party/WebKit/LayoutTests/storage/indexeddb/transaction-abort-with-js-recursion-expected.txt',
          '../third_party/WebKit/LayoutTests/storage/indexeddb/transaction-abort-with-js-recursion.html',
          '../third_party/WebKit/LayoutTests/storage/indexeddb/transaction-abort-workers-expected.txt',
          '../third_party/WebKit/LayoutTests/storage/indexeddb/transaction-abort-workers.html',
          '../third_party/WebKit/LayoutTests/storage/indexeddb/transaction-after-close-expected.txt',
          '../third_party/WebKit/LayoutTests/storage/indexeddb/transaction-after-close.html',
          '../third_party/WebKit/LayoutTests/storage/indexeddb/transaction-and-objectstore-calls-expected.txt',
          '../third_party/WebKit/LayoutTests/storage/indexeddb/transaction-and-objectstore-calls.html',
          '../third_party/WebKit/LayoutTests/storage/indexeddb/transaction-basics-expected.txt',
          '../third_party/WebKit/LayoutTests/storage/indexeddb/transaction-basics.html',
          '../third_party/WebKit/LayoutTests/storage/indexeddb/transaction-crash-on-abort-expected.txt',
          '../third_party/WebKit/LayoutTests/storage/indexeddb/transaction-crash-on-abort.html',
          '../third_party/WebKit/LayoutTests/storage/indexeddb/transaction-event-propagation-expected.txt',
          '../third_party/WebKit/LayoutTests/storage/indexeddb/transaction-event-propagation.html',
          '../third_party/WebKit/LayoutTests/storage/indexeddb/transaction-read-only-expected.txt',
          '../third_party/WebKit/LayoutTests/storage/indexeddb/transaction-read-only.html',
          '../third_party/WebKit/LayoutTests/storage/indexeddb/transaction-rollback-expected.txt',
          '../third_party/WebKit/LayoutTests/storage/indexeddb/transaction-rollback.html',
          '../third_party/WebKit/LayoutTests/storage/indexeddb/transaction-storeNames-required-expected.txt',
          '../third_party/WebKit/LayoutTests/storage/indexeddb/transaction-storeNames-required.html',
          '<(PRODUCT_DIR)/plugins/',
          '<(PRODUCT_DIR)/test_url_loader_data/',
          'test/data/device_orientation/',
          'test/data/dom_automation/',
          'test/data/fileapi/',
          'test/data/google/',
          'test/data/plugin/flash.html',
          'test/data/plugin/flash.swf',
          'test/data/plugin/plugin_common.js',
        ],
      },
    }, {
      'variables': {
        'command': [
          '../testing/test_env.py',
          '<(PRODUCT_DIR)/browser_tests<(EXECUTABLE_SUFFIX)',
        ],
      },
    }],
    ['OS=="mac"', {
      'variables': {
        'isolate_dependency_tracked': [
          '<(PRODUCT_DIR)/Chromium.app/Contents/Info.plist',
        ],
        'isolate_dependency_untracked': [
          '<(PRODUCT_DIR)/Chromium Framework.framework/Versions/A/resources/BookmarkBar.nib',
          '<(PRODUCT_DIR)/Chromium Framework.framework/Versions/A/resources/BrowserWindow.nib',
          '<(PRODUCT_DIR)/Chromium Framework.framework/Versions/A/resources/Info.plist',
          '<(PRODUCT_DIR)/Chromium Framework.framework/Versions/A/resources/InfoBar.nib',
          '<(PRODUCT_DIR)/Chromium Framework.framework/Versions/A/resources/InfoBarContainer.nib',
          '<(PRODUCT_DIR)/Chromium Framework.framework/Versions/A/resources/MainMenu.nib',
          '<(PRODUCT_DIR)/Chromium Framework.framework/Versions/A/resources/PreviewableContents.nib',
          '<(PRODUCT_DIR)/Chromium Framework.framework/Versions/A/resources/TabView.nib',
          '<(PRODUCT_DIR)/Chromium Framework.framework/Versions/A/resources/Toolbar.nib',
          '<(PRODUCT_DIR)/Chromium Framework.framework/Versions/A/resources/WrenchMenu.nib',
          '<(PRODUCT_DIR)/Chromium Framework.framework/Versions/A/resources/chrome.pak',
          '<(PRODUCT_DIR)/Chromium Framework.framework/Versions/A/resources/en.lproj/',
          '<(PRODUCT_DIR)/Chromium Framework.framework/Versions/A/resources/nav.pdf',
          '<(PRODUCT_DIR)/Chromium Framework.framework/Versions/A/resources/omnibox_http.pdf',
          '<(PRODUCT_DIR)/Chromium Framework.framework/Versions/A/resources/star.pdf',
          '<(PRODUCT_DIR)/Chromium Framework.framework/Versions/A/resources/theme_resources_2x.pak',
          '<(PRODUCT_DIR)/Chromium Framework.framework/Versions/A/resources/theme_resources_standard.pak',
          '<(PRODUCT_DIR)/Chromium Framework.framework/Versions/A/resources/ui_resources_standard.pak',
          '<(PRODUCT_DIR)/Chromium.app/Contents/Resources/en.lproj/',
          'test/data/extensions/api_test/accessibility/',
        ],
      },
    }, {
      'variables': {
        'isolate_dependency_tracked': [
          '../net/tools/testserver/asn1.py',
          '../net/tools/testserver/echo_message.py',
          '../net/tools/testserver/minica.py',
          '../net/tools/testserver/testserver.py',
          '../third_party/WebKit/Tools/Scripts/new-run-webkit-websocketserver',
          '../third_party/WebKit/Tools/Scripts/webkitpy/__init__.py',
          '../third_party/WebKit/Tools/Scripts/webkitpy/common/__init__.py',
          '../third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/__init__.py',
          '../third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/changelog.py',
          '../third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/checkout.py',
          '../third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/commitinfo.py',
          '../third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/deps.py',
          '../third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/diff_parser.py',
          '../third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/__init__.py',
          '../third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/commitmessage.py',
          '../third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/detection.py',
          '../third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/git.py',
          '../third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/scm.py',
          '../third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/svn.py',
          '../third_party/WebKit/Tools/Scripts/webkitpy/common/config/__init__.py',
          '../third_party/WebKit/Tools/Scripts/webkitpy/common/config/committers.py',
          '../third_party/WebKit/Tools/Scripts/webkitpy/common/config/urls.py',
          '../third_party/WebKit/Tools/Scripts/webkitpy/common/editdistance.py',
          '../third_party/WebKit/Tools/Scripts/webkitpy/common/find_files.py',
          '../third_party/WebKit/Tools/Scripts/webkitpy/common/host.py',
          '../third_party/WebKit/Tools/Scripts/webkitpy/common/memoized.py',
          '../third_party/WebKit/Tools/Scripts/webkitpy/common/net/__init__.py',
          '../third_party/WebKit/Tools/Scripts/webkitpy/common/net/bugzilla/__init__.py',
          '../third_party/WebKit/Tools/Scripts/webkitpy/common/net/bugzilla/attachment.py',
          '../third_party/WebKit/Tools/Scripts/webkitpy/common/net/bugzilla/bug.py',
          '../third_party/WebKit/Tools/Scripts/webkitpy/common/net/bugzilla/bugzilla.py',
          '../third_party/WebKit/Tools/Scripts/webkitpy/common/net/buildbot/__init__.py',
          '../third_party/WebKit/Tools/Scripts/webkitpy/common/net/buildbot/buildbot.py',
          '../third_party/WebKit/Tools/Scripts/webkitpy/common/net/buildbot/chromiumbuildbot.py',
          '../third_party/WebKit/Tools/Scripts/webkitpy/common/net/credentials.py',
          '../third_party/WebKit/Tools/Scripts/webkitpy/common/net/failuremap.py',
          '../third_party/WebKit/Tools/Scripts/webkitpy/common/net/file_uploader.py',
          '../third_party/WebKit/Tools/Scripts/webkitpy/common/net/layouttestresults.py',
          '../third_party/WebKit/Tools/Scripts/webkitpy/common/net/networktransaction.py',
          '../third_party/WebKit/Tools/Scripts/webkitpy/common/net/regressionwindow.py',
          '../third_party/WebKit/Tools/Scripts/webkitpy/common/net/resultsjsonparser.py',
          '../third_party/WebKit/Tools/Scripts/webkitpy/common/net/web.py',
          '../third_party/WebKit/Tools/Scripts/webkitpy/common/read_checksum_from_png.py',
          '../third_party/WebKit/Tools/Scripts/webkitpy/common/system/__init__.py',
          '../third_party/WebKit/Tools/Scripts/webkitpy/common/system/autoinstall.py',
          '../third_party/WebKit/Tools/Scripts/webkitpy/common/system/deprecated_logging.py',
          '../third_party/WebKit/Tools/Scripts/webkitpy/common/system/environment.py',
          '../third_party/WebKit/Tools/Scripts/webkitpy/common/system/executive.py',
          '../third_party/WebKit/Tools/Scripts/webkitpy/common/system/file_lock.py',
          '../third_party/WebKit/Tools/Scripts/webkitpy/common/system/filesystem.py',
          '../third_party/WebKit/Tools/Scripts/webkitpy/common/system/logutils.py',
          '../third_party/WebKit/Tools/Scripts/webkitpy/common/system/path.py',
          '../third_party/WebKit/Tools/Scripts/webkitpy/common/system/platforminfo.py',
          '../third_party/WebKit/Tools/Scripts/webkitpy/common/system/stack_utils.py',
          '../third_party/WebKit/Tools/Scripts/webkitpy/common/system/systemhost.py',
          '../third_party/WebKit/Tools/Scripts/webkitpy/common/system/user.py',
          '../third_party/WebKit/Tools/Scripts/webkitpy/common/system/workspace.py',
          '../third_party/WebKit/Tools/Scripts/webkitpy/common/watchlist/__init__.py',
          '../third_party/WebKit/Tools/Scripts/webkitpy/common/watchlist/amountchangedpattern.py',
          '../third_party/WebKit/Tools/Scripts/webkitpy/common/watchlist/changedlinepattern.py',
          '../third_party/WebKit/Tools/Scripts/webkitpy/common/watchlist/filenamepattern.py',
          '../third_party/WebKit/Tools/Scripts/webkitpy/common/watchlist/watchlist.py',
          '../third_party/WebKit/Tools/Scripts/webkitpy/common/watchlist/watchlistloader.py',
          '../third_party/WebKit/Tools/Scripts/webkitpy/common/watchlist/watchlistparser.py',
          '../third_party/WebKit/Tools/Scripts/webkitpy/common/watchlist/watchlistrule.py',
          '../third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/__init__.py',
          '../third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/__init__.py',
          '../third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/manager.py',
          '../third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/manager_worker_broker.py',
          '../third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/single_test_runner.py',
          '../third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/test_result_writer.py',
          '../third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/worker.py',
          '../third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/layout_package/__init__.py',
          '../third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/layout_package/json_layout_results_generator.py',
          '../third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/layout_package/json_results_generator.py',
          '../third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/__init__.py',
          '../third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/result_summary.py',
          '../third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/test_configuration.py',
          '../third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/test_expectations.py',
          '../third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/test_failures.py',
          '../third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/test_input.py',
          '../third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/test_results.py',
          '../third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/__init__.py',
          '../third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/base.py',
          '../third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/builders.py',
          '../third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/chromium.py',
          '../third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/chromium_android.py',
          '../third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/chromium_linux.py',
          '../third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/config.py',
          '../third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/driver.py',
          '../third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/factory.py',
          '../third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/http_lock.py',
          '../third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/server_process.py',
          '../third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/webkit.py',
          '../third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/servers/__init__.py',
          '../third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/servers/apache_http_server.py',
          '../third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/servers/http_server.py',
          '../third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/servers/http_server_base.py',
          '../third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/servers/websocket_server.py',
          '../third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/views/__init__.py',
          '../third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/views/metered_stream.py',
          '../third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/views/printing.py',
          '../third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/BeautifulSoup.py',
          '../third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/__init__.py',
          '../third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/__init__.py',
          '../third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/_stream_base.py',
          '../third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/_stream_hixie75.py',
          '../third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/_stream_hybi.py',
          '../third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/common.py',
          '../third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/dispatch.py',
          '../third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/extensions.py',
          '../third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/http_header_util.py',
          '../third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/memorizingfile.py',
          '../third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/msgutil.py',
          '../third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/standalone.py',
          '../third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/stream.py',
          '../third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/util.py',
          '../third_party/WebKit/Tools/Scripts/webkitpy/tool/__init__.py',
          '../third_party/WebKit/Tools/Scripts/webkitpy/tool/grammar.py',
          '../third_party/pyftpdlib/src/pyftpdlib/__init__.py',
          '../third_party/pyftpdlib/src/pyftpdlib/ftpserver.py',
          '../third_party/tlslite/tlslite/BaseDB.py',
          '../third_party/tlslite/tlslite/Checker.py',
          '../third_party/tlslite/tlslite/FileObject.py',
          '../third_party/tlslite/tlslite/HandshakeSettings.py',
          '../third_party/tlslite/tlslite/Session.py',
          '../third_party/tlslite/tlslite/SessionCache.py',
          '../third_party/tlslite/tlslite/SharedKeyDB.py',
          '../third_party/tlslite/tlslite/TLSConnection.py',
          '../third_party/tlslite/tlslite/TLSRecordLayer.py',
          '../third_party/tlslite/tlslite/VerifierDB.py',
          '../third_party/tlslite/tlslite/X509.py',
          '../third_party/tlslite/tlslite/X509CertChain.py',
          '../third_party/tlslite/tlslite/__init__.py',
          '../third_party/tlslite/tlslite/api.py',
          '../third_party/tlslite/tlslite/constants.py',
          '../third_party/tlslite/tlslite/errors.py',
          '../third_party/tlslite/tlslite/integration/AsyncStateMachine.py',
          '../third_party/tlslite/tlslite/integration/ClientHelper.py',
          '../third_party/tlslite/tlslite/integration/HTTPTLSConnection.py',
          '../third_party/tlslite/tlslite/integration/IMAP4_TLS.py',
          '../third_party/tlslite/tlslite/integration/POP3_TLS.py',
          '../third_party/tlslite/tlslite/integration/SMTP_TLS.py',
          '../third_party/tlslite/tlslite/integration/TLSAsyncDispatcherMixIn.py',
          '../third_party/tlslite/tlslite/integration/TLSSocketServerMixIn.py',
          '../third_party/tlslite/tlslite/integration/XMLRPCTransport.py',
          '../third_party/tlslite/tlslite/integration/__init__.py',
          '../third_party/tlslite/tlslite/mathtls.py',
          '../third_party/tlslite/tlslite/messages.py',
          '../third_party/tlslite/tlslite/utils/AES.py',
          '../third_party/tlslite/tlslite/utils/ASN1Parser.py',
          '../third_party/tlslite/tlslite/utils/Python_AES.py',
          '../third_party/tlslite/tlslite/utils/Python_RC4.py',
          '../third_party/tlslite/tlslite/utils/Python_RSAKey.py',
          '../third_party/tlslite/tlslite/utils/RC4.py',
          '../third_party/tlslite/tlslite/utils/RSAKey.py',
          '../third_party/tlslite/tlslite/utils/__init__.py',
          '../third_party/tlslite/tlslite/utils/cipherfactory.py',
          '../third_party/tlslite/tlslite/utils/codec.py',
          '../third_party/tlslite/tlslite/utils/compat.py',
          '../third_party/tlslite/tlslite/utils/cryptomath.py',
          '../third_party/tlslite/tlslite/utils/hmac.py',
          '../third_party/tlslite/tlslite/utils/keyfactory.py',
          '../third_party/tlslite/tlslite/utils/rijndael.py',
          '../third_party/tlslite/tlslite/utils/xmltools.py',
          '<(PRODUCT_DIR)/locales/en-US.pak',
          '<(PRODUCT_DIR)/theme_resources_standard.pak',
          '<(PRODUCT_DIR)/ui_resources_standard.pak',
        ],
        'isolate_dependency_untracked': [
          '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/handler_map.txt',
          '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hixie76/bad-handshake-crash_wsh.py',
          '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hixie76/client-close_wsh.py',
          '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hixie76/close-on-unload_wsh.py',
          '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hixie76/echo-challenge_wsh.py',
          '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hixie76/echo-cookie_wsh.py',
          '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hixie76/echo-location_wsh.py',
          '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hixie76/echo_wsh.py',
          '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hixie76/fixed-origin_wsh.py',
          '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hixie76/frame-length-longer-than-buffer_wsh.py',
          '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hixie76/frame-length-overflow_wsh.py',
          '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hixie76/frame-length-skip_wsh.py',
          '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hixie76/handshake-error_wsh.py',
          '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hixie76/handshake-fail-by-maxlength_wsh.py',
          '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hixie76/handshake-fail-by-no-connection-header_wsh.py',
          '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hixie76/handshake-fail-by-no-cr_wsh.py',
          '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hixie76/handshake-fail-by-no-upgrade-header_wsh.py',
          '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hixie76/handshake-fail-by-prepended-null_wsh.py',
          '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hixie76/long-invalid-header_wsh.py',
          '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hixie76/no-query_wsh.py',
          '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hixie76/origin-test_wsh.py',
          '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hixie76/protocol-test_wsh.py',
          '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hixie76/send2_wsh.py',
          '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hixie76/send_wsh.py',
          '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hixie76/server-close_wsh.py',
          '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hixie76/simple_wsh.py',
          '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hixie76/split-binary-frame-header_wsh.py',
          '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hixie76/unicode_wsh.py',
          '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hixie76/unknown-frame-type_wsh.py',
          '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hixie76/workers/resources/echo-challenge_wsh.py',
          '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hixie76/workers/resources/echo_wsh.py',
          '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hixie76/workers/resources/simple_wsh.py',
          '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/accept-first-subprotocol_wsh.py',
          '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/bad-handshake-crash_wsh.py',
          '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/binary-frames_wsh.py',
          '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/broken-utf8_wsh.py',
          '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/check-binary-messages_wsh.py',
          '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/client-close_wsh.py',
          '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/close-code-and-reason_wsh.py',
          '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/close-on-unload_wsh.py',
          '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/close_wsh.py',
          '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/compressed-control-frame_wsh.py',
          '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/deflate-frame-invalid-parameter_wsh.py',
          '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/deflate-frame_wsh.py',
          '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/echo-challenge_wsh.py',
          '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/echo-cookie_wsh.py',
          '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/echo-location_wsh.py',
          '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/echo-with-no-extension_wsh.py',
          '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/echo_wsh.py',
          '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/fragmented-binary-frames_wsh.py',
          '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/fragmented-control-frame_wsh.py',
          '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/fragmented-frames_wsh.py',
          '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/handshake-error_wsh.py',
          '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/handshake-fail-by-extensions-header_wsh.py',
          '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/handshake-fail-by-maxlength_wsh.py',
          '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/handshake-fail-by-mismatch-protocol-header_wsh.py',
          '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/handshake-fail-by-more-accept-header_wsh.py',
          '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/handshake-fail-by-more-protocol-header_wsh.py',
          '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/handshake-fail-by-no-accept-header_wsh.py',
          '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/handshake-fail-by-no-connection-header_wsh.py',
          '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/handshake-fail-by-no-cr_wsh.py',
          '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/handshake-fail-by-no-upgrade-header_wsh.py',
          '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/handshake-fail-by-prepended-null_wsh.py',
          '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/handshake-fail-by-wrong-accept-header_wsh.py',
          '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/interleaved-fragments_wsh.py',
          '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/invalid-continuation_wsh.py',
          '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/invalid-encode-length_wsh.py',
          '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/invalid-masked-frames-from-server_wsh.py',
          '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/long-control-frame_wsh.py',
          '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/long-invalid-header_wsh.py',
          '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/no-query_wsh.py',
          '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/origin-test_wsh.py',
          '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/pong_wsh.py',
          '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/protocol-test_wsh.py',
          '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/reserved-bits_wsh.py',
          '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/reserved-opcodes_wsh.py',
          '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/send-file-blob_wsh.py',
          '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/send2_wsh.py',
          '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/send_wsh.py',
          '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/server-close_wsh.py',
          '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/simple_wsh.py',
          '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/too-long-payload_wsh.py',
          '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/unicode_wsh.py',
          '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/unmasked-frames_wsh.py',
          '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/workers/resources/binary-frames_wsh.py',
          '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/workers/resources/check-binary-messages_wsh.py',
          '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/workers/resources/echo-challenge_wsh.py',
          '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/workers/resources/echo_wsh.py',
          '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/workers/resources/no-onmessage-in-sync-op_wsh.py',
          '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/workers/resources/protocol-test_wsh.py',
          '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/workers/resources/simple_wsh.py',
          '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/zero-length-text_wsh.py',
          '../third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/handshake/',
        ],
      },
    }],
    ['OS=="win"', {
      'variables': {
        'isolate_dependency_tracked': [
          '../third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/chromium_mac.py',
          '../third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/chromium_win.py',
          '../third_party/cygwin/bin/bash.exe',
          '../third_party/cygwin/setup_env.bat',
          '../third_party/cygwin/setup_mount.bat',
          '../third_party/mesa/MesaLib/src/glsl/ir_reader.cpp',
          '../third_party/mesa/MesaLib/src/mesa/main/mtypes.h',
          '../third_party/python_26/DLLs/_ctypes.pyd',
          '../third_party/python_26/DLLs/_hashlib.pyd',
          '../third_party/python_26/DLLs/_multiprocessing.pyd',
          '../third_party/python_26/DLLs/_socket.pyd',
          '../third_party/python_26/DLLs/_ssl.pyd',
          '../third_party/python_26/DLLs/pyexpat.pyd',
          '../third_party/python_26/DLLs/select.pyd',
          '../third_party/python_26/Lib/BaseHTTPServer.py',
          '../third_party/python_26/Lib/CGIHTTPServer.py',
          '../third_party/python_26/Lib/ConfigParser.py',
          '../third_party/python_26/Lib/Queue.py',
          '../third_party/python_26/Lib/SimpleHTTPServer.py',
          '../third_party/python_26/Lib/SocketServer.py',
          '../third_party/python_26/Lib/StringIO.py',
          '../third_party/python_26/Lib/UserDict.py',
          '../third_party/python_26/Lib/__future__.py',
          '../third_party/python_26/Lib/_abcoll.py',
          '../third_party/python_26/Lib/abc.py',
          '../third_party/python_26/Lib/anydbm.py',
          '../third_party/python_26/Lib/asynchat.py',
          '../third_party/python_26/Lib/asyncore.py',
          '../third_party/python_26/Lib/atexit.py',
          '../third_party/python_26/Lib/base64.py',
          '../third_party/python_26/Lib/bisect.py',
          '../third_party/python_26/Lib/cgi.py',
          '../third_party/python_26/Lib/codecs.py',
          '../third_party/python_26/Lib/collections.py',
          '../third_party/python_26/Lib/copy.py',
          '../third_party/python_26/Lib/copy_reg.py',
          '../third_party/python_26/Lib/ctypes/__init__.py',
          '../third_party/python_26/Lib/ctypes/_endian.py',
          '../third_party/python_26/Lib/dbhash.py',
          '../third_party/python_26/Lib/difflib.py',
          '../third_party/python_26/Lib/dumbdbm.py',
          '../third_party/python_26/Lib/email/__init__.py',
          '../third_party/python_26/Lib/email/_parseaddr.py',
          '../third_party/python_26/Lib/email/base64mime.py',
          '../third_party/python_26/Lib/email/encoders.py',
          '../third_party/python_26/Lib/email/mime/__init__.py',
          '../third_party/python_26/Lib/email/utils.py',
          '../third_party/python_26/Lib/encodings/__init__.py',
          '../third_party/python_26/Lib/encodings/aliases.py',
          '../third_party/python_26/Lib/encodings/cp1252.py',
          '../third_party/python_26/Lib/encodings/hex_codec.py',
          '../third_party/python_26/Lib/encodings/mbcs.py',
          '../third_party/python_26/Lib/encodings/utf_8.py',
          '../third_party/python_26/Lib/fileinput.py',
          '../third_party/python_26/Lib/fnmatch.py',
          '../third_party/python_26/Lib/functools.py',
          '../third_party/python_26/Lib/genericpath.py',
          '../third_party/python_26/Lib/getpass.py',
          '../third_party/python_26/Lib/gettext.py',
          '../third_party/python_26/Lib/glob.py',
          '../third_party/python_26/Lib/hashlib.py',
          '../third_party/python_26/Lib/heapq.py',
          '../third_party/python_26/Lib/hmac.py',
          '../third_party/python_26/Lib/htmlentitydefs.py',
          '../third_party/python_26/Lib/httplib.py',
          '../third_party/python_26/Lib/imaplib.py',
          '../third_party/python_26/Lib/json/__init__.py',
          '../third_party/python_26/Lib/json/decoder.py',
          '../third_party/python_26/Lib/json/encoder.py',
          '../third_party/python_26/Lib/json/scanner.py',
          '../third_party/python_26/Lib/keyword.py',
          '../third_party/python_26/Lib/linecache.py',
          '../third_party/python_26/Lib/locale.py',
          '../third_party/python_26/Lib/logging/__init__.py',
          '../third_party/python_26/Lib/logging/handlers.py',
          '../third_party/python_26/Lib/markupbase.py',
          '../third_party/python_26/Lib/md5.py',
          '../third_party/python_26/Lib/mimetools.py',
          '../third_party/python_26/Lib/mimetypes.py',
          '../third_party/python_26/Lib/multiprocessing/__init__.py',
          '../third_party/python_26/Lib/multiprocessing/process.py',
          '../third_party/python_26/Lib/multiprocessing/util.py',
          '../third_party/python_26/Lib/new.py',
          '../third_party/python_26/Lib/ntpath.py',
          '../third_party/python_26/Lib/nturl2path.py',
          '../third_party/python_26/Lib/optparse.py',
          '../third_party/python_26/Lib/os.py',
          '../third_party/python_26/Lib/platform.py',
          '../third_party/python_26/Lib/poplib.py',
          '../third_party/python_26/Lib/posixpath.py',
          '../third_party/python_26/Lib/quopri.py',
          '../third_party/python_26/Lib/random.py',
          '../third_party/python_26/Lib/re.py',
          '../third_party/python_26/Lib/rfc822.py',
          '../third_party/python_26/Lib/sgmllib.py',
          '../third_party/python_26/Lib/sha.py',
          '../third_party/python_26/Lib/shlex.py',
          '../third_party/python_26/Lib/shutil.py',
          '../third_party/python_26/Lib/site-packages/google.pth',
          '../third_party/python_26/Lib/site-packages/pywin32.pth',
          '../third_party/python_26/Lib/site-packages/win32/pywintypes26.dll',
          '../third_party/python_26/Lib/site-packages/win32/win32file.pyd',
          '../third_party/python_26/Lib/site-packages/win32/win32pipe.pyd',
          '../third_party/python_26/Lib/site.py',
          '../third_party/python_26/Lib/smtplib.py',
          '../third_party/python_26/Lib/socket.py',
          '../third_party/python_26/Lib/sre_compile.py',
          '../third_party/python_26/Lib/sre_constants.py',
          '../third_party/python_26/Lib/sre_parse.py',
          '../third_party/python_26/Lib/ssl.py',
          '../third_party/python_26/Lib/stat.py',
          '../third_party/python_26/Lib/string.py',
          '../third_party/python_26/Lib/struct.py',
          '../third_party/python_26/Lib/subprocess.py',
          '../third_party/python_26/Lib/tarfile.py',
          '../third_party/python_26/Lib/tempfile.py',
          '../third_party/python_26/Lib/textwrap.py',
          '../third_party/python_26/Lib/threading.py',
          '../third_party/python_26/Lib/traceback.py',
          '../third_party/python_26/Lib/types.py',
          '../third_party/python_26/Lib/urllib.py',
          '../third_party/python_26/Lib/urllib2.py',
          '../third_party/python_26/Lib/urlparse.py',
          '../third_party/python_26/Lib/warnings.py',
          '../third_party/python_26/Lib/weakref.py',
          '../third_party/python_26/Lib/webbrowser.py',
          '../third_party/python_26/Lib/xml/__init__.py',
          '../third_party/python_26/Lib/xml/dom/NodeFilter.py',
          '../third_party/python_26/Lib/xml/dom/__init__.py',
          '../third_party/python_26/Lib/xml/dom/domreg.py',
          '../third_party/python_26/Lib/xml/dom/minicompat.py',
          '../third_party/python_26/Lib/xml/dom/minidom.py',
          '../third_party/python_26/Lib/xml/dom/xmlbuilder.py',
          '../third_party/python_26/Lib/xml/sax/__init__.py',
          '../third_party/python_26/Lib/xml/sax/_exceptions.py',
          '../third_party/python_26/Lib/xml/sax/handler.py',
          '../third_party/python_26/Lib/xml/sax/saxutils.py',
          '../third_party/python_26/Lib/xml/sax/xmlreader.py',
          '../third_party/python_26/Lib/xmlrpclib.py',
          '../third_party/python_26/Lib/zipfile.py',
          '../third_party/python_26/python.exe',
          '../third_party/python_26/python26.dll',
          'test/data/extensions/api_test/accessibility/get_alerts_for_tab/manifest.json',
          'test/data/extensions/api_test/alert/manifest.json',
          'test/data/extensions/api_test/apitest/manifest.json',
          'test/data/extensions/api_test/background_scripts/manifest.json',
          'test/data/extensions/api_test/bindings/exception_in_handler_should_not_crash/manifest.json',
          'test/data/extensions/api_test/bookmark_manager/edit_disabled/manifest.json',
          'test/data/extensions/api_test/bookmark_manager/standard/manifest.json',
          'test/data/extensions/api_test/canvas_2d/manifest.json',
          'test/data/extensions/api_test/content_scripts/about_blank_iframes/content_script.js',
          'test/data/extensions/api_test/content_scripts/about_blank_iframes/manifest.json',
          'test/data/extensions/api_test/content_scripts/all_frames/all_frames.js',
          'test/data/extensions/api_test/content_scripts/all_frames/manifest.json',
          'test/data/extensions/api_test/content_scripts/all_frames/top_frame_only.js',
          'test/data/extensions/api_test/content_scripts/css_l10n/manifest.json',
          'test/data/extensions/api_test/content_scripts/css_l10n/style.css',
          'test/data/extensions/api_test/content_scripts/dont_match_host_permissions/manifest.json',
          'test/data/extensions/api_test/content_scripts/dont_match_host_permissions/modify.js',
          'test/data/extensions/api_test/content_scripts/dont_match_host_permissions/test.js',
          'test/data/extensions/api_test/content_scripts/extension_api/events.js',
          'test/data/extensions/api_test/content_scripts/extension_api/functions.js',
          'test/data/extensions/api_test/content_scripts/extension_api/manifest.json',
          'test/data/extensions/api_test/content_scripts/extension_iframe/manifest.json',
          'test/data/extensions/api_test/content_scripts/extension_iframe/script.js',
          'test/data/extensions/api_test/content_scripts/extension_process/injectionator.js',
          'test/data/extensions/api_test/content_scripts/extension_process/manifest.json',
          'test/data/extensions/api_test/content_scripts/fragment/content_script.js',
          'test/data/extensions/api_test/content_scripts/fragment/manifest.json',
          'test/data/extensions/api_test/content_scripts/isolated_world1/a.js',
          'test/data/extensions/api_test/content_scripts/isolated_world1/b.js',
          'test/data/extensions/api_test/content_scripts/isolated_world1/manifest.json',
          'test/data/extensions/api_test/content_scripts/permissions/manifest.json',
          'test/data/extensions/api_test/content_scripts/view_source/manifest.json',
          'test/data/extensions/api_test/content_scripts/view_source/request.js',
          'test/data/extensions/api_test/content_security_policy/manifest.json',
          'test/data/extensions/api_test/content_settings/standard/manifest.json',
          'test/data/extensions/api_test/context_menus/add_from_multiple_contexts/manifest.json',
          'test/data/extensions/api_test/context_menus/basics/manifest.json',
          'test/data/extensions/api_test/cookies/api/manifest.json',
          'test/data/extensions/api_test/cookies/events/manifest.json',
          'test/data/extensions/api_test/cookies/no_permission/manifest.json',
          'test/data/extensions/api_test/cross_origin_xhr/all_urls/content_script.js',
          'test/data/extensions/api_test/cross_origin_xhr/all_urls/manifest.json',
          'test/data/extensions/api_test/cross_origin_xhr/background_page/manifest.json',
          'test/data/extensions/api_test/cross_origin_xhr/content_script/content_script.js',
          'test/data/extensions/api_test/cross_origin_xhr/content_script/manifest.json',
          'test/data/extensions/api_test/cross_origin_xhr/file_access/manifest.json',
          'test/data/extensions/api_test/cross_origin_xhr/no_file_access/manifest.json',
          'test/data/extensions/api_test/debugger/manifest.json',
          'test/data/extensions/api_test/default_content_security_policy/manifest.json',
          'test/data/extensions/api_test/events/manifest.json',
          'test/data/extensions/api_test/font_settings/incognito/manifest.json',
          'test/data/extensions/api_test/font_settings/standard/manifest.json',
          'test/data/extensions/api_test/i18n/a.js',
          'test/data/extensions/api_test/i18n/manifest.json',
          'test/data/extensions/api_test/idle/manifest.json',
          'test/data/extensions/api_test/input/manifest.json',
          'test/data/extensions/api_test/managed_mode/get_enter/manifest.json',
          'test/data/extensions/api_test/managed_mode/get_enter/test.js',
          'test/data/extensions/api_test/managed_mode/on_change/manifest.json',
          'test/data/extensions/api_test/managed_mode/on_change/test.html',
          'test/data/extensions/api_test/managed_mode/on_change/test.js',
          'test/data/extensions/api_test/messaging/event_url/manifest.json',
          'test/data/extensions/api_test/metrics/manifest.json',
          'test/data/extensions/api_test/mutation_observers/manifest.json',
          'test/data/extensions/api_test/page_action/add_popup/icon.png',
          'test/data/extensions/api_test/page_action/add_popup/manifest.json',
          'test/data/extensions/api_test/page_action/basics/icon.png',
          'test/data/extensions/api_test/page_action/basics/manifest.json',
          'test/data/extensions/api_test/page_action/crash_57333/Extension1/16.png',
          'test/data/extensions/api_test/page_action/crash_57333/Extension1/manifest.json',
          'test/data/extensions/api_test/page_action/getters/manifest.json',
          'test/data/extensions/api_test/page_action/old_api/icon.png',
          'test/data/extensions/api_test/page_action/old_api/manifest.json',
          'test/data/extensions/api_test/page_action/remove_popup/icon.png',
          'test/data/extensions/api_test/page_action/remove_popup/manifest.json',
          'test/data/extensions/api_test/permissions/disabled/manifest.json',
          'test/data/extensions/api_test/permissions/experimental_disabled/manifest.json',
          'test/data/extensions/api_test/permissions/favicon/manifest.json',
          'test/data/extensions/api_test/permissions/optional/manifest.json',
          'test/data/extensions/api_test/permissions/optional_deny/manifest.json',
          'test/data/extensions/api_test/permissions/optional_gesture/manifest.json',
          'test/data/extensions/api_test/preference/clear/manifest.json',
          'test/data/extensions/api_test/preference/onchange/manifest.json',
          'test/data/extensions/api_test/preference/persistent_incognito/manifest.json',
          'test/data/extensions/api_test/preference/session_only_incognito/manifest.json',
          'test/data/extensions/api_test/preference/standard/manifest.json',
          'test/data/extensions/api_test/processes/onupdated/manifest.json',
          'test/data/extensions/api_test/rlz/manifest.json',
          'test/data/extensions/api_test/stubs/content_script.js',
          'test/data/extensions/api_test/stubs/manifest.json',
          'test/data/extensions/api_test/system/get_incognito_mode_availability/manifest.json',
          'test/data/extensions/api_test/tabs/basics/manifest.json',
          'test/data/extensions/api_test/tabs/capture_visible_tab/manifest.json',
          'test/data/extensions/api_test/tabs/current_window/manifest.json',
          'test/data/extensions/api_test/tabs/incognito_disabled/manifest.json',
          'test/data/extensions/api_test/tabs/javascript_url_permissions/manifest.json',
          'test/data/extensions/api_test/tabs/on_removed/manifest.json',
          'test/data/extensions/api_test/tabs/on_updated/manifest.json',
          'test/data/extensions/api_test/webnavigation/manifest.json',
          'test/data/extensions/api_test/websocket/manifest.json',
          'test/data/extensions/api_test/window_open/argument_overflow/manifest.json',
          'test/data/extensions/api_test/window_open/browser_is_app/manifest.json',
          'test/data/extensions/api_test/window_open/popup/manifest.json',
          'test/data/extensions/api_test/window_open/popup_blocking/extension/content_script.js',
          'test/data/extensions/api_test/window_open/popup_blocking/extension/manifest.json',
          'test/data/extensions/api_test/window_open/popup_blocking/extension/pop.js',
          'test/data/extensions/api_test/window_open/popup_blocking/hosted_app/manifest.json',
          'test/data/extensions/api_test/window_open/popup_large/manifest.json',
          'test/data/extensions/api_test/window_open/popup_small/manifest.json',
          'test/data/extensions/api_test/window_update/focus/manifest.json',
          'test/data/extensions/api_test/window_update/resize/manifest.json',
          'test/data/extensions/api_test/window_update/show_state/manifest.json',
          'test/data/extensions/api_test/window_update/sizing/manifest.json',
          'test/data/extensions/good/Extensions/behllobkkfkfnphdnhnkndlbkcpglgmj/',
          'test/data/extensions/good/Extensions/bjafgdebaacbbbecmhlhpofkepfkgcpa/1.0/manifest.json',
          'test/data/extensions/good/Extensions/hpiknbiabeeppbpihjehijgoemciehgk/',
        ],
        'isolate_dependency_untracked': [
          '../third_party/python_26/Lib/xml/parsers/',
          'test/data/extensions/api_test/content_scripts/css_l10n/_locales/',
          'test/data/extensions/api_test/content_scripts/existing_renderers/',
          'test/data/extensions/api_test/i18n/_locales/',
          'test/data/extensions/api_test/incognito/content_scripts/',
        ],
      },
    }],
  ],
}