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

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: Rebase 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 1858 matching lines...) Expand 10 before | Expand all | Expand 10 after
1869 'common/extensions/manifest_tests/extension_manifests_initvalue_unittest .cc', 1869 'common/extensions/manifest_tests/extension_manifests_initvalue_unittest .cc',
1870 'common/extensions/manifest_tests/extension_manifests_isolatedapp_unitte st.cc', 1870 'common/extensions/manifest_tests/extension_manifests_isolatedapp_unitte st.cc',
1871 'common/extensions/manifest_tests/extension_manifests_launch_unittest.cc ', 1871 'common/extensions/manifest_tests/extension_manifests_launch_unittest.cc ',
1872 'common/extensions/manifest_tests/extension_manifests_offline_unittest.c c', 1872 'common/extensions/manifest_tests/extension_manifests_offline_unittest.c c',
1873 'common/extensions/manifest_tests/extension_manifests_old_unittest.cc', 1873 'common/extensions/manifest_tests/extension_manifests_old_unittest.cc',
1874 'common/extensions/manifest_tests/extension_manifests_options_unittest.c c', 1874 'common/extensions/manifest_tests/extension_manifests_options_unittest.c c',
1875 'common/extensions/manifest_tests/extension_manifests_override_unittest. cc', 1875 'common/extensions/manifest_tests/extension_manifests_override_unittest. cc',
1876 'common/extensions/manifest_tests/extension_manifests_pageaction_unittes t.cc', 1876 'common/extensions/manifest_tests/extension_manifests_pageaction_unittes t.cc',
1877 'common/extensions/manifest_tests/extension_manifests_platformapp_unitte st.cc', 1877 'common/extensions/manifest_tests/extension_manifests_platformapp_unitte st.cc',
1878 'common/extensions/manifest_tests/extension_manifests_portsinpermissions _unittest.cc', 1878 'common/extensions/manifest_tests/extension_manifests_portsinpermissions _unittest.cc',
1879 'common/extensions/manifest_tests/extension_manifests_sandboxed_unittest .cc',
1879 'common/extensions/manifest_tests/extension_manifests_storage_unittest.c c', 1880 'common/extensions/manifest_tests/extension_manifests_storage_unittest.c c',
1880 'common/extensions/manifest_tests/extension_manifests_tts_unittest.cc', 1881 'common/extensions/manifest_tests/extension_manifests_tts_unittest.cc',
1881 'common/extensions/manifest_tests/extension_manifests_ui_unittest.cc', 1882 'common/extensions/manifest_tests/extension_manifests_ui_unittest.cc',
1882 'common/extensions/manifest_tests/extension_manifests_update_unittest.cc ', 1883 'common/extensions/manifest_tests/extension_manifests_update_unittest.cc ',
1883 'common/extensions/manifest_tests/extension_manifests_validapp_unittest. cc', 1884 'common/extensions/manifest_tests/extension_manifests_validapp_unittest. cc',
1884 'common/extensions/manifest_tests/extension_manifests_web_unittest.cc', 1885 'common/extensions/manifest_tests/extension_manifests_web_unittest.cc',
1885 'common/extensions/matcher/substring_set_matcher_unittest.cc', 1886 'common/extensions/matcher/substring_set_matcher_unittest.cc',
1886 'common/extensions/matcher/url_matcher_unittest.cc', 1887 'common/extensions/matcher/url_matcher_unittest.cc',
1887 'common/extensions/matcher/url_matcher_factory_unittest.cc', 1888 'common/extensions/matcher/url_matcher_factory_unittest.cc',
1888 'common/extensions/manifest_unittest.cc', 1889 'common/extensions/manifest_unittest.cc',
(...skipping 1370 matching lines...) Expand 10 before | Expand all | Expand 10 after
3259 ], 3260 ],
3260 'sources': [ 3261 'sources': [
3261 'browser/spellchecker/spellcheck_message_filter_mac_browsertest.cc', 3262 'browser/spellchecker/spellcheck_message_filter_mac_browsertest.cc',
3262 '../content/renderer/external_popup_menu_browsertest.cc', 3263 '../content/renderer/external_popup_menu_browsertest.cc',
3263 ], 3264 ],
3264 'sources!': [ 3265 'sources!': [
3265 # TODO(hbono): This test depends on hunspell and we cannot run it on 3266 # TODO(hbono): This test depends on hunspell and we cannot run it on
3266 # Mac, which does not use hunspell by default. 3267 # Mac, which does not use hunspell by default.
3267 'browser/spellchecker/spellcheck_host_browsertest.cc', 3268 'browser/spellchecker/spellcheck_host_browsertest.cc',
3268 # ProcessSingletonMac doesn't do anything. 3269 # ProcessSingletonMac doesn't do anything.
3269 'browser/process_singleton_browsertest.cc', 3270 'browser/process_singleton_browsertest.cc',
3270 ], 3271 ],
3271 }, { # else: OS != "mac" 3272 }, { # else: OS != "mac"
3272 'sources!': [ 3273 'sources!': [
3273 'browser/extensions/browser_action_test_util_mac.mm', 3274 'browser/extensions/browser_action_test_util_mac.mm',
3274 ], 3275 ],
3275 }], 3276 }],
3276 ['os_posix == 0 or chromeos == 1', { 3277 ['os_posix == 0 or chromeos == 1', {
3277 'sources!': [ 3278 'sources!': [
3278 'common/time_format_browsertest.cc', 3279 'common/time_format_browsertest.cc',
3279 ], 3280 ],
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
3321 '../content/common/socket_stream_dispatcher.cc', 3322 '../content/common/socket_stream_dispatcher.cc',
3322 ]}, 3323 ]},
3323 ], 3324 ],
3324 ['use_aura==1', { 3325 ['use_aura==1', {
3325 'sources!': [ 3326 'sources!': [
3326 '../content/browser/plugin_browsertest.cc', 3327 '../content/browser/plugin_browsertest.cc',
3327 '../content/browser/accessibility/dump_accessibility_tree_browsertes t.cc', 3328 '../content/browser/accessibility/dump_accessibility_tree_browsertes t.cc',
3328 '../content/browser/accessibility/dump_accessibility_tree_helper_win .cc', 3329 '../content/browser/accessibility/dump_accessibility_tree_helper_win .cc',
3329 '../content/browser/accessibility/dump_accessibility_tree_helper.cc' , 3330 '../content/browser/accessibility/dump_accessibility_tree_helper.cc' ,
3330 ] 3331 ]
3331 }, { # else: use_aura == 0 3332 }, { # else: use_aura == 0
3332 'sources!': [ 3333 'sources!': [
3333 'browser/ui/views/frame/app_non_client_frame_view_aura_browsertest.c c', 3334 'browser/ui/views/frame/app_non_client_frame_view_aura_browsertest.c c',
3334 ], 3335 ],
3335 }], 3336 }],
3336 ], # conditions 3337 ], # conditions
3337 }, # target browser_tests 3338 }, # target browser_tests
3338 { 3339 {
3339 'target_name': 'browser_tests_run', 3340 'target_name': 'browser_tests_run',
3340 'type': 'none', 3341 'type': 'none',
3341 'dependencies': [ 3342 'dependencies': [
(...skipping 1310 matching lines...) Expand 10 before | Expand all | Expand 10 after
4652 # Use outputs of this action as inputs for the main target build. 4653 # Use outputs of this action as inputs for the main target build.
4653 # Seems as a misnomer but makes this happy on Linux (scons). 4654 # Seems as a misnomer but makes this happy on Linux (scons).
4654 'process_outputs_as_sources': 1, 4655 'process_outputs_as_sources': 1,
4655 }, 4656 },
4656 ], # 'actions' 4657 ], # 'actions'
4657 }, 4658 },
4658 ] 4659 ]
4659 }], # 'coverage!=0' 4660 }], # 'coverage!=0'
4660 ], # 'conditions' 4661 ], # 'conditions'
4661 } 4662 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698