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

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: blah 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
« no previous file with comments | « chrome/chrome_common.gypi ('k') | chrome/common/extensions/api/bookmarks.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 2000 matching lines...) Expand 10 before | Expand all | Expand 10 after
2011 'common/extensions/extension_test_util.cc', 2011 'common/extensions/extension_test_util.cc',
2012 'common/extensions/extension_unittest.cc', 2012 'common/extensions/extension_unittest.cc',
2013 'common/extensions/extension_unpacker_unittest.cc', 2013 'common/extensions/extension_unpacker_unittest.cc',
2014 'common/extensions/feature_unittest.cc', 2014 'common/extensions/feature_unittest.cc',
2015 'common/extensions/manifest_unittest.cc', 2015 'common/extensions/manifest_unittest.cc',
2016 'common/extensions/simple_feature_provider_unittest.cc', 2016 'common/extensions/simple_feature_provider_unittest.cc',
2017 'common/extensions/update_manifest_unittest.cc', 2017 'common/extensions/update_manifest_unittest.cc',
2018 'common/extensions/url_pattern_set_unittest.cc', 2018 'common/extensions/url_pattern_set_unittest.cc',
2019 'common/extensions/url_pattern_unittest.cc', 2019 'common/extensions/url_pattern_unittest.cc',
2020 'common/extensions/user_script_unittest.cc', 2020 'common/extensions/user_script_unittest.cc',
2021 'common/extensions/api/extension_api_feature_unittest.cc',
2021 'common/extensions/api/extension_api_unittest.cc', 2022 'common/extensions/api/extension_api_unittest.cc',
2022 'common/guid_unittest.cc', 2023 'common/guid_unittest.cc',
2023 'common/important_file_writer_unittest.cc', 2024 'common/important_file_writer_unittest.cc',
2024 'common/json_pref_store_unittest.cc', 2025 'common/json_pref_store_unittest.cc',
2025 'common/json_schema_validator_unittest.cc', 2026 'common/json_schema_validator_unittest.cc',
2026 'common/json_schema_validator_unittest_base.cc', 2027 'common/json_schema_validator_unittest_base.cc',
2027 'common/json_schema_validator_unittest_base.h', 2028 'common/json_schema_validator_unittest_base.h',
2028 'common/json_value_serializer_unittest.cc', 2029 'common/json_value_serializer_unittest.cc',
2029 'common/mac/cfbundle_blocker_unittest.mm', 2030 'common/mac/cfbundle_blocker_unittest.mm',
2030 'common/mac/mock_launchd.cc', 2031 'common/mac/mock_launchd.cc',
(...skipping 2629 matching lines...) Expand 10 before | Expand all | Expand 10 after
4660 # Use outputs of this action as inputs for the main target build. 4661 # Use outputs of this action as inputs for the main target build.
4661 # Seems as a misnomer but makes this happy on Linux (scons). 4662 # Seems as a misnomer but makes this happy on Linux (scons).
4662 'process_outputs_as_sources': 1, 4663 'process_outputs_as_sources': 1,
4663 }, 4664 },
4664 ], # 'actions' 4665 ], # 'actions'
4665 }, 4666 },
4666 ] 4667 ]
4667 }], # 'coverage!=0' 4668 }], # 'coverage!=0'
4668 ], # 'conditions' 4669 ], # 'conditions'
4669 } 4670 }
OLDNEW
« no previous file with comments | « chrome/chrome_common.gypi ('k') | chrome/common/extensions/api/bookmarks.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698