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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 10458063: Add sanbdoxed_pages to allow extension/app pages to be served in a sandboxed, unique origin (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: CheckCurrentContextAccessToExtensionAPI Created 8 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 { 4 {
5 'variables' : { 5 'variables' : {
6 'pyautolib_sources': [ 6 'pyautolib_sources': [
7 'app/chrome_command_ids.h', 7 'app/chrome_command_ids.h',
8 'app/chrome_dll_resource.h', 8 'app/chrome_dll_resource.h',
9 'common/automation_constants.h', 9 'common/automation_constants.h',
10 'common/pref_names.cc', 10 'common/pref_names.cc',
(...skipping 1860 matching lines...) Expand 10 before | Expand all | Expand 10 after
1871 'common/extensions/manifest_tests/extension_manifests_initvalue_unittest .cc', 1871 'common/extensions/manifest_tests/extension_manifests_initvalue_unittest .cc',
1872 'common/extensions/manifest_tests/extension_manifests_isolatedapp_unitte st.cc', 1872 'common/extensions/manifest_tests/extension_manifests_isolatedapp_unitte st.cc',
1873 'common/extensions/manifest_tests/extension_manifests_launch_unittest.cc ', 1873 'common/extensions/manifest_tests/extension_manifests_launch_unittest.cc ',
1874 'common/extensions/manifest_tests/extension_manifests_offline_unittest.c c', 1874 'common/extensions/manifest_tests/extension_manifests_offline_unittest.c c',
1875 'common/extensions/manifest_tests/extension_manifests_old_unittest.cc', 1875 'common/extensions/manifest_tests/extension_manifests_old_unittest.cc',
1876 'common/extensions/manifest_tests/extension_manifests_options_unittest.c c', 1876 'common/extensions/manifest_tests/extension_manifests_options_unittest.c c',
1877 'common/extensions/manifest_tests/extension_manifests_override_unittest. cc', 1877 'common/extensions/manifest_tests/extension_manifests_override_unittest. cc',
1878 'common/extensions/manifest_tests/extension_manifests_pageaction_unittes t.cc', 1878 'common/extensions/manifest_tests/extension_manifests_pageaction_unittes t.cc',
1879 'common/extensions/manifest_tests/extension_manifests_platformapp_unitte st.cc', 1879 'common/extensions/manifest_tests/extension_manifests_platformapp_unitte st.cc',
1880 'common/extensions/manifest_tests/extension_manifests_portsinpermissions _unittest.cc', 1880 'common/extensions/manifest_tests/extension_manifests_portsinpermissions _unittest.cc',
1881 'common/extensions/manifest_tests/extension_manifests_sandboxed_unittest .cc',
1881 'common/extensions/manifest_tests/extension_manifests_storage_unittest.c c', 1882 'common/extensions/manifest_tests/extension_manifests_storage_unittest.c c',
1882 'common/extensions/manifest_tests/extension_manifests_tts_unittest.cc', 1883 'common/extensions/manifest_tests/extension_manifests_tts_unittest.cc',
1883 'common/extensions/manifest_tests/extension_manifests_ui_unittest.cc', 1884 'common/extensions/manifest_tests/extension_manifests_ui_unittest.cc',
1884 'common/extensions/manifest_tests/extension_manifests_update_unittest.cc ', 1885 'common/extensions/manifest_tests/extension_manifests_update_unittest.cc ',
1885 'common/extensions/manifest_tests/extension_manifests_validapp_unittest. cc', 1886 'common/extensions/manifest_tests/extension_manifests_validapp_unittest. cc',
1886 'common/extensions/manifest_tests/extension_manifests_web_unittest.cc', 1887 'common/extensions/manifest_tests/extension_manifests_web_unittest.cc',
1887 'common/extensions/matcher/substring_set_matcher_unittest.cc', 1888 'common/extensions/matcher/substring_set_matcher_unittest.cc',
1888 'common/extensions/matcher/url_matcher_unittest.cc', 1889 'common/extensions/matcher/url_matcher_unittest.cc',
1889 'common/extensions/matcher/url_matcher_factory_unittest.cc', 1890 'common/extensions/matcher/url_matcher_factory_unittest.cc',
1890 'common/extensions/manifest_unittest.cc', 1891 'common/extensions/manifest_unittest.cc',
(...skipping 892 matching lines...) Expand 10 before | Expand all | Expand 10 after
2783 'browser/extensions/extension_websocket_apitest.cc', 2784 'browser/extensions/extension_websocket_apitest.cc',
2784 'browser/extensions/isolated_app_browsertest.cc', 2785 'browser/extensions/isolated_app_browsertest.cc',
2785 'browser/extensions/lazy_background_page_apitest.cc', 2786 'browser/extensions/lazy_background_page_apitest.cc',
2786 'browser/extensions/lazy_background_page_test_util.h', 2787 'browser/extensions/lazy_background_page_test_util.h',
2787 'browser/extensions/mutation_observers_apitest.cc', 2788 'browser/extensions/mutation_observers_apitest.cc',
2788 'browser/extensions/notifications_apitest.cc', 2789 'browser/extensions/notifications_apitest.cc',
2789 'browser/extensions/platform_app_browsertest.cc', 2790 'browser/extensions/platform_app_browsertest.cc',
2790 'browser/extensions/platform_app_browsertest_util.cc', 2791 'browser/extensions/platform_app_browsertest_util.cc',
2791 'browser/extensions/platform_app_browsertest_util.h', 2792 'browser/extensions/platform_app_browsertest_util.h',
2792 'browser/extensions/process_management_browsertest.cc', 2793 'browser/extensions/process_management_browsertest.cc',
2794 'browser/extensions/sandboxed_pages_apitest.cc',
2793 'browser/extensions/settings/settings_apitest.cc', 2795 'browser/extensions/settings/settings_apitest.cc',
2794 'browser/extensions/stubs_apitest.cc', 2796 'browser/extensions/stubs_apitest.cc',
2795 'browser/extensions/system/system_apitest.cc', 2797 'browser/extensions/system/system_apitest.cc',
2796 'browser/extensions/webstore_inline_install_browsertest.cc', 2798 'browser/extensions/webstore_inline_install_browsertest.cc',
2797 'browser/extensions/window_open_apitest.cc', 2799 'browser/extensions/window_open_apitest.cc',
2798 'browser/external_extension_browsertest.cc', 2800 'browser/external_extension_browsertest.cc',
2799 'browser/fast_shutdown_browsertest.cc', 2801 'browser/fast_shutdown_browsertest.cc',
2800 'browser/first_run/first_run_browsertest.cc', 2802 'browser/first_run/first_run_browsertest.cc',
2801 'browser/first_run/try_chrome_dialog_view_browsertest.cc', 2803 'browser/first_run/try_chrome_dialog_view_browsertest.cc',
2802 'browser/geolocation/access_token_store_browsertest.cc', 2804 'browser/geolocation/access_token_store_browsertest.cc',
(...skipping 458 matching lines...) Expand 10 before | Expand all | Expand 10 after
3261 ], 3263 ],
3262 'sources': [ 3264 'sources': [
3263 'browser/spellchecker/spellcheck_message_filter_mac_browsertest.cc', 3265 'browser/spellchecker/spellcheck_message_filter_mac_browsertest.cc',
3264 '../content/renderer/external_popup_menu_browsertest.cc', 3266 '../content/renderer/external_popup_menu_browsertest.cc',
3265 ], 3267 ],
3266 'sources!': [ 3268 'sources!': [
3267 # TODO(hbono): This test depends on hunspell and we cannot run it on 3269 # TODO(hbono): This test depends on hunspell and we cannot run it on
3268 # Mac, which does not use hunspell by default. 3270 # Mac, which does not use hunspell by default.
3269 'browser/spellchecker/spellcheck_host_browsertest.cc', 3271 'browser/spellchecker/spellcheck_host_browsertest.cc',
3270 # ProcessSingletonMac doesn't do anything. 3272 # ProcessSingletonMac doesn't do anything.
3271 'browser/process_singleton_browsertest.cc', 3273 'browser/process_singleton_browsertest.cc',
3272 ], 3274 ],
3273 }, { # else: OS != "mac" 3275 }, { # else: OS != "mac"
3274 'sources!': [ 3276 'sources!': [
3275 'browser/extensions/browser_action_test_util_mac.mm', 3277 'browser/extensions/browser_action_test_util_mac.mm',
3276 ], 3278 ],
3277 }], 3279 }],
3278 ['os_posix == 0 or chromeos == 1', { 3280 ['os_posix == 0 or chromeos == 1', {
3279 'sources!': [ 3281 'sources!': [
3280 'common/time_format_browsertest.cc', 3282 'common/time_format_browsertest.cc',
3281 ], 3283 ],
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
3323 '../content/common/socket_stream_dispatcher.cc', 3325 '../content/common/socket_stream_dispatcher.cc',
3324 ]}, 3326 ]},
3325 ], 3327 ],
3326 ['use_aura==1', { 3328 ['use_aura==1', {
3327 'sources!': [ 3329 'sources!': [
3328 '../content/browser/plugin_browsertest.cc', 3330 '../content/browser/plugin_browsertest.cc',
3329 '../content/browser/accessibility/dump_accessibility_tree_browsertes t.cc', 3331 '../content/browser/accessibility/dump_accessibility_tree_browsertes t.cc',
3330 '../content/browser/accessibility/dump_accessibility_tree_helper_win .cc', 3332 '../content/browser/accessibility/dump_accessibility_tree_helper_win .cc',
3331 '../content/browser/accessibility/dump_accessibility_tree_helper.cc' , 3333 '../content/browser/accessibility/dump_accessibility_tree_helper.cc' ,
3332 ] 3334 ]
3333 }, { # else: use_aura == 0 3335 }, { # else: use_aura == 0
3334 'sources!': [ 3336 'sources!': [
3335 'browser/ui/views/frame/app_non_client_frame_view_aura_browsertest.c c', 3337 'browser/ui/views/frame/app_non_client_frame_view_aura_browsertest.c c',
3336 ], 3338 ],
3337 }], 3339 }],
3338 ], # conditions 3340 ], # conditions
3339 }, # target browser_tests 3341 }, # target browser_tests
3340 { 3342 {
3341 'target_name': 'browser_tests_run', 3343 'target_name': 'browser_tests_run',
3342 'type': 'none', 3344 'type': 'none',
3343 'dependencies': [ 3345 'dependencies': [
(...skipping 1306 matching lines...) Expand 10 before | Expand all | Expand 10 after
4650 # Use outputs of this action as inputs for the main target build. 4652 # Use outputs of this action as inputs for the main target build.
4651 # Seems as a misnomer but makes this happy on Linux (scons). 4653 # Seems as a misnomer but makes this happy on Linux (scons).
4652 'process_outputs_as_sources': 1, 4654 'process_outputs_as_sources': 1,
4653 }, 4655 },
4654 ], # 'actions' 4656 ], # 'actions'
4655 }, 4657 },
4656 ] 4658 ]
4657 }], # 'coverage!=0' 4659 }], # 'coverage!=0'
4658 ], # 'conditions' 4660 ], # 'conditions'
4659 } 4661 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698