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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 10025007: Convert tabs, windows, and extension APIs to feature system. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove obsolete special cases from ExtensionPermissionSet 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 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 2006 matching lines...) Expand 10 before | Expand all | Expand 10 after
2017 'common/extensions/extension_test_util.cc', 2017 'common/extensions/extension_test_util.cc',
2018 'common/extensions/extension_unittest.cc', 2018 'common/extensions/extension_unittest.cc',
2019 'common/extensions/extension_unpacker_unittest.cc', 2019 'common/extensions/extension_unpacker_unittest.cc',
2020 'common/extensions/feature_unittest.cc', 2020 'common/extensions/feature_unittest.cc',
2021 'common/extensions/manifest_unittest.cc', 2021 'common/extensions/manifest_unittest.cc',
2022 'common/extensions/simple_feature_provider_unittest.cc', 2022 'common/extensions/simple_feature_provider_unittest.cc',
2023 'common/extensions/update_manifest_unittest.cc', 2023 'common/extensions/update_manifest_unittest.cc',
2024 'common/extensions/url_pattern_set_unittest.cc', 2024 'common/extensions/url_pattern_set_unittest.cc',
2025 'common/extensions/url_pattern_unittest.cc', 2025 'common/extensions/url_pattern_unittest.cc',
2026 'common/extensions/user_script_unittest.cc', 2026 'common/extensions/user_script_unittest.cc',
2027 'common/extensions/api/extension_api_feature_unittest.cc',
2027 'common/extensions/api/extension_api_unittest.cc', 2028 'common/extensions/api/extension_api_unittest.cc',
2028 'common/guid_unittest.cc', 2029 'common/guid_unittest.cc',
2029 'common/important_file_writer_unittest.cc', 2030 'common/important_file_writer_unittest.cc',
2030 'common/json_pref_store_unittest.cc', 2031 'common/json_pref_store_unittest.cc',
2031 'common/json_schema_validator_unittest.cc', 2032 'common/json_schema_validator_unittest.cc',
2032 'common/json_schema_validator_unittest_base.cc', 2033 'common/json_schema_validator_unittest_base.cc',
2033 'common/json_schema_validator_unittest_base.h', 2034 'common/json_schema_validator_unittest_base.h',
2034 'common/json_value_serializer_unittest.cc', 2035 'common/json_value_serializer_unittest.cc',
2035 'common/mac/cfbundle_blocker_unittest.mm', 2036 'common/mac/cfbundle_blocker_unittest.mm',
2036 'common/mac/mock_launchd.cc', 2037 'common/mac/mock_launchd.cc',
(...skipping 2715 matching lines...) Expand 10 before | Expand all | Expand 10 after
4752 # Use outputs of this action as inputs for the main target build. 4753 # Use outputs of this action as inputs for the main target build.
4753 # Seems as a misnomer but makes this happy on Linux (scons). 4754 # Seems as a misnomer but makes this happy on Linux (scons).
4754 'process_outputs_as_sources': 1, 4755 'process_outputs_as_sources': 1,
4755 }, 4756 },
4756 ], # 'actions' 4757 ], # 'actions'
4757 }, 4758 },
4758 ] 4759 ]
4759 }], # 'coverage!=0' 4760 }], # 'coverage!=0'
4760 ], # 'conditions' 4761 ], # 'conditions'
4761 } 4762 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698