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

Unified Diff: chrome/unit_tests.isolate

Issue 9693023: Add unit_tests_run. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase against HEAD Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/unit_tests.isolate
diff --git a/chrome/unit_tests.isolate b/chrome/unit_tests.isolate
new file mode 100644
index 0000000000000000000000000000000000000000..f756b65aed7def0970799c23c215c313779911d8
--- /dev/null
+++ b/chrome/unit_tests.isolate
@@ -0,0 +1,1077 @@
+# 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',
+ '../testing/test_env.py',
+ '../third_party/hunspell_dictionaries/bg-BG-2-0.bdic',
+ '../third_party/hunspell_dictionaries/ca-ES-1-2.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-CA-2-1.bdic',
+ '../third_party/hunspell_dictionaries/en-GB-1-2.bdic',
+ '../third_party/hunspell_dictionaries/en-US-2-1.bdic',
+ '../third_party/hunspell_dictionaries/es-ES-1-1.bdic',
+ '../third_party/hunspell_dictionaries/et-EE-1-1.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/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)/resources.pak',
+ '<(PRODUCT_DIR)/unit_tests<(EXECUTABLE_SUFFIX)',
+ 'browser/resources/software_rendering_list/software_rendering_list.json',
+ '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/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/permissions/optional/manifest.json',
+ 'test/data/extensions/app_update/v1.crx',
+ 'test/data/extensions/app_update/v2.crx',
+ 'test/data/extensions/bad/Preferences',
+ '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/file_manager/app.json',
+ 'test/data/extensions/good.crx',
+ '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/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/l10n/Preferences',
+ 'test/data/extensions/l10n/cdakfjkehipfnofphlponafnbnglaafl/1.0/manifest.json',
+ 'test/data/extensions/l10n/jhkccedbcahooljabgejipmdkcojbijg/1.0/manifest.json',
+ '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_permission_alias.json',
+ 'test/data/extensions/manifest_tests/background_scripts.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/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_requirements_1.json',
+ 'test/data/extensions/manifest_tests/init_invalid_requirements_2.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_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/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_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/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_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/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/plugins.json',
+ 'test/data/extensions/permissions/unknown.pem',
+ 'test/data/extensions/permissions/whitelist.pem',
+ 'test/data/extensions/theme.crx',
+ 'test/data/extensions/theme2.crx',
+ 'test/data/extensions/theme_i18n/manifest.json',
+ '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/firefox2_profile/cert8.db',
+ 'test/data/firefox2_profile/key3.db',
+ 'test/data/firefox3_pref.js',
+ 'test/data/firefox3_pref_pac_url.js',
+ '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/printing/cloud_print_unittest.pdf',
+ 'test/data/profiles/complex_theme/Default/Extensions/mblmlcbknbnfebdfjnolmcapmdofhmme/1.1/manifest.json',
+ 'test/data/profiles/typical_history/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',
+ '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',
+ 'third_party/mock4js/mock4js.js',
+ ],
+ 'isolate_dependency_untracked': [
+ '<(PRODUCT_DIR)/test_data/chrome/browser/resources/print_preview/',
+ '<(PRODUCT_DIR)/test_data/chrome/test/data/unit/',
+ 'test/data/autofill/merge/input/',
+ 'test/data/autofill/merge/output/',
+ 'test/data/extensions/allow_silent_upgrade/',
+ 'test/data/extensions/app/',
+ 'test/data/extensions/app1/',
+ 'test/data/extensions/app2/',
+ 'test/data/extensions/app3/',
+ 'test/data/extensions/app4/',
+ '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/effective_host_permissions/',
+ 'test/data/extensions/empty_manifest/',
+ 'test/data/extensions/extension_api_unittest/',
+ '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/image_loading_tracker/',
+ '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/manifest_tests/_locales/en/',
+ 'test/data/extensions/no_id/',
+ 'test/data/extensions/override_component_extension/',
+ 'test/data/extensions/page_action/',
+ 'test/data/extensions/permissions/files/',
+ 'test/data/extensions/permissions/unknown/',
+ 'test/data/extensions/permissions/whitelist/',
+ 'test/data/extensions/script_and_capture/',
+ '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/extensions/unpacked/',
+ 'test/data/firefox2_importer/',
+ 'test/data/http_pipelining/',
+ 'test/data/json_schema_validator/',
+ 'test/data/pref_service/',
+ 'test/data/profiles/complex_theme/Default/Extensions/mblmlcbknbnfebdfjnolmcapmdofhmme/1.1/i/',
+ 'test/data/top_sites/',
+ 'test/data/web_database/',
+ 'test/data/zip/test/foo/bar/',
+ ],
+ },
+ 'conditions': [
+ ['OS=="linux"', {
+ 'variables': {
+ 'command': [
+ '../testing/xvfb.py',
+ '<(PRODUCT_DIR)',
+ '<(PRODUCT_DIR)/unit_tests<(EXECUTABLE_SUFFIX)',
+ ],
+ 'isolate_dependency_tracked': [
+ '../net/data/ssl/certificates/google.single.der',
+ '../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)/pyproto/google/__init__.py',
+ '<(PRODUCT_DIR)/xdisplaycheck<(EXECUTABLE_SUFFIX)',
+ ],
+ 'isolate_dependency_untracked': [
+ 'test/data/components/flapper/linux_x64/',
+ ],
+ },
+ }, {
+ 'variables': {
+ 'command': [
+ '../testing/test_env.py',
+ '<(PRODUCT_DIR)/unit_tests<(EXECUTABLE_SUFFIX)',
+ ],
+ },
+ }],
+ ['OS=="mac"', {
+ 'variables': {
+ 'isolate_dependency_tracked': [
+ '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/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',
+ ],
+ 'isolate_dependency_untracked': [
+ '<(PRODUCT_DIR)/Chromium Framework.framework/Versions/A/resources/AvatarMenuItem.nib',
+ '<(PRODUCT_DIR)/Chromium Framework.framework/Versions/A/resources/BookmarkAllTabs.nib',
+ '<(PRODUCT_DIR)/Chromium Framework.framework/Versions/A/resources/BookmarkBar.nib',
+ '<(PRODUCT_DIR)/Chromium Framework.framework/Versions/A/resources/BookmarkBarFolderWindow.nib',
+ '<(PRODUCT_DIR)/Chromium Framework.framework/Versions/A/resources/BookmarkBubble.nib',
+ '<(PRODUCT_DIR)/Chromium Framework.framework/Versions/A/resources/BookmarkEditor.nib',
+ '<(PRODUCT_DIR)/Chromium Framework.framework/Versions/A/resources/BookmarkNameFolder.nib',
+ '<(PRODUCT_DIR)/Chromium Framework.framework/Versions/A/resources/BrowserWindow.nib',
+ '<(PRODUCT_DIR)/Chromium Framework.framework/Versions/A/resources/ChromeToMobileBubble.nib',
+ '<(PRODUCT_DIR)/Chromium Framework.framework/Versions/A/resources/CookieDetailsView.nib',
+ '<(PRODUCT_DIR)/Chromium Framework.framework/Versions/A/resources/DownloadShelf.nib',
+ '<(PRODUCT_DIR)/Chromium Framework.framework/Versions/A/resources/EditSearchEngine.nib',
+ '<(PRODUCT_DIR)/Chromium Framework.framework/Versions/A/resources/ExtensionInstallPrompt.nib',
+ '<(PRODUCT_DIR)/Chromium Framework.framework/Versions/A/resources/ExtensionInstallPromptInline.nib',
+ '<(PRODUCT_DIR)/Chromium Framework.framework/Versions/A/resources/ExtensionInstallPromptNoWarnings.nib',
+ '<(PRODUCT_DIR)/Chromium Framework.framework/Versions/A/resources/ExtensionInstalledBubble.nib',
+ '<(PRODUCT_DIR)/Chromium Framework.framework/Versions/A/resources/FindBar.nib',
+ '<(PRODUCT_DIR)/Chromium Framework.framework/Versions/A/resources/FirstRunBubble.nib',
+ '<(PRODUCT_DIR)/Chromium Framework.framework/Versions/A/resources/FullscreenExitBubble.nib',
+ '<(PRODUCT_DIR)/Chromium Framework.framework/Versions/A/resources/HungRendererDialog.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/Notification.nib',
+ '<(PRODUCT_DIR)/Chromium Framework.framework/Versions/A/resources/OneClickSigninBubble.nib',
+ '<(PRODUCT_DIR)/Chromium Framework.framework/Versions/A/resources/OneClickSigninDialog.nib',
+ '<(PRODUCT_DIR)/Chromium Framework.framework/Versions/A/resources/Panel.nib',
+ '<(PRODUCT_DIR)/Chromium Framework.framework/Versions/A/resources/PreviewableContents.nib',
+ '<(PRODUCT_DIR)/Chromium Framework.framework/Versions/A/resources/SadTab.nib',
+ '<(PRODUCT_DIR)/Chromium Framework.framework/Versions/A/resources/TabView.nib',
+ '<(PRODUCT_DIR)/Chromium Framework.framework/Versions/A/resources/TaskManager.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/aliasCursor.png',
+ '<(PRODUCT_DIR)/Chromium Framework.framework/Versions/A/resources/app_mode_loader.app/Contents/Info.plist',
+ '<(PRODUCT_DIR)/Chromium Framework.framework/Versions/A/resources/app_mode_loader.app/Contents/MacOS/',
+ '<(PRODUCT_DIR)/Chromium Framework.framework/Versions/A/resources/app_mode_loader.app/Contents/PkgInfo',
+ '<(PRODUCT_DIR)/Chromium Framework.framework/Versions/A/resources/balloon_wrench.pdf',
+ '<(PRODUCT_DIR)/Chromium Framework.framework/Versions/A/resources/chrome.pak',
+ '<(PRODUCT_DIR)/Chromium Framework.framework/Versions/A/resources/eastWestResizeCursor.png',
+ '<(PRODUCT_DIR)/Chromium Framework.framework/Versions/A/resources/en.lproj/',
+ '<(PRODUCT_DIR)/Chromium Framework.framework/Versions/A/resources/find_next_Template.pdf',
+ '<(PRODUCT_DIR)/Chromium Framework.framework/Versions/A/resources/find_prev_Template.pdf',
+ '<(PRODUCT_DIR)/Chromium Framework.framework/Versions/A/resources/menu_hierarchy_arrow.pdf',
+ '<(PRODUCT_DIR)/Chromium Framework.framework/Versions/A/resources/nav.pdf',
+ '<(PRODUCT_DIR)/Chromium Framework.framework/Versions/A/resources/northEastSouthWestResizeCursor.png',
+ '<(PRODUCT_DIR)/Chromium Framework.framework/Versions/A/resources/northSouthResizeCursor.png',
+ '<(PRODUCT_DIR)/Chromium Framework.framework/Versions/A/resources/northWestSouthEastResizeCursor.png',
+ '<(PRODUCT_DIR)/Chromium Framework.framework/Versions/A/resources/omnibox_http.pdf',
+ '<(PRODUCT_DIR)/Chromium Framework.framework/Versions/A/resources/product_logo_32.png',
+ '<(PRODUCT_DIR)/Chromium Framework.framework/Versions/A/resources/star.pdf',
+ '<(PRODUCT_DIR)/Chromium Framework.framework/Versions/A/resources/theme_resources_standard.pak',
+ '<(PRODUCT_DIR)/Chromium Framework.framework/Versions/A/resources/ui_resources_standard.pak',
+ 'test/data/components/flapper/mac/',
+ 'test/data/extensions/install_prompt/',
+ 'test/data/safari_import/Safari/',
+ ],
+ },
+ }, {
+ 'variables': {
+ 'isolate_dependency_tracked': [
+ '<(PRODUCT_DIR)/locales/en-US.pak',
+ '<(PRODUCT_DIR)/theme_resources_standard.pak',
+ '<(PRODUCT_DIR)/ui_resources_standard.pak',
+ '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',
+ ],
+ 'isolate_dependency_untracked': [
+ 'test/data/firefox2_nss/',
+ 'test/data/firefox35_profile/',
+ 'test/data/firefox3_nss/',
+ ],
+ },
+ }],
+ ['OS=="win"', {
+ 'variables': {
+ 'isolate_dependency_tracked': [
+ '../ash/ash_export.h',
+ '../ash/launcher/background_animator.h',
+ '../ash/launcher/launcher_delegate.h',
+ '../ash/launcher/launcher_model_observer.h',
+ '../ash/launcher/launcher_types.h',
+ '../ash/shell_delegate.h',
+ '../ash/system/user/login_status.h',
+ '../ash/wm/shelf_auto_hide_behavior.h',
+ '../base/android/jni_helper.h',
+ '../base/mac/scoped_authorizationref.h',
+ '../chromeos/chromeos_export.h',
+ '../chromeos/dbus/bluetooth_adapter_client.h',
+ '../chromeos/dbus/bluetooth_agent_service_provider.h',
+ '../chromeos/dbus/bluetooth_device_client.h',
+ '../chromeos/dbus/bluetooth_manager_client.h',
+ '../chromeos/dbus/dbus_client_implementation_type.h',
+ '../chromeos/dbus/dbus_method_call_status.h',
+ '../chromeos/dbus/power_supply_status.h',
+ '../content/browser/accessibility/browser_accessibility_delegate_mac.h',
+ '../content/browser/renderer_host/accelerated_surface_container_manager_mac.h',
+ '../content/public/common/sandbox_type_mac.h',
+ '../dbus/object_path.h',
+ '../native_client/src/include/portability.h',
+ '../native_client/src/include/ref_counted.h',
+ '../net/base/network_config_watcher_mac.h',
+ '../ppapi/lib/gl/include/EGL/eglplatform.h',
+ '../ppapi/thunk/interfaces_postamble.h',
+ '../ppapi/thunk/interfaces_preamble.h',
+ '../sdch/open-vcdiff/src/google/format_extension_flags.h',
+ '../skia/config/SkUserConfig.h',
+ '../third_party/WebKit/Source/JavaScriptCore/heap/Handle.h',
+ '../third_party/WebKit/Source/JavaScriptCore/heap/HandleSet.h',
+ '../third_party/WebKit/Source/JavaScriptCore/heap/Weak.h',
+ '../third_party/WebKit/Source/JavaScriptCore/parser/SourceProviderCache.h',
+ '../third_party/WebKit/Source/JavaScriptCore/runtime/ArgList.h',
+ '../third_party/WebKit/Source/JavaScriptCore/runtime/CachedTranscendentalFunction.h',
+ '../third_party/WebKit/Source/JavaScriptCore/runtime/ClassInfo.h',
+ '../third_party/WebKit/Source/JavaScriptCore/runtime/CommonIdentifiers.h',
+ '../third_party/WebKit/Source/JavaScriptCore/runtime/DateInstanceCache.h',
+ '../third_party/WebKit/Source/JavaScriptCore/runtime/Intrinsic.h',
+ '../third_party/WebKit/Source/JavaScriptCore/runtime/JSCell.h',
+ '../third_party/WebKit/Source/JavaScriptCore/runtime/JSString.h',
+ '../third_party/WebKit/Source/JavaScriptCore/runtime/NumericStrings.h',
+ '../third_party/WebKit/Source/JavaScriptCore/runtime/PropertySlot.h',
+ '../third_party/WebKit/Source/JavaScriptCore/runtime/PutPropertySlot.h',
+ '../third_party/WebKit/Source/JavaScriptCore/runtime/SmallStrings.h',
+ '../third_party/WebKit/Source/JavaScriptCore/runtime/StorageBarrier.h',
+ '../third_party/WebKit/Source/JavaScriptCore/runtime/Structure.h',
+ '../third_party/WebKit/Source/JavaScriptCore/runtime/Terminator.h',
+ '../third_party/WebKit/Source/JavaScriptCore/runtime/TimeoutChecker.h',
+ '../third_party/WebKit/Source/JavaScriptCore/runtime/WeakRandom.h',
+ '../third_party/WebKit/Source/WTF/wtf/SimpleStats.h',
+ '../third_party/WebKit/Source/WTF/wtf/url/api/ParsedURL.h',
+ '../third_party/WebKit/Source/WebCore/platform/PODInterval.h',
+ '../third_party/angle/include/EGL/eglplatform.h',
+ '../third_party/angle/include/GLES2/gl2platform.h',
+ '../third_party/directxsdk/files/Include/d3d9caps.h',
+ '../third_party/directxsdk/files/Include/d3d9types.h',
+ '../third_party/directxsdk/files/Include/d3dx9.h',
+ '../third_party/directxsdk/files/Include/ddraw.h',
+ '../third_party/directxsdk/files/Include/dxdiag.h',
+ '../third_party/ffmpeg/libavcodec/version.h',
+ '../third_party/ffmpeg/libavformat/version.h',
+ '../third_party/ffmpeg/libavutil/attributes.h',
+ '../third_party/ffmpeg/libavutil/audioconvert.h',
+ '../third_party/ffmpeg/libavutil/common.h',
+ '../third_party/ffmpeg/libavutil/cpu.h',
+ '../third_party/ffmpeg/libavutil/dict.h',
+ '../third_party/ffmpeg/libavutil/error.h',
+ '../third_party/ffmpeg/libavutil/intfloat_readwrite.h',
+ '../third_party/ffmpeg/libavutil/pixfmt.h',
+ '../third_party/ffmpeg/libavutil/rational.h',
+ '../third_party/ffmpeg/libavutil/samplefmt.h',
+ '../third_party/gles2_conform/GTF_ES/glsl/GTF/Source/GTFArguments.h',
+ '../third_party/gles2_conform/GTF_ES/glsl/GTF/Source/GTFLog.h',
+ '../third_party/gles2_conform/GTF_ES/glsl/GTF/Source/GTFMemFile.h',
+ '../third_party/gles2_conform/GTF_ES/glsl/GTF/Source/GTFTestDriver.h',
+ '../third_party/gles2_conform/GTF_ES/glsl/GTF/Source/GTFTestUtil.h',
+ '../third_party/gles2_conform/GTF_ES/glsl/GTF/Source/GTFVersion.h',
+ '../third_party/gles2_conform/GTF_ES/glsl/GTF/Source/GTFgl.h',
+ '../third_party/icu/public/common/unicode/urep.h',
+ '../third_party/icu/public/i18n/unicode/uldnames.h',
+ '../third_party/icu/public/i18n/unicode/unirepl.h',
+ '../third_party/icu/source/i18n/casetrn.h',
+ '../third_party/khronos/EGL/eglext.h',
+ '../third_party/khronos/EGL/eglplatform.h',
+ '../third_party/khronos/GLES2/gl2platform.h',
+ '../third_party/libjingle/source/talk/base/opensslidentity.h',
+ '../third_party/libjingle/source/talk/base/windowpicker.h',
+ '../third_party/libjingle/source/talk/session/phone/audioframe.h',
+ '../third_party/libjingle/source/talk/session/phone/fakevideocapturer.h',
+ '../third_party/libusb/libusb/os/poll_posix.h',
+ '../third_party/libusb/libusb/os/threads_posix.h',
+ '../third_party/libusb/libusb/os/threads_windows.h',
+ '../third_party/libwebp/webp/decode_vp8.h',
+ '../third_party/libwebp/webp/types.h',
+ '../third_party/libxml/src/triodef.h',
+ '../third_party/libxml/src/trionan.h',
+ '../third_party/mesa/MesaLib/include/GL/gl_mangle.h',
+ '../third_party/mesa/MesaLib/include/GL/glx_mangle.h',
+ '../third_party/mesa/MesaLib/include/GL/mesa_wgl.h',
+ '../third_party/mesa/MesaLib/include/GL/vms_x_fix.h',
+ '../third_party/mesa/MesaLib/src/mapi/mapi/mapi_tmp.h',
+ '../third_party/mesa/MesaLib/src/mesa/x86/common_x86_features.h',
+ '../third_party/platformsdk_win7/files/Include/DEVPKEY.H',
+ '../third_party/platformsdk_win7/files/Include/Dimm.h',
+ '../third_party/platformsdk_win7/files/Include/DispEx.h',
+ '../third_party/platformsdk_win7/files/Include/IPExport.h',
+ '../third_party/platformsdk_win7/files/Include/IPTypes.h',
+ '../third_party/platformsdk_win7/files/Include/Ime.h',
+ '../third_party/platformsdk_win7/files/Include/Iprtrmib.h',
+ '../third_party/platformsdk_win7/files/Include/IssPer16.h',
+ '../third_party/platformsdk_win7/files/Include/KsMedia.h',
+ '../third_party/platformsdk_win7/files/Include/LsaLookup.h',
+ '../third_party/platformsdk_win7/files/Include/Mshtmlc.h',
+ '../third_party/platformsdk_win7/files/Include/ObjSafe.h',
+ '../third_party/platformsdk_win7/files/Include/RichOle.h',
+ '../third_party/platformsdk_win7/files/Include/SecExt.h',
+ '../third_party/platformsdk_win7/files/Include/Sspi.h',
+ '../third_party/platformsdk_win7/files/Include/Tmschema.h',
+ '../third_party/platformsdk_win7/files/Include/WbemDisp.h',
+ '../third_party/platformsdk_win7/files/Include/WbemProv.h',
+ '../third_party/platformsdk_win7/files/Include/WbemTran.h',
+ '../third_party/platformsdk_win7/files/Include/amaudio.h',
+ '../third_party/platformsdk_win7/files/Include/amvideo.h',
+ '../third_party/platformsdk_win7/files/Include/audevcod.h',
+ '../third_party/platformsdk_win7/files/Include/audiosessiontypes.h',
+ '../third_party/platformsdk_win7/files/Include/control.h',
+ '../third_party/platformsdk_win7/files/Include/devpropdef.h',
+ '../third_party/platformsdk_win7/files/Include/dvdevcod.h',
+ '../third_party/platformsdk_win7/files/Include/eaptypes.h',
+ '../third_party/platformsdk_win7/files/Include/edevdefs.h',
+ '../third_party/platformsdk_win7/files/Include/endpointvolume.h',
+ '../third_party/platformsdk_win7/files/Include/errors.h',
+ '../third_party/platformsdk_win7/files/Include/evcode.h',
+ '../third_party/platformsdk_win7/files/Include/icftypes.h',
+ '../third_party/platformsdk_win7/files/Include/ifdef.h',
+ '../third_party/platformsdk_win7/files/Include/l2cmn.h',
+ '../third_party/platformsdk_win7/files/Include/mediaobj.h',
+ '../third_party/platformsdk_win7/files/Include/mfobjects.h',
+ '../third_party/platformsdk_win7/files/Include/mftransform.h',
+ '../third_party/platformsdk_win7/files/Include/msinkaut.h',
+ '../third_party/platformsdk_win7/files/Include/msstkppg.h',
+ '../third_party/platformsdk_win7/files/Include/netioapi.h',
+ '../third_party/platformsdk_win7/files/Include/nldef.h',
+ '../third_party/platformsdk_win7/files/Include/pciprop.h',
+ '../third_party/platformsdk_win7/files/Include/qosobjs.h',
+ '../third_party/platformsdk_win7/files/Include/sapi51.h',
+ '../third_party/platformsdk_win7/files/Include/sapi53.h',
+ '../third_party/platformsdk_win7/files/Include/sensorsapi.h',
+ '../third_party/platformsdk_win7/files/Include/spapidef.h',
+ '../third_party/platformsdk_win7/files/Include/strmif.h',
+ '../third_party/platformsdk_win7/files/Include/taskschd.h',
+ '../third_party/platformsdk_win7/files/Include/tcpestats.h',
+ '../third_party/platformsdk_win7/files/Include/uuids.h',
+ '../third_party/platformsdk_win7/files/Include/windot11.h',
+ '../third_party/platformsdk_win7/files/Include/wmscontext.h',
+ '../third_party/platformsdk_win7/files/Include/wmsevent.h',
+ '../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/SocketServer.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/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/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/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/md5.py',
+ '../third_party/python_26/Lib/mimetools.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/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/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',
+ '../third_party/skia/include/config/sk_stdint.h',
+ '../third_party/skia/include/core/SkPostConfig.h',
+ '../third_party/tcmalloc/chromium/src/base/linux_syscall_support.h',
+ '../third_party/tcmalloc/chromium/src/base/vdso_support.h',
+ '../third_party/tcmalloc/chromium/src/linux_shadow_stacks.h',
+ '../third_party/webrtc/modules/audio_device/main/source/win/audio_mixer_manager_win.h',
+ '../third_party/webrtc/modules/video_coding/codecs/interface/video_error_codes.h',
+ '../third_party/webrtc/modules/video_render/main/source/android/video_render_opengles20.h',
+ '../third_party/webrtc/modules/video_render/main/source/windows/i_video_render_win.h',
+ '../third_party/webrtc/system_wrappers/source/spreadsortlib/constants.hpp',
+ '../third_party/wtl/include/atlctrlw.h',
+ '../third_party/wtl/include/atldlgs.h',
+ '../third_party/wtl/include/atlgdi.h',
+ '../third_party/wtl/include/atlprint.h',
+ '../third_party/wtl/include/atlres.h',
+ '../third_party/wtl/include/atlresce.h',
+ '../third_party/wtl/include/atlscrl.h',
+ '../third_party/wtl/include/atluser.h',
+ '../third_party/wtl/include/atlwinx.h',
+ '../third_party/yasm/source/patched-yasm/libyasm/listfmt.h',
+ '../third_party/yasm/source/patched-yasm/libyasm/module.h',
+ '../third_party/yasm/source/patched-yasm/libyasm/parser.h',
+ '../third_party/yasm/source/patched-yasm/libyasm/preproc.h',
+ '../third_party/yasm/source/patched-yasm/tools/re2c/basics.h',
+ '../third_party/yasm/source/patched-yasm/tools/re2c/re.h',
+ '../third_party/yasm/source/patched-yasm/tools/re2c/token.h',
+ '../ui/aura/aura_export.h',
+ '../ui/aura/client/activation_client.h',
+ '../ui/aura/client/activation_delegate.h',
+ '../ui/aura/client/drag_drop_delegate.h',
+ '../ui/aura/client/stacking_client.h',
+ '../ui/aura/client/visibility_client.h',
+ '../ui/aura/client/window_types.h',
+ '../ui/aura/focus_manager.h',
+ '../ui/aura/root_window_observer.h',
+ '../ui/aura/window_delegate.h',
+ '../ui/aura/window_observer.h',
+ '../ui/base/cocoa/base_view.h',
+ '../ui/base/gtk/focus_store_gtk.h',
+ '../ui/base/gtk/owned_widget_gtk.h',
+ '../ui/views/widget/native_widget_helper_aura.h',
+ '../v8/src/arm/lithium-gap-resolver-arm.h',
+ '../v8/src/arm/simulator-arm.h',
+ '../v8/src/ia32/simulator-ia32.h',
+ '../v8/src/mips/lithium-gap-resolver-mips.h',
+ '../v8/src/mips/simulator-mips.h',
+ '../v8/src/x64/lithium-gap-resolver-x64.h',
+ '../v8/src/x64/simulator-x64.h',
+ '../webkit/plugins/npapi/webplugin_accelerated_surface_mac.h',
+ '<(PRODUCT_DIR)/icudt.dll',
+ '<(PRODUCT_DIR)/obj/global_intermediate/protoc_out/chrome/browser/feedback/proto/chrome.pb.h',
+ '<(PRODUCT_DIR)/obj/global_intermediate/protoc_out/chrome/browser/feedback/proto/dom.pb.h',
+ '<(PRODUCT_DIR)/obj/global_intermediate/protoc_out/chrome/browser/feedback/proto/web.pb.h',
+ '<(PRODUCT_DIR)/obj/global_intermediate/protoc_out/chrome/browser/policy/proto/chrome_device_policy.pb.h',
+ '<(PRODUCT_DIR)/obj/global_intermediate/protoc_out/sync/protocol/client_commands.pb.h',
+ '<(PRODUCT_DIR)/obj/global_intermediate/protoc_out/sync/protocol/client_debug_info.pb.h',
+ '<(PRODUCT_DIR)/obj/global_intermediate/protoc_out/sync/protocol/get_updates_caller_info.pb.h',
+ '<(PRODUCT_DIR)/obj/global_intermediate/webcore_headers/FloatSize.h',
+ '<(PRODUCT_DIR)/obj/global_intermediate/webkit/bindings/V8AudioProcessingEvent.h',
+ '<(PRODUCT_DIR)/obj/global_intermediate/webkit/bindings/V8AudioSourceNode.h',
+ '<(PRODUCT_DIR)/obj/global_intermediate/webkit/bindings/V8BatteryManager.h',
+ '<(PRODUCT_DIR)/obj/global_intermediate/webkit/bindings/V8BeforeLoadEvent.h',
+ '<(PRODUCT_DIR)/obj/global_intermediate/webkit/bindings/V8CanvasRenderingContext.h',
+ '<(PRODUCT_DIR)/obj/global_intermediate/webkit/bindings/V8CharacterData.h',
+ '<(PRODUCT_DIR)/obj/global_intermediate/webkit/bindings/V8CloseEvent.h',
+ '<(PRODUCT_DIR)/obj/global_intermediate/webkit/bindings/V8CompositionEvent.h',
+ '<(PRODUCT_DIR)/obj/global_intermediate/webkit/bindings/V8CustomEvent.h',
+ '<(PRODUCT_DIR)/obj/global_intermediate/webkit/bindings/V8DOMApplicationCache.h',
+ '<(PRODUCT_DIR)/obj/global_intermediate/webkit/bindings/V8DeprecatedPeerConnection.h',
+ '<(PRODUCT_DIR)/obj/global_intermediate/webkit/bindings/V8ErrorEvent.h',
+ '<(PRODUCT_DIR)/obj/global_intermediate/webkit/bindings/V8EventException.h',
+ '<(PRODUCT_DIR)/obj/global_intermediate/webkit/bindings/V8EventSource.h',
+ '<(PRODUCT_DIR)/obj/global_intermediate/webkit/bindings/V8FileException.h',
+ '<(PRODUCT_DIR)/obj/global_intermediate/webkit/bindings/V8FileWriter.h',
+ '<(PRODUCT_DIR)/obj/global_intermediate/webkit/bindings/V8HashChangeEvent.h',
+ '<(PRODUCT_DIR)/obj/global_intermediate/webkit/bindings/V8IDBDatabaseException.h',
+ '<(PRODUCT_DIR)/obj/global_intermediate/webkit/bindings/V8IDBRequest.h',
+ '<(PRODUCT_DIR)/obj/global_intermediate/webkit/bindings/V8IDBVersionChangeEvent.h',
+ '<(PRODUCT_DIR)/obj/global_intermediate/webkit/bindings/V8IDBVersionChangeRequest.h',
+ '<(PRODUCT_DIR)/obj/global_intermediate/webkit/bindings/V8JavaScriptAudioNode.h',
+ '<(PRODUCT_DIR)/obj/global_intermediate/webkit/bindings/V8KeyboardEvent.h',
+ '<(PRODUCT_DIR)/obj/global_intermediate/webkit/bindings/V8LocalMediaStream.h',
+ '<(PRODUCT_DIR)/obj/global_intermediate/webkit/bindings/V8MediaKeyEvent.h',
+ '<(PRODUCT_DIR)/obj/global_intermediate/webkit/bindings/V8MediaStream.h',
+ '<(PRODUCT_DIR)/obj/global_intermediate/webkit/bindings/V8MediaStreamEvent.h',
+ '<(PRODUCT_DIR)/obj/global_intermediate/webkit/bindings/V8MutationEvent.h',
+ '<(PRODUCT_DIR)/obj/global_intermediate/webkit/bindings/V8OfflineAudioCompletionEvent.h',
+ '<(PRODUCT_DIR)/obj/global_intermediate/webkit/bindings/V8OperationNotAllowedException.h',
+ '<(PRODUCT_DIR)/obj/global_intermediate/webkit/bindings/V8OverflowEvent.h',
+ '<(PRODUCT_DIR)/obj/global_intermediate/webkit/bindings/V8PageTransitionEvent.h',
+ '<(PRODUCT_DIR)/obj/global_intermediate/webkit/bindings/V8PeerConnection00.h',
+ '<(PRODUCT_DIR)/obj/global_intermediate/webkit/bindings/V8ProgressEvent.h',
+ '<(PRODUCT_DIR)/obj/global_intermediate/webkit/bindings/V8RangeException.h',
+ '<(PRODUCT_DIR)/obj/global_intermediate/webkit/bindings/V8SQLException.h',
+ '<(PRODUCT_DIR)/obj/global_intermediate/webkit/bindings/V8SVGElementInstance.h',
+ '<(PRODUCT_DIR)/obj/global_intermediate/webkit/bindings/V8SVGException.h',
+ '<(PRODUCT_DIR)/obj/global_intermediate/webkit/bindings/V8SVGZoomEvent.h',
+ '<(PRODUCT_DIR)/obj/global_intermediate/webkit/bindings/V8SharedWorker.h',
+ '<(PRODUCT_DIR)/obj/global_intermediate/webkit/bindings/V8SpeechInputEvent.h',
+ '<(PRODUCT_DIR)/obj/global_intermediate/webkit/bindings/V8SpeechRecognition.h',
+ '<(PRODUCT_DIR)/obj/global_intermediate/webkit/bindings/V8SpeechRecognitionEvent.h',
+ '<(PRODUCT_DIR)/obj/global_intermediate/webkit/bindings/V8StorageEvent.h',
+ '<(PRODUCT_DIR)/obj/global_intermediate/webkit/bindings/V8TextEvent.h',
+ '<(PRODUCT_DIR)/obj/global_intermediate/webkit/bindings/V8TextTrackCue.h',
+ '<(PRODUCT_DIR)/obj/global_intermediate/webkit/bindings/V8TextTrackList.h',
+ '<(PRODUCT_DIR)/obj/global_intermediate/webkit/bindings/V8TouchEvent.h',
+ '<(PRODUCT_DIR)/obj/global_intermediate/webkit/bindings/V8UIEvent.h',
+ '<(PRODUCT_DIR)/obj/global_intermediate/webkit/bindings/V8WebGLContextEvent.h',
+ '<(PRODUCT_DIR)/obj/global_intermediate/webkit/bindings/V8WebKitAnimationEvent.h',
+ '<(PRODUCT_DIR)/obj/global_intermediate/webkit/bindings/V8WebKitTransitionEvent.h',
+ '<(PRODUCT_DIR)/obj/global_intermediate/webkit/bindings/V8WheelEvent.h',
+ '<(PRODUCT_DIR)/obj/global_intermediate/webkit/bindings/V8XMLHttpRequestException.h',
+ '<(PRODUCT_DIR)/obj/global_intermediate/webkit/bindings/V8XMLHttpRequestProgressEvent.h',
+ '<(PRODUCT_DIR)/obj/global_intermediate/webkit/bindings/V8XMLHttpRequestUpload.h',
+ '<(PRODUCT_DIR)/obj/global_intermediate/webkit/bindings/V8XPathException.h',
+ 'browser/certificate_manager_model.h',
+ 'browser/chromeos/cros/cros_network_functions.h',
+ 'browser/chromeos/cros/network_constants.h',
+ 'browser/chromeos/cros/network_ui_data.h',
+ 'browser/chromeos/cros_settings_provider.h',
+ 'browser/chromeos/device_hierarchy_observer.h',
+ 'browser/chromeos/disks/disk_mount_manager.h',
+ 'browser/chromeos/gdata/gdata_file_system.h',
+ 'browser/chromeos/gdata/gdata_operation_registry.h',
+ 'browser/chromeos/input_method/ibus_ui_controller.h',
+ 'browser/chromeos/input_method/input_method_config.h',
+ 'browser/chromeos/input_method/input_method_engine.h',
+ 'browser/chromeos/input_method/input_method_property.h',
+ 'browser/chromeos/input_method/input_method_util.h',
+ 'browser/chromeos/input_method/mock_xkeyboard.h',
+ 'browser/chromeos/language_preferences.h',
+ 'browser/chromeos/login/camera_controller.h',
+ 'browser/chromeos/login/login_display.h',
+ 'browser/chromeos/login/login_display_host.h',
+ 'browser/chromeos/login/oobe_display.h',
+ 'browser/chromeos/login/ownership_status_checker.h',
+ 'browser/chromeos/login/screen_observer.h',
+ 'browser/chromeos/login/signed_settings.h',
+ 'browser/chromeos/login/take_photo_view.h',
+ 'browser/chromeos/login/user.h',
+ 'browser/chromeos/login/wizard_screen.h',
+ 'browser/chromeos/offline/offline_load_page.h',
+ 'browser/chromeos/system/timezone_settings.h',
+ 'browser/history/android/android_history_types.h',
+ 'browser/ui/gtk/bookmarks/bookmark_bar_instructions_gtk.h',
+ 'browser/ui/gtk/bubble/bubble_gtk.h',
+ 'browser/ui/gtk/constrained_window_gtk.h',
+ 'browser/ui/gtk/menu_bar_helper.h',
+ 'browser/ui/gtk/tabs/tab_renderer_gtk.h',
+ 'browser/ui/views/ash/launcher/launcher_favicon_loader.h',
+ '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/',
+ '../third_party/python_26/Lib/xml/parsers/',
+ '../ui/base/glib/',
+ '<(PRODUCT_DIR)/extensions/',
+ 'test/data/components/flapper/windows/',
+ ],
+ },
+ }, {
+ 'variables': {
+ 'isolate_dependency_tracked': [
+ '../third_party/tlslite/tlslite/integration/TLSTwistedProtocolWrapper.py',
+ 'test/data/extensions/unpacker/empty_default_locale.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',
+ ],
+ },
+ }],
+ ],
+}
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698