summaryrefslogtreecommitdiffstats
path: root/chrome/unit_tests.isolate
blob: a0a03df40c79ae465fad194610d0c51929cffa36 (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
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
# 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': [
      '../net/data/ssl/certificates/expired_cert.pem',
      '../net/data/ssl/certificates/test_mail_google_com.pem',
      '../net/data/ssl/certificates/unittest.originbound.der',
      '../net/data/ssl/certificates/unittest.originbound.key.der',
      '../net/tools/testserver/asn1.py',
      '../net/tools/testserver/echo_message.py',
      '../net/tools/testserver/minica.py',
      '../net/tools/testserver/testserver.py',
      '../net/tools/testserver/testserver_base.py',
      '../testing/test_env.py',
      '../third_party/hunspell_dictionaries/af-ZA-2-3.bdic',
      '../third_party/hunspell_dictionaries/bg-BG-2-0.bdic',
      '../third_party/hunspell_dictionaries/ca-ES-1-2.bdic',
      '../third_party/hunspell_dictionaries/ca-ES-2-3.bdic',
      '../third_party/hunspell_dictionaries/cs-CZ-1-2.bdic',
      '../third_party/hunspell_dictionaries/da-DK-1-2.bdic',
      '../third_party/hunspell_dictionaries/de-DE-1-2.bdic',
      '../third_party/hunspell_dictionaries/el-GR-1-1.bdic',
      '../third_party/hunspell_dictionaries/en-AU-1-2.bdic',
      '../third_party/hunspell_dictionaries/en-AU-2-3.bdic',
      '../third_party/hunspell_dictionaries/en-AU-2-4.bdic',
      '../third_party/hunspell_dictionaries/en-CA-2-1.bdic',
      '../third_party/hunspell_dictionaries/en-CA-2-3.bdic',
      '../third_party/hunspell_dictionaries/en-CA-2-4.bdic',
      '../third_party/hunspell_dictionaries/en-GB-1-2.bdic',
      '../third_party/hunspell_dictionaries/en-GB-2-3.bdic',
      '../third_party/hunspell_dictionaries/en-GB-2-4.bdic',
      '../third_party/hunspell_dictionaries/en-US-2-1.bdic',
      '../third_party/hunspell_dictionaries/en-US-2-3.bdic',
      '../third_party/hunspell_dictionaries/en-US-2-4.bdic',
      '../third_party/hunspell_dictionaries/es-ES-1-1.bdic',
      '../third_party/hunspell_dictionaries/et-EE-1-1.bdic',
      '../third_party/hunspell_dictionaries/fo-FO-2-3.bdic',
      '../third_party/hunspell_dictionaries/fr-FR-2-0.bdic',
      '../third_party/hunspell_dictionaries/he-IL-1-1.bdic',
      '../third_party/hunspell_dictionaries/hi-IN-1-1.bdic',
      '../third_party/hunspell_dictionaries/hr-HR-1-2.bdic',
      '../third_party/hunspell_dictionaries/hu-HU-2-0.bdic',
      '../third_party/hunspell_dictionaries/id-ID-1-2.bdic',
      '../third_party/hunspell_dictionaries/it-IT-1-2.bdic',
      '../third_party/hunspell_dictionaries/lt-LT-1-3.bdic',
      '../third_party/hunspell_dictionaries/lv-LV-1-2.bdic',
      '../third_party/hunspell_dictionaries/nb-NO-1-2.bdic',
      '../third_party/hunspell_dictionaries/nl-NL-1-1.bdic',
      '../third_party/hunspell_dictionaries/pl-PL-1-3.bdic',
      '../third_party/hunspell_dictionaries/pt-BR-2-2.bdic',
      '../third_party/hunspell_dictionaries/pt-PT-1-2.bdic',
      '../third_party/hunspell_dictionaries/ro-RO-2-0.bdic',
      '../third_party/hunspell_dictionaries/ru-RU-2-0.bdic',
      '../third_party/hunspell_dictionaries/sh-2-2.bdic',
      '../third_party/hunspell_dictionaries/sk-SK-1-2.bdic',
      '../third_party/hunspell_dictionaries/sl-SI-1-2.bdic',
      '../third_party/hunspell_dictionaries/sr-2-0.bdic',
      '../third_party/hunspell_dictionaries/sv-SE-1-1.bdic',
      '../third_party/hunspell_dictionaries/tr-TR-1-1.bdic',
      '../third_party/hunspell_dictionaries/uk-UA-2-0.bdic',
      '../third_party/hunspell_dictionaries/vi-VN-1-2.bdic',
      '../third_party/pyftpdlib/src/pyftpdlib/__init__.py',
      '../third_party/pyftpdlib/src/pyftpdlib/ftpserver.py',
      '../third_party/pywebsocket/src/mod_pywebsocket/__init__.py',
      '../third_party/pywebsocket/src/mod_pywebsocket/_stream_base.py',
      '../third_party/pywebsocket/src/mod_pywebsocket/_stream_hixie75.py',
      '../third_party/pywebsocket/src/mod_pywebsocket/_stream_hybi.py',
      '../third_party/pywebsocket/src/mod_pywebsocket/common.py',
      '../third_party/pywebsocket/src/mod_pywebsocket/dispatch.py',
      '../third_party/pywebsocket/src/mod_pywebsocket/extensions.py',
      '../third_party/pywebsocket/src/mod_pywebsocket/http_header_util.py',
      '../third_party/pywebsocket/src/mod_pywebsocket/memorizingfile.py',
      '../third_party/pywebsocket/src/mod_pywebsocket/msgutil.py',
      '../third_party/pywebsocket/src/mod_pywebsocket/mux.py',
      '../third_party/pywebsocket/src/mod_pywebsocket/standalone.py',
      '../third_party/pywebsocket/src/mod_pywebsocket/stream.py',
      '../third_party/pywebsocket/src/mod_pywebsocket/util.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',
      '../tools/swarm_client/run_isolated.py',
      '../tools/swarm_client/run_test_cases.py',
      '<(PRODUCT_DIR)/resources.pak',
      '<(PRODUCT_DIR)/unit_tests<(EXECUTABLE_SUFFIX)',
      'test/data/History/ArchivedNoDuration',
      'test/data/History/HistoryNoDuration',
      'test/data/History/HistoryNoSource',
      'test/data/History/history.20.sql',
      'test/data/History/thumbnails.3.sql',
      'test/data/History/url_history_provider_test.db.txt',
      'test/data/History/url_history_provider_test_limited.db.txt',
      'test/data/bookmarks/History_with_empty_starred',
      'test/data/bookmarks/History_with_starred',
      'test/data/bookmarks/model_without_sync.json',
      'test/data/chromeos/gdata/account_metadata.json',
      'test/data/chromeos/gdata/basic_feed.json',
      'test/data/chromeos/gdata/directory_entry.json',
      'test/data/chromeos/gdata/file_entry.json',
      'test/data/chromeos/gdata/new_folder_entry.json',
      'test/data/chromeos/gdata/root_feed.json',
      'test/data/chromeos/gdata/testfile.txt',
      'test/data/chromeos/sync_file_system/account_metadata.json',
      'test/data/chromeos/sync_file_system/listing_changed_files_in_directory.json',
      'test/data/chromeos/sync_file_system/listing_files_in_directory.json',
      'test/data/chromeos/sync_file_system/listing_files_in_directory_second_page.json',
      'test/data/chromeos/sync_file_system/listing_files_in_empty_directory.json',
      'test/data/chromeos/sync_file_system/origin_directory_created.json',
      'test/data/chromeos/sync_file_system/origin_directory_found.json',
      'test/data/chromeos/sync_file_system/origin_directory_get_parent.json',
      'test/data/chromeos/sync_file_system/origin_directory_not_found.json',
      'test/data/chromeos/sync_file_system/sync_root_created.json',
      'test/data/chromeos/sync_file_system/sync_root_entry.json',
      'test/data/chromeos/sync_file_system/sync_root_found.json',
      'test/data/chromeos/sync_file_system/sync_root_not_found.json',
      'test/data/components/jebgalgnebhfojomionfpkfelancnnkf.crx',
      'test/data/components/updatecheck_reply_1.xml',
      'test/data/components/updatecheck_reply_2.xml',
      'test/data/components/updatecheck_reply_empty',
      'test/data/download-test1.lib',
      'test/data/extensions/absolute_path/absolute.json',
      'test/data/extensions/api_test/browser_action/no_icon/icon.png',
      'test/data/extensions/api_test/browser_action/no_icon/manifest.json',
      'test/data/extensions/api_test/permissions/optional/manifest.json',
      'test/data/extensions/api_test/webrequest/declarative/headers.html',
      'test/data/extensions/api_test/webrequest/declarative/headers.html.mock-http-headers',
      'test/data/extensions/app_update/v1.crx',
      'test/data/extensions/app_update/v2.crx',
      'test/data/extensions/bad_magic.crx',
      'test/data/extensions/bad_signature.crx',
      'test/data/extensions/bad_underscore.crx',
      'test/data/extensions/convert_web_app/128.png',
      'test/data/extensions/convert_web_app/16.png',
      'test/data/extensions/convert_web_app/48.png',
      'test/data/extensions/extension_icon_image/16.png',
      'test/data/extensions/extension_icon_image/48.png',
      'test/data/extensions/extension_icon_image/app.json',
      'test/data/extensions/file_manager/app.json',
      'test/data/extensions/good.crx',
      'test/data/extensions/good2.crx',
      'test/data/extensions/hosted_app.crx',
      'test/data/extensions/icon1.png',
      'test/data/extensions/icon2.png',
      'test/data/extensions/icon3.png',
      'test/data/extensions/json_schema_test.js',
      'test/data/extensions/manifest_tests/background_allow_no_js_access.json',
      'test/data/extensions/manifest_tests/background_allow_no_js_access2.json',
      'test/data/extensions/manifest_tests/background_page.json',
      'test/data/extensions/manifest_tests/background_page_legacy.json',
      'test/data/extensions/manifest_tests/background_permission.json',
      'test/data/extensions/manifest_tests/background_scripts.json',
      'test/data/extensions/manifest_tests/command_allow_numbers.json',
      'test/data/extensions/manifest_tests/command_reject_just_shift.json',
      'test/data/extensions/manifest_tests/command_simple.json',
      'test/data/extensions/manifest_tests/command_too_many.json',
      'test/data/extensions/manifest_tests/content_script_chrome_url_invalid.json',
      'test/data/extensions/manifest_tests/content_script_match_pattern_not_string.json',
      'test/data/extensions/manifest_tests/content_script_yahoo.json',
      'test/data/extensions/manifest_tests/default_locale_invalid.json',
      'test/data/extensions/manifest_tests/default_locale_valid.json',
      'test/data/extensions/manifest_tests/default_path_for_extent.json',
      'test/data/extensions/manifest_tests/devtools_extension.json',
      'test/data/extensions/manifest_tests/devtools_extension_url_invalid_type.json',
      'test/data/extensions/manifest_tests/exclude_matches.json',
      'test/data/extensions/manifest_tests/exclude_matches_empty.json',
      'test/data/extensions/manifest_tests/exclude_matches_invalid_host.json',
      'test/data/extensions/manifest_tests/exclude_matches_not_list.json',
      'test/data/extensions/manifest_tests/experimental.json',
      'test/data/extensions/manifest_tests/filebrowser_invalid_access_permission.json',
      'test/data/extensions/manifest_tests/filebrowser_invalid_access_permission_list.json',
      'test/data/extensions/manifest_tests/filebrowser_invalid_action_id.json',
      'test/data/extensions/manifest_tests/filebrowser_invalid_action_title.json',
      'test/data/extensions/manifest_tests/filebrowser_invalid_actions_1.json',
      'test/data/extensions/manifest_tests/filebrowser_invalid_actions_2.json',
      'test/data/extensions/manifest_tests/filebrowser_invalid_empty_access_permission_list.json',
      'test/data/extensions/manifest_tests/filebrowser_invalid_file_filters_1.json',
      'test/data/extensions/manifest_tests/filebrowser_invalid_file_filters_2.json',
      'test/data/extensions/manifest_tests/filebrowser_invalid_file_filters_url.json',
      'test/data/extensions/manifest_tests/filebrowser_url_override.json',
      'test/data/extensions/manifest_tests/filebrowser_valid.json',
      'test/data/extensions/manifest_tests/filebrowser_valid_with_create.json',
      'test/data/extensions/manifest_tests/homepage_bad_schema.json',
      'test/data/extensions/manifest_tests/homepage_empty.json',
      'test/data/extensions/manifest_tests/homepage_externally_hosted.json',
      'test/data/extensions/manifest_tests/homepage_google_hosted.json',
      'test/data/extensions/manifest_tests/homepage_invalid.json',
      'test/data/extensions/manifest_tests/homepage_valid.json',
      'test/data/extensions/manifest_tests/hosted_app_absolute_options.json',
      'test/data/extensions/manifest_tests/hosted_app_file_options.json',
      'test/data/extensions/manifest_tests/hosted_app_relative_options.json',
      'test/data/extensions/manifest_tests/incognito_invalid_platform_app.json',
      'test/data/extensions/manifest_tests/incognito_valid_platform_app.json',
      'test/data/extensions/manifest_tests/init_ignored_icon_size.json',
      'test/data/extensions/manifest_tests/init_invalid_chrome_version_too_low.json',
      'test/data/extensions/manifest_tests/init_invalid_description_invalid.json',
      'test/data/extensions/manifest_tests/init_invalid_files_css_invalid.json',
      'test/data/extensions/manifest_tests/init_invalid_files_css_item_invalid.json',
      'test/data/extensions/manifest_tests/init_invalid_files_empty.json',
      'test/data/extensions/manifest_tests/init_invalid_files_js_empty_css_missing.json',
      'test/data/extensions/manifest_tests/init_invalid_files_js_invalid.json',
      'test/data/extensions/manifest_tests/init_invalid_files_js_item_invalid.json',
      'test/data/extensions/manifest_tests/init_invalid_icons_invalid.json',
      'test/data/extensions/manifest_tests/init_invalid_icons_path_invalid.json',
      'test/data/extensions/manifest_tests/init_invalid_locale_empty.json',
      'test/data/extensions/manifest_tests/init_invalid_locale_invalid.json',
      'test/data/extensions/manifest_tests/init_invalid_min_chrome_invalid.json',
      'test/data/extensions/manifest_tests/init_invalid_name_invalid.json',
      'test/data/extensions/manifest_tests/init_invalid_name_missing.json',
      'test/data/extensions/manifest_tests/init_invalid_options_url_invalid.json',
      'test/data/extensions/manifest_tests/init_invalid_page_actions_multi.json',
      'test/data/extensions/manifest_tests/init_invalid_permissions_invalid.json',
      'test/data/extensions/manifest_tests/init_invalid_permissions_item_invalid.json',
      'test/data/extensions/manifest_tests/init_invalid_platform_app_1.json',
      'test/data/extensions/manifest_tests/init_invalid_platform_app_2.json',
      'test/data/extensions/manifest_tests/init_invalid_platform_app_3.json',
      'test/data/extensions/manifest_tests/init_invalid_platform_app_4.json',
      'test/data/extensions/manifest_tests/init_invalid_platform_app_5.json',
      'test/data/extensions/manifest_tests/init_invalid_script_files_missing.json',
      'test/data/extensions/manifest_tests/init_invalid_script_invalid.json',
      'test/data/extensions/manifest_tests/init_invalid_script_item_invalid.json',
      'test/data/extensions/manifest_tests/init_invalid_script_match_item_invalid.json',
      'test/data/extensions/manifest_tests/init_invalid_script_match_item_invalid_2.json',
      'test/data/extensions/manifest_tests/init_invalid_script_matches_empty.json',
      'test/data/extensions/manifest_tests/init_invalid_script_matches_invalid.json',
      'test/data/extensions/manifest_tests/init_invalid_script_matches_missing.json',
      'test/data/extensions/manifest_tests/init_invalid_version_invalid.json',
      'test/data/extensions/manifest_tests/init_invalid_version_missing.json',
      'test/data/extensions/manifest_tests/init_platform_app_csp.json',
      'test/data/extensions/manifest_tests/init_platform_app_csp_insecure.json',
      'test/data/extensions/manifest_tests/init_platform_app_csp_warning_1.json',
      'test/data/extensions/manifest_tests/init_platform_app_csp_warning_2.json',
      'test/data/extensions/manifest_tests/init_valid_app_minimum_chrome.json',
      'test/data/extensions/manifest_tests/init_valid_app_requirements.json',
      'test/data/extensions/manifest_tests/init_valid_empty_page_actions.json',
      'test/data/extensions/manifest_tests/init_valid_icon_size.json',
      'test/data/extensions/manifest_tests/init_valid_minimal.json',
      'test/data/extensions/manifest_tests/init_valid_minimum_chrome.json',
      'test/data/extensions/manifest_tests/init_valid_name_no_rtl.json',
      'test/data/extensions/manifest_tests/init_valid_name_strong_rtl.json',
      'test/data/extensions/manifest_tests/init_valid_options.json',
      'test/data/extensions/manifest_tests/init_valid_permissions.json',
      'test/data/extensions/manifest_tests/init_valid_permissions_empty.json',
      'test/data/extensions/manifest_tests/init_valid_permissions_unknown.json',
      'test/data/extensions/manifest_tests/init_valid_platform_app.json',
      'test/data/extensions/manifest_tests/init_valid_platform_app_no_manifest_version.json',
      'test/data/extensions/manifest_tests/insecure_contentsecuritypolicy_1.json',
      'test/data/extensions/manifest_tests/insecure_contentsecuritypolicy_2.json',
      'test/data/extensions/manifest_tests/insecure_contentsecuritypolicy_3.json',
      'test/data/extensions/manifest_tests/intent_invalid_1.json',
      'test/data/extensions/manifest_tests/intent_invalid_2.json',
      'test/data/extensions/manifest_tests/intent_invalid_3.json',
      'test/data/extensions/manifest_tests/intent_invalid_4.json',
      'test/data/extensions/manifest_tests/intent_invalid_5.json',
      'test/data/extensions/manifest_tests/intent_invalid_6.json',
      'test/data/extensions/manifest_tests/intent_invalid_blank_action_extension.json',
      'test/data/extensions/manifest_tests/intent_invalid_hosted_app_1.json',
      'test/data/extensions/manifest_tests/intent_invalid_hosted_app_2.json',
      'test/data/extensions/manifest_tests/intent_invalid_hosted_app_3.json',
      'test/data/extensions/manifest_tests/intent_invalid_href_and_path.json',
      'test/data/extensions/manifest_tests/intent_invalid_multi_href.json',
      'test/data/extensions/manifest_tests/intent_invalid_packaged_app.json',
      'test/data/extensions/manifest_tests/intent_invalid_type_element.json',
      'test/data/extensions/manifest_tests/intent_valid.json',
      'test/data/extensions/manifest_tests/intent_valid_2.json',
      'test/data/extensions/manifest_tests/intent_valid_blank_action_hosted.json',
      'test/data/extensions/manifest_tests/intent_valid_blank_action_packaged.json',
      'test/data/extensions/manifest_tests/intent_valid_hosted_app.json',
      'test/data/extensions/manifest_tests/intent_valid_minimal.json',
      'test/data/extensions/manifest_tests/intent_valid_multi_href.json',
      'test/data/extensions/manifest_tests/intent_valid_multitype.json',
      'test/data/extensions/manifest_tests/intent_valid_using_href.json',
      'test/data/extensions/manifest_tests/isolated_app_valid.json',
      'test/data/extensions/manifest_tests/launch_container_invalid_type.json',
      'test/data/extensions/manifest_tests/launch_container_invalid_value.json',
      'test/data/extensions/manifest_tests/launch_container_without_launch_url.json',
      'test/data/extensions/manifest_tests/launch_default.json',
      'test/data/extensions/manifest_tests/launch_height.json',
      'test/data/extensions/manifest_tests/launch_height_invalid.json',
      'test/data/extensions/manifest_tests/launch_height_negative.json',
      'test/data/extensions/manifest_tests/launch_local_path.json',
      'test/data/extensions/manifest_tests/launch_local_path_localized.json',
      'test/data/extensions/manifest_tests/launch_panel.json',
      'test/data/extensions/manifest_tests/launch_path_and_extent.json',
      'test/data/extensions/manifest_tests/launch_path_and_url.json',
      'test/data/extensions/manifest_tests/launch_path_invalid_localized.json',
      'test/data/extensions/manifest_tests/launch_path_invalid_type.json',
      'test/data/extensions/manifest_tests/launch_path_invalid_value.json',
      'test/data/extensions/manifest_tests/launch_tab.json',
      'test/data/extensions/manifest_tests/launch_url_invalid_localized.json',
      'test/data/extensions/manifest_tests/launch_url_invalid_type_1.json',
      'test/data/extensions/manifest_tests/launch_url_invalid_type_2.json',
      'test/data/extensions/manifest_tests/launch_url_invalid_type_3.json',
      'test/data/extensions/manifest_tests/launch_web_url_absolute.json',
      'test/data/extensions/manifest_tests/launch_web_url_localized.json',
      'test/data/extensions/manifest_tests/launch_web_url_relative.json',
      'test/data/extensions/manifest_tests/launch_width.json',
      'test/data/extensions/manifest_tests/launch_width_invalid.json',
      'test/data/extensions/manifest_tests/launch_width_negative.json',
      'test/data/extensions/manifest_tests/launch_window.json',
      'test/data/extensions/manifest_tests/multiple_ui_surfaces.json',
      'test/data/extensions/manifest_tests/normalize_icon_paths.json',
      'test/data/extensions/manifest_tests/offline_default_packaged_app.json',
      'test/data/extensions/manifest_tests/offline_default_platform_app.json',
      'test/data/extensions/manifest_tests/offline_disabled_packaged_app.json',
      'test/data/extensions/manifest_tests/offline_enabled_extension.json',
      'test/data/extensions/manifest_tests/offline_enabled_hosted_app.json',
      'test/data/extensions/manifest_tests/offline_enabled_invalid.json',
      'test/data/extensions/manifest_tests/offline_enabled_packaged_app.json',
      'test/data/extensions/manifest_tests/old_unlimited_storage.json',
      'test/data/extensions/manifest_tests/override_history.json',
      'test/data/extensions/manifest_tests/override_invalid_page.json',
      'test/data/extensions/manifest_tests/override_new_tab.json',
      'test/data/extensions/manifest_tests/override_newtab_and_history.json',
      'test/data/extensions/manifest_tests/packaged_app_absolute_options.json',
      'test/data/extensions/manifest_tests/page_action_manifest_version_2.json',
      'test/data/extensions/manifest_tests/page_action_manifest_version_2b.json',
      'test/data/extensions/manifest_tests/permission_chrome_resources_url.json',
      'test/data/extensions/manifest_tests/permission_chrome_url_invalid.json',
      'test/data/extensions/manifest_tests/ports_in_content_scripts.json',
      'test/data/extensions/manifest_tests/ports_in_permissions.json',
      'test/data/extensions/manifest_tests/requirements_invalid_3d.json',
      'test/data/extensions/manifest_tests/requirements_invalid_3d_features.json',
      'test/data/extensions/manifest_tests/requirements_invalid_3d_features_value.json',
      'test/data/extensions/manifest_tests/requirements_invalid_3d_no_features.json',
      'test/data/extensions/manifest_tests/requirements_invalid_keys.json',
      'test/data/extensions/manifest_tests/requirements_invalid_plugins.json',
      'test/data/extensions/manifest_tests/requirements_invalid_plugins_key.json',
      'test/data/extensions/manifest_tests/requirements_invalid_plugins_value.json',
      'test/data/extensions/manifest_tests/requirements_invalid_requirements.json',
      'test/data/extensions/manifest_tests/requirements_npapi.json',
      'test/data/extensions/manifest_tests/requirements_npapi_empty.json',
      'test/data/extensions/manifest_tests/requirements_npapi_empty_plugins_empty.json',
      'test/data/extensions/manifest_tests/requirements_npapi_plugins_empty.json',
      'test/data/extensions/manifest_tests/requirements_valid_empty.json',
      'test/data/extensions/manifest_tests/requirements_valid_full.json',
      'test/data/extensions/manifest_tests/sandboxed_pages_invalid_1.json',
      'test/data/extensions/manifest_tests/sandboxed_pages_invalid_2.json',
      'test/data/extensions/manifest_tests/sandboxed_pages_invalid_3.json',
      'test/data/extensions/manifest_tests/sandboxed_pages_invalid_4.json',
      'test/data/extensions/manifest_tests/sandboxed_pages_invalid_5.json',
      'test/data/extensions/manifest_tests/sandboxed_pages_valid_1.json',
      'test/data/extensions/manifest_tests/sandboxed_pages_valid_2.json',
      'test/data/extensions/manifest_tests/sandboxed_pages_valid_3.json',
      'test/data/extensions/manifest_tests/sandboxed_pages_valid_4.json',
      'test/data/extensions/manifest_tests/sandboxed_pages_valid_5.json',
      'test/data/extensions/manifest_tests/tabs_extension.json',
      'test/data/extensions/manifest_tests/tts_engine_invalid_1.json',
      'test/data/extensions/manifest_tests/tts_engine_invalid_2.json',
      'test/data/extensions/manifest_tests/tts_engine_invalid_3.json',
      'test/data/extensions/manifest_tests/tts_engine_invalid_4.json',
      'test/data/extensions/manifest_tests/tts_engine_invalid_5.json',
      'test/data/extensions/manifest_tests/tts_engine_invalid_6.json',
      'test/data/extensions/manifest_tests/tts_engine_invalid_7.json',
      'test/data/extensions/manifest_tests/tts_engine_invalid_8.json',
      'test/data/extensions/manifest_tests/tts_engine_invalid_9.json',
      'test/data/extensions/manifest_tests/tts_engine_valid.json',
      'test/data/extensions/manifest_tests/update_url_invalid_1.json',
      'test/data/extensions/manifest_tests/update_url_invalid_2.json',
      'test/data/extensions/manifest_tests/update_url_invalid_3.json',
      'test/data/extensions/manifest_tests/update_url_valid_1.json',
      'test/data/extensions/manifest_tests/update_url_valid_2.json',
      'test/data/extensions/manifest_tests/update_url_valid_3.json',
      'test/data/extensions/manifest_tests/update_url_valid_4.json',
      'test/data/extensions/manifest_tests/valid_app.json',
      'test/data/extensions/manifest_tests/web_accessible_resources_1.json',
      'test/data/extensions/manifest_tests/web_accessible_resources_2.json',
      'test/data/extensions/manifest_tests/web_accessible_resources_3.json',
      'test/data/extensions/manifest_tests/web_accessible_resources_4.json',
      'test/data/extensions/manifest_tests/web_accessible_resources_5.json',
      'test/data/extensions/manifest_tests/web_accessible_resources_6.json',
      'test/data/extensions/manifest_tests/web_urls_default.json',
      'test/data/extensions/manifest_tests/web_urls_has_port.json',
      'test/data/extensions/manifest_tests/web_urls_invalid_1.json',
      'test/data/extensions/manifest_tests/web_urls_invalid_2.json',
      'test/data/extensions/manifest_tests/web_urls_invalid_3.json',
      'test/data/extensions/manifest_tests/web_urls_invalid_4.json',
      'test/data/extensions/manifest_tests/web_urls_invalid_5.json',
      'test/data/extensions/manifest_tests/web_urls_wrong_type.json',
      'test/data/extensions/not_an_extension.crx',
      'test/data/extensions/openssl_privkey_asn1.pem',
      'test/data/extensions/page_action.crx',
      'test/data/extensions/theme.crx',
      'test/data/extensions/theme2.crx',
      'test/data/extensions/theme_missing_image.crx',
      'test/data/extensions/theme_with_extension.crx',
      'test/data/extensions/unpacker/good_l10n.crx',
      'test/data/extensions/unpacker/no_l10n.crx',
      'test/data/extensions/user_script_basic.user.js',
      'test/data/extensions/user_script_no_metadata.user.js',
      'test/data/extensions/user_script_not_utf8.user.js',
      'test/data/extensions/user_script_run_at_end.user.js',
      'test/data/extensions/user_script_run_at_idle.user.js',
      'test/data/extensions/user_script_run_at_start.user.js',
      'test/data/page_cycler/abort_expected',
      'test/data/page_cycler/about_url',
      'test/data/page_cycler/errors_expected',
      'test/data/printing/cloud_print_unittest.pdf',
      'test/data/profiles/profile_with_complex_theme/Default/Extensions/mblmlcbknbnfebdfjnolmcapmdofhmme/1.1/manifest.json',
      'test/data/profiles/profile_with_default_theme/Default/History',
      'test/data/safe_browsing/download_protection/issuer.pem',
      'test/data/safe_browsing/download_protection/test_c.pem',
      'test/data/safe_browsing/download_protection/test_cn.pem',
      'test/data/safe_browsing/download_protection/test_cn_o.pem',
      'test/data/safe_browsing/download_protection/test_cn_o_ou.pem',
      'test/data/safe_browsing/download_protection/test_cn_ou.pem',
      'test/data/safe_browsing/download_protection/test_o.pem',
      'test/data/safe_browsing/download_protection/test_o_ou.pem',
      'test/data/safe_browsing/download_protection/test_ou.pem',
      'test/data/serializer_nested_test.js',
      'test/data/serializer_test.js',
      'test/data/serializer_test_nowhitespace.js',
      'test/data/simple_open_search.xml',
      'test/data/title1.html',
      'test/data/web_app_info/full.json',
      'test/data/web_app_info/invalid_launch_url.json',
      'test/data/web_app_info/invalid_urls.json',
      'test/data/web_app_info/minimal.json',
      'test/data/web_app_info/missing_name.json',
      'test/data/webui/test_api.js',
      'third_party/mock4js/mock4js.js',
    ],
    'isolate_dependency_untracked': [
      '../third_party/pywebsocket/src/mod_pywebsocket/handshake/',
      'test/data/autofill/merge/input/',
      'test/data/autofill/merge/output/',
      'test/data/extensions/allow_silent_upgrade/',
      'test/data/extensions/api_test/browser_action/synthesized/',
      'test/data/extensions/app/',
      'test/data/extensions/app1/',
      'test/data/extensions/app2/',
      'test/data/extensions/app3/',
      'test/data/extensions/app4/',
      'test/data/extensions/effective_host_permissions/',
      'test/data/extensions/empty_manifest/',
      'test/data/extensions/extension_api_unittest/',
      'test/data/extensions/image_loading_tracker/',
      'test/data/extensions/no_id/',
      'test/data/extensions/override_component_extension/',
      'test/data/extensions/page_action/',
      'test/data/extensions/pending_updates/',
      'test/data/extensions/script_and_capture/',
      'test/data/extensions/socket_permissions/',
      'test/data/extensions/unpacked/',
      'test/data/firefox2_importer/',
      'test/data/firefox3_pref.js',
      'test/data/firefox3_pref_pac_url.js',
      'test/data/http_pipelining/',
      'test/data/json_schema_validator/',
      'test/data/pref_service/',
      'test/data/profiles/profile_with_complex_theme/Default/Extensions/mblmlcbknbnfebdfjnolmcapmdofhmme/1.1/i/',
      'test/data/top_sites/',
      'test/data/web_database/',
    ],
    'isolate_dependency_touched': [
      'test/data/extensions/absolute_path/test.html',
      'test/data/extensions/absolute_path/test.js',
    ],
  },
  'conditions': [
    ['OS=="linux"', {
      'variables': {
        'command': [
          '../testing/xvfb.py',
          '<(PRODUCT_DIR)',
          '../tools/swarm_client/run_test_cases.py',
          '<(PRODUCT_DIR)/unit_tests<(EXECUTABLE_SUFFIX)',
        ],
        'isolate_dependency_tracked': [
          '../base/prefs/test/data/pref_service/invalid.json',
          '../base/prefs/test/data/pref_service/read.json',
          '../base/prefs/test/data/pref_service/read.need_empty_value.json',
          '../base/prefs/test/data/pref_service/write.golden.json',
          '../base/prefs/test/data/pref_service/write.golden.need_empty_value.json',
          '../net/data/ssl/certificates/google.single.der',
          '../net/data/ssl/certificates/ndn.ca.crt',
          '../net/data/ssl/certificates/root_ca_cert.crt',
          '../testing/xvfb.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)/chrome.pak',
          '<(PRODUCT_DIR)/libffmpegsumo.so',
          '<(PRODUCT_DIR)/pyproto/google/__init__.py',
          '<(PRODUCT_DIR)/xdisplaycheck<(EXECUTABLE_SUFFIX)',
          'test/data/chromeos/gdata/entry.xml',
          'test/data/firefox3_pref.js',
          'test/data/firefox3_pref_pac_url.js',
        ],
        'isolate_dependency_untracked': [
          '<(PRODUCT_DIR)/test_data/',
          'test/data/components/flapper/linux_x64/',
          'test/data/extensions/bad/',
          'test/data/extensions/good/',
          'test/data/extensions/l10n/',
          'test/data/extensions/permissions/',
          'test/data/extensions/requirements/',
          'test/data/extensions/storage_quota/',
          'test/data/extensions/theme_i18n/',
          'test/data/extensions/ui/',
          'test/data/firefox2_profile/',
          'test/data/firefox2_searchplugins/',
          'test/data/firefox3_profile/',
          'test/data/firefox3_searchplugins/',
          'test/data/osdd/',
          'test/data/zip/',
        ],
        'isolate_dependency_touched': [
          '<(PRODUCT_DIR)/libppGoogleNaClPluginChrome.so',
          'test/data/native_messaging/Native Hosts/empty_app.py',
          'test/data/printing/cloud_print_emptytest.pdf',
        ],
      },
    }, {
      'variables': {
        'command': [
          '../testing/test_env.py',
          '../tools/swarm_client/run_test_cases.py',
          '<(PRODUCT_DIR)/unit_tests<(EXECUTABLE_SUFFIX)',
        ],
        'isolate_dependency_tracked': [
          'test/data/extensions/bad/Extensions/ffffffffffffffffffffffffffffffff/manifest.json',
          'test/data/extensions/bad/Extensions/gggggggggggggggggggggggggggggggg/manifest.json',
          'test/data/extensions/bad/Extensions/hhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh/manifest.json',
          'test/data/extensions/bad/Preferences',
          'test/data/extensions/good/Extensions/behllobkkfkfnphdnhnkndlbkcpglgmj/1.0.0.0/backgroundpage.html',
          'test/data/extensions/good/Extensions/behllobkkfkfnphdnhnkndlbkcpglgmj/1.0.0.0/backgroundpage.js',
          'test/data/extensions/good/Extensions/behllobkkfkfnphdnhnkndlbkcpglgmj/1.0.0.0/french_sentence.html',
          'test/data/extensions/good/Extensions/behllobkkfkfnphdnhnkndlbkcpglgmj/1.0.0.0/icon_128.png',
          'test/data/extensions/good/Extensions/behllobkkfkfnphdnhnkndlbkcpglgmj/1.0.0.0/manifest.json',
          'test/data/extensions/good/Extensions/behllobkkfkfnphdnhnkndlbkcpglgmj/1.0.0.0/page.html',
          'test/data/extensions/good/Extensions/behllobkkfkfnphdnhnkndlbkcpglgmj/1.0.0.0/page.js',
          'test/data/extensions/good/Extensions/behllobkkfkfnphdnhnkndlbkcpglgmj/1.0.0.0/script1.js',
          'test/data/extensions/good/Extensions/behllobkkfkfnphdnhnkndlbkcpglgmj/1.0.0.0/script2.js',
          'test/data/extensions/good/Extensions/behllobkkfkfnphdnhnkndlbkcpglgmj/1.0.0.0/style1.css',
          'test/data/extensions/good/Extensions/behllobkkfkfnphdnhnkndlbkcpglgmj/1.0.0.0/style2.css',
          'test/data/extensions/good/Extensions/behllobkkfkfnphdnhnkndlbkcpglgmj/1.0.0.0/test_gettabs.html',
          'test/data/extensions/good/Extensions/behllobkkfkfnphdnhnkndlbkcpglgmj/1.0.0.0/test_gettabs.js',
          'test/data/extensions/good/Extensions/behllobkkfkfnphdnhnkndlbkcpglgmj/1.0.0.0/three_languages.html',
          'test/data/extensions/good/Preferences',
          'test/data/extensions/good/PreferencesExperimental',
          'test/data/extensions/good/PreferencesExternal',
          'test/data/extensions/l10n/Preferences',
          'test/data/extensions/l10n/cdakfjkehipfnofphlponafnbnglaafl/1.0/manifest.json',
          'test/data/extensions/l10n/jhkccedbcahooljabgejipmdkcojbijg/1.0/manifest.json',
          'test/data/extensions/permissions/audio-video.json',
          'test/data/extensions/permissions/content_script_all_urls.json',
          'test/data/extensions/permissions/content_script_file_scheme.json',
          'test/data/extensions/permissions/content_script_http_scheme.json',
          'test/data/extensions/permissions/many-apis.json',
          'test/data/extensions/permissions/many-hosts.json',
          'test/data/extensions/permissions/permissions_all_urls.json',
          'test/data/extensions/permissions/permissions_file_scheme.json',
          'test/data/extensions/permissions/permissions_http_scheme.json',
          'test/data/extensions/permissions/platform_app_all_urls.json',
          'test/data/extensions/permissions/platform_app_hosts.json',
          'test/data/extensions/permissions/plugins.json',
          'test/data/extensions/permissions/serial.json',
          'test/data/extensions/permissions/socket_any_host.json',
          'test/data/extensions/permissions/socket_one_domain_two_hostnames.json',
          'test/data/extensions/permissions/socket_two_domains_one_hostname.json',
          'test/data/extensions/permissions/unknown.pem',
          'test/data/extensions/permissions/whitelist.pem',
          'test/data/extensions/requirements/v1_good.pem',
          'test/data/extensions/theme_i18n/manifest.json',
          'test/data/zip/create_test_zip.sh',
          'test/data/zip/evil.zip',
          'test/data/zip/evil_via_absolute_file_name.zip',
          'test/data/zip/evil_via_invalid_utf8.zip',
          'test/data/zip/test.zip',
          'test/data/zip/test/foo.txt',
          'test/data/zip/test/foo/bar.txt',
          'test/data/zip/test_nocompress.zip',
        ],
        'isolate_dependency_untracked': [
          '<(PRODUCT_DIR)/test_data/chrome/browser/resources/print_preview/',
          '<(PRODUCT_DIR)/test_data/chrome/browser/resources/shared/',
          '<(PRODUCT_DIR)/test_data/chrome/test/data/unit/',
          'test/data/extensions/bad/Extensions/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/1/',
          'test/data/extensions/bad/Extensions/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/Current Version',
          'test/data/extensions/bad/Extensions/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/1/',
          'test/data/extensions/bad/Extensions/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/Current Version',
          'test/data/extensions/bad/Extensions/bjafgdebaacbbbecmhlhpofkepfkgcpa/1.0/',
          'test/data/extensions/bad/Extensions/bjafgdebaacbbbecmhlhpofkepfkgcpa/Current Version',
          'test/data/extensions/bad/Extensions/cccccccccccccccccccccccccccccccc/',
          'test/data/extensions/bad/Extensions/dddddddddddddddddddddddddddddddd/1.0/',
          'test/data/extensions/bad/Extensions/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee/1.0/',
          'test/data/extensions/bad/bad_encoding/',
          'test/data/extensions/good/Extensions/behllobkkfkfnphdnhnkndlbkcpglgmj/1.0.0.0/_locales/en/',
          'test/data/extensions/good/Extensions/behllobkkfkfnphdnhnkndlbkcpglgmj/1.0.0.0/_locales/en_US/',
          'test/data/extensions/good/Extensions/behllobkkfkfnphdnhnkndlbkcpglgmj/1.0.0.0/_locales/sr/',
          'test/data/extensions/good/Extensions/behllobkkfkfnphdnhnkndlbkcpglgmj/1.0.0.0/js_files/',
          'test/data/extensions/good/Extensions/bjafgdebaacbbbecmhlhpofkepfkgcpa/1.0/',
          'test/data/extensions/good/Extensions/hpiknbiabeeppbpihjehijgoemciehgk/2/',
          'test/data/extensions/l10n/cdakfjkehipfnofphlponafnbnglaafl/1.0/_locales/en/',
          'test/data/extensions/l10n/cdakfjkehipfnofphlponafnbnglaafl/1.0/_locales/sr/',
          'test/data/extensions/l10n/jhkccedbcahooljabgejipmdkcojbijg/1.0/_locales/en/',
          'test/data/extensions/l10n/jhkccedbcahooljabgejipmdkcojbijg/1.0/_locales/sr/',
          'test/data/extensions/l10n/lgpnlbnlajcjdkakbbnfcgkdfggonpic/1.0/',
          'test/data/extensions/permissions/files/',
          'test/data/extensions/permissions/unknown/',
          'test/data/extensions/permissions/whitelist/',
          'test/data/extensions/requirements/v1_good/',
          'test/data/extensions/requirements/v2_bad_requirements/',
          'test/data/extensions/requirements/v2_bad_requirements_and_permissions/',
          'test/data/extensions/requirements/v3_bad_permissions/',
          'test/data/extensions/requirements/v3_good/',
          'test/data/extensions/storage_quota/limited_quota/1.0/',
          'test/data/extensions/storage_quota/unlimited_quota/1.0/',
          'test/data/extensions/storage_quota/unlimited_quota/2.0/',
          'test/data/extensions/theme_i18n/_locales/en/',
          'test/data/extensions/ui/create_extension_detail_value_expected_output/',
          'test/data/firefox2_profile/cert8.db',
          'test/data/firefox2_profile/key3.db',
          'test/data/firefox3_profile/cert8.db',
          'test/data/firefox3_profile/key3.db',
          'test/data/firefox3_profile/secmod.db',
          'test/data/osdd/bogus.xml',
          'test/data/osdd/dictionary.xml',
          'test/data/osdd/firefox_ebay.xml',
          'test/data/osdd/firefox_webster.xml',
          'test/data/osdd/firefox_yahoo.xml',
          'test/data/osdd/https.xml',
          'test/data/osdd/msdn.xml',
          'test/data/osdd/post.xml',
          'test/data/osdd/post_suggestion.xml',
          'test/data/osdd/url_with_no_attributes.xml',
          'test/data/osdd/wikipedia.xml',
          'test/data/zip/test/foo/bar/',
        ],
      },
    }],
    ['OS=="mac"', {
      'variables': {
        'isolate_dependency_tracked': [
          '<(PRODUCT_DIR)/ffmpegsumo.so',
          'test/data/firefox2_nss_mac/libfreebl3.dylib',
          'test/data/firefox2_nss_mac/libnspr4.dylib',
          'test/data/firefox2_nss_mac/libnss3.dylib',
          'test/data/firefox2_nss_mac/libplc4.dylib',
          'test/data/firefox2_nss_mac/libplds4.dylib',
          'test/data/firefox2_nss_mac/libsoftokn3.dylib',
          'test/data/firefox2_profile/cert8.db',
          'test/data/firefox2_profile/key3.db',
          'test/data/firefox3_nss_mac/libfreebl3.dylib',
          'test/data/firefox3_nss_mac/libnspr4.dylib',
          'test/data/firefox3_nss_mac/libnss3.dylib',
          'test/data/firefox3_nss_mac/libnssdbm3.dylib',
          'test/data/firefox3_nss_mac/libnssutil3.dylib',
          'test/data/firefox3_nss_mac/libplc4.dylib',
          'test/data/firefox3_nss_mac/libplds4.dylib',
          'test/data/firefox3_nss_mac/libsoftokn3.dylib',
          'test/data/firefox3_nss_mac/libsqlite3.dylib',
          'test/data/osdd/https.xml',
          'test/data/value_store_db/000005.log',
          'test/data/value_store_db/CURRENT',
          'test/data/value_store_db/MANIFEST-000004',
        ],
        'isolate_dependency_untracked': [
          '<(PRODUCT_DIR)/Chromium Framework.framework/',
          'test/data/components/flapper/mac/',
          'test/data/extensions/install_prompt/',
          'test/data/safari_import/Safari/',
        ],
        'isolate_dependency_touched': [
          'test/data/value_store_db/LOCK',
        ],
      },
    }, {
      'variables': {
        'isolate_dependency_tracked': [
          '../third_party/hunspell_dictionaries/en-AU-2-5.bdic',
          '../third_party/hunspell_dictionaries/en-GB-2-5.bdic',
          '<(PRODUCT_DIR)/chrome_100_percent.pak',
          '<(PRODUCT_DIR)/locales/en-US.pak',
        ],
        'isolate_dependency_untracked': [
          'test/data/firefox2_nss/',
          'test/data/firefox35_profile/',
          'test/data/firefox3_nss/',
          'test/data/value_store_db/',
        ],
      },
    }],
    ['OS=="win"', {
      'variables': {
        'isolate_dependency_tracked': [
          '../third_party/python_26/DLLs/_hashlib.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/dbhash.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/charset.py',
          '../third_party/python_26/Lib/email/encoders.py',
          '../third_party/python_26/Lib/email/errors.py',
          '../third_party/python_26/Lib/email/feedparser.py',
          '../third_party/python_26/Lib/email/iterators.py',
          '../third_party/python_26/Lib/email/message.py',
          '../third_party/python_26/Lib/email/mime/__init__.py',
          '../third_party/python_26/Lib/email/parser.py',
          '../third_party/python_26/Lib/email/quoprimime.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/fnmatch.py',
          '../third_party/python_26/Lib/functools.py',
          '../third_party/python_26/Lib/genericpath.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/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/md5.py',
          '../third_party/python_26/Lib/mimetools.py',
          '../third_party/python_26/Lib/mimetypes.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/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/sha.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.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/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/urlparse.py',
          '../third_party/python_26/Lib/uu.py',
          '../third_party/python_26/Lib/warnings.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/python.exe',
          '../third_party/python_26/python26.dll',
          '<(PRODUCT_DIR)/ffmpegsumo.dll',
          '<(PRODUCT_DIR)/gyp-win-tool',
          '<(PRODUCT_DIR)/icudt.dll',
          'test/data/safe_browsing/download_protection/signed.exe',
          'test/data/safe_browsing/download_protection/unsigned.exe',
          'test/data/safe_browsing/download_protection/wow_helper.exe',
        ],
        'isolate_dependency_untracked': [
          '../ppapi/lib/gl/include/KHR/',
          '../skia/ext/data/vectorcanvastest/basicdrawing/',
          '../skia/ext/data/vectorcanvastest/bitmaps/',
          '../skia/ext/data/vectorcanvastest/circles/',
          '../skia/ext/data/vectorcanvastest/clippingclean/',
          '../skia/ext/data/vectorcanvastest/clippingcombined/',
          '../skia/ext/data/vectorcanvastest/clippingintersect/',
          '../skia/ext/data/vectorcanvastest/clippingpath/',
          '../skia/ext/data/vectorcanvastest/clippingrect/',
          '../skia/ext/data/vectorcanvastest/diagonallines/',
          '../skia/ext/data/vectorcanvastest/lineorientation/',
          '../skia/ext/data/vectorcanvastest/pathorientation/',
          '../third_party/python_26/Lib/xml/parsers/',
          '../ui/base/glib/',
          'test/data/components/flapper/windows/',
          'test/data/extensions/manifest_tests/_locales/en/',
          'test/data/firefox2_profile/bookmarks.html',
          'test/data/firefox2_profile/cookies.txt',
          'test/data/firefox2_profile/history.dat',
          'test/data/firefox2_profile/prefs.js',
          'test/data/firefox2_profile/searchplugins/flickr-tags.xml',
          'test/data/firefox2_profile/searchplugins/imdb.xml',
          'test/data/firefox2_profile/searchplugins/webster.xml',
          'test/data/firefox2_profile/signons2.txt',
          'test/data/firefox2_searchplugins/amazondotcom.xml',
          'test/data/firefox2_searchplugins/answers.xml',
          'test/data/firefox2_searchplugins/creativecommons.xml',
          'test/data/firefox2_searchplugins/eBay.xml',
          'test/data/firefox2_searchplugins/google.xml',
          'test/data/firefox2_searchplugins/yahoo.xml',
          'test/data/firefox3_profile/cookies.sqlite',
          'test/data/firefox3_profile/places.sqlite',
          'test/data/firefox3_profile/prefs.js',
          'test/data/firefox3_profile/search.sqlite',
          'test/data/firefox3_profile/searchplugins/flickr-tags.xml',
          'test/data/firefox3_profile/searchplugins/imdb.xml',
          'test/data/firefox3_profile/searchplugins/webster.xml',
          'test/data/firefox3_profile/signons3.txt',
          'test/data/firefox3_searchplugins/amazondotcom.xml',
          'test/data/firefox3_searchplugins/answers.xml',
          'test/data/firefox3_searchplugins/creativecommons.xml',
          'test/data/firefox3_searchplugins/eBay.xml',
          'test/data/firefox3_searchplugins/google.xml',
          'test/data/firefox3_searchplugins/wikipedia.xml',
          'test/data/firefox3_searchplugins/yahoo.xml',
        ],
      },
    }, {
      'variables': {
        'isolate_dependency_tracked': [
          '../third_party/tlslite/tlslite/integration/TLSTwistedProtocolWrapper.py',
          'test/data/extensions/unpacker/bad_image.crx',
          'test/data/extensions/unpacker/bad_path.crx',
          'test/data/extensions/unpacker/bad_zip.crx',
          'test/data/extensions/unpacker/empty_default_locale.crx',
          'test/data/extensions/unpacker/good_package.crx',
          'test/data/extensions/unpacker/has_default_missing_locales.crx',
          'test/data/extensions/unpacker/invalid_default_locale.crx',
          'test/data/extensions/unpacker/invalid_messages_file.crx',
          'test/data/extensions/unpacker/missing_default_data.crx',
          'test/data/extensions/unpacker/missing_default_has_locales.crx',
          'test/data/extensions/unpacker/missing_messages_file.crx',
          'test/data/extensions/unpacker/no_locale_data.crx',
          'test/data/native_messaging/single_message_request.msg',
          'test/data/native_messaging/single_message_response.msg',
        ],
        'isolate_dependency_untracked': [
          'test/data/extensions/manifest_tests/_locales/',
          'test/data/native_messaging/Native Hosts/echo.py',
        ],
      },
    }],
  ],
}