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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 8226026: Allow whitelisted bundles to load in Chrome (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 2 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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 { 5 {
6 'variables' : { 6 'variables' : {
7 'pyautolib_sources': [ 7 'pyautolib_sources': [
8 'app/chrome_command_ids.h', 8 'app/chrome_command_ids.h',
9 'app/chrome_dll_resource.h', 9 'app/chrome_dll_resource.h',
10 'common/automation_constants.h', 10 'common/automation_constants.h',
(...skipping 1825 matching lines...) Expand 10 before | Expand all | Expand 10 after
1836 'common/extensions/url_pattern_set_unittest.cc', 1836 'common/extensions/url_pattern_set_unittest.cc',
1837 'common/extensions/url_pattern_unittest.cc', 1837 'common/extensions/url_pattern_unittest.cc',
1838 'common/extensions/user_script_unittest.cc', 1838 'common/extensions/user_script_unittest.cc',
1839 'common/guid_unittest.cc', 1839 'common/guid_unittest.cc',
1840 'common/important_file_writer_unittest.cc', 1840 'common/important_file_writer_unittest.cc',
1841 'common/json_pref_store_unittest.cc', 1841 'common/json_pref_store_unittest.cc',
1842 'common/json_schema_validator_unittest.cc', 1842 'common/json_schema_validator_unittest.cc',
1843 'common/json_schema_validator_unittest_base.cc', 1843 'common/json_schema_validator_unittest_base.cc',
1844 'common/json_schema_validator_unittest_base.h', 1844 'common/json_schema_validator_unittest_base.h',
1845 'common/json_value_serializer_unittest.cc', 1845 'common/json_value_serializer_unittest.cc',
1846 'common/mac/cfbundle_blocker_unittest.mm',
1847 'common/mac/objc_method_swizzle_unittest.mm',
1848 'common/mac/objc_zombie_unittest.mm',
1846 'common/metrics_log_manager_unittest.cc', 1849 'common/metrics_log_manager_unittest.cc',
1847 'common/multi_process_lock_unittest.cc', 1850 'common/multi_process_lock_unittest.cc',
1848 'common/mac/objc_method_swizzle_unittest.mm',
1849 'common/mac/objc_zombie_unittest.mm',
1850 'common/net/gaia/gaia_auth_fetcher_unittest.cc', 1851 'common/net/gaia/gaia_auth_fetcher_unittest.cc',
1851 'common/net/gaia/gaia_auth_fetcher_unittest.h', 1852 'common/net/gaia/gaia_auth_fetcher_unittest.h',
1852 'common/net/gaia/gaia_authenticator_unittest.cc', 1853 'common/net/gaia/gaia_authenticator_unittest.cc',
1853 'common/net/gaia/gaia_oauth_client_unittest.cc', 1854 'common/net/gaia/gaia_oauth_client_unittest.cc',
1854 'common/net/gaia/google_service_auth_error_unittest.cc', 1855 'common/net/gaia/google_service_auth_error_unittest.cc',
1855 'common/net/gaia/oauth_request_signer_unittest.cc', 1856 'common/net/gaia/oauth_request_signer_unittest.cc',
1856 'common/random_unittest.cc', 1857 'common/random_unittest.cc',
1857 'common/service_process_util_unittest.cc', 1858 'common/service_process_util_unittest.cc',
1858 'common/switch_utils_unittest.cc', 1859 'common/switch_utils_unittest.cc',
1859 'common/thumbnail_score_unittest.cc', 1860 'common/thumbnail_score_unittest.cc',
(...skipping 2187 matching lines...) Expand 10 before | Expand all | Expand 10 after
4047 # Use outputs of this action as inputs for the main target build. 4048 # Use outputs of this action as inputs for the main target build.
4048 # Seems as a misnomer but makes this happy on Linux (scons). 4049 # Seems as a misnomer but makes this happy on Linux (scons).
4049 'process_outputs_as_sources': 1, 4050 'process_outputs_as_sources': 1,
4050 }, 4051 },
4051 ], # 'actions' 4052 ], # 'actions'
4052 }, 4053 },
4053 ] 4054 ]
4054 }], # 'coverage!=0' 4055 }], # 'coverage!=0'
4055 ], # 'conditions' 4056 ], # 'conditions'
4056 } 4057 }
OLDNEW
« no previous file with comments | « no previous file | chrome/common/mac/cfbundle_blocker.h » ('j') | chrome/common/mac/cfbundle_blocker.mm » ('J')

Powered by Google App Engine
This is Rietveld 408576698