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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 10692160: Support socket endpoint permissions for AppsV2 Socket API. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Rebase and fix a unit test Created 8 years, 4 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
« no previous file with comments | « chrome/chrome_common.gypi ('k') | chrome/common/extensions/extension.h » ('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 1944 matching lines...) Expand 10 before | Expand all | Expand 10 after
1955 'common/extensions/manifest_tests/extension_manifests_tts_unittest.cc', 1955 'common/extensions/manifest_tests/extension_manifests_tts_unittest.cc',
1956 'common/extensions/manifest_tests/extension_manifests_ui_unittest.cc', 1956 'common/extensions/manifest_tests/extension_manifests_ui_unittest.cc',
1957 'common/extensions/manifest_tests/extension_manifests_update_unittest.cc ', 1957 'common/extensions/manifest_tests/extension_manifests_update_unittest.cc ',
1958 'common/extensions/manifest_tests/extension_manifests_validapp_unittest. cc', 1958 'common/extensions/manifest_tests/extension_manifests_validapp_unittest. cc',
1959 'common/extensions/manifest_tests/extension_manifests_web_unittest.cc', 1959 'common/extensions/manifest_tests/extension_manifests_web_unittest.cc',
1960 'common/extensions/matcher/substring_set_matcher_unittest.cc', 1960 'common/extensions/matcher/substring_set_matcher_unittest.cc',
1961 'common/extensions/matcher/url_matcher_unittest.cc', 1961 'common/extensions/matcher/url_matcher_unittest.cc',
1962 'common/extensions/matcher/url_matcher_factory_unittest.cc', 1962 'common/extensions/matcher/url_matcher_factory_unittest.cc',
1963 'common/extensions/manifest_unittest.cc', 1963 'common/extensions/manifest_unittest.cc',
1964 'common/extensions/message_bundle_unittest.cc', 1964 'common/extensions/message_bundle_unittest.cc',
1965 'common/extensions/permissions/api_permission_set_unittest.cc',
1965 'common/extensions/permissions/permission_set_unittest.cc', 1966 'common/extensions/permissions/permission_set_unittest.cc',
1967 'common/extensions/permissions/socket_permission_unittest.cc',
1966 'common/extensions/unpacker_unittest.cc', 1968 'common/extensions/unpacker_unittest.cc',
1967 'common/extensions/update_manifest_unittest.cc', 1969 'common/extensions/update_manifest_unittest.cc',
1968 'common/extensions/url_pattern_set_unittest.cc', 1970 'common/extensions/url_pattern_set_unittest.cc',
1969 'common/extensions/url_pattern_unittest.cc', 1971 'common/extensions/url_pattern_unittest.cc',
1970 'common/extensions/user_script_unittest.cc', 1972 'common/extensions/user_script_unittest.cc',
1971 'common/extensions/value_counter_unittest.cc', 1973 'common/extensions/value_counter_unittest.cc',
1972 'common/extensions/api/extension_api_unittest.cc', 1974 'common/extensions/api/extension_api_unittest.cc',
1973 'common/important_file_writer_unittest.cc', 1975 'common/important_file_writer_unittest.cc',
1974 'common/json_pref_store_unittest.cc', 1976 'common/json_pref_store_unittest.cc',
1975 'common/json_schema_validator_unittest.cc', 1977 'common/json_schema_validator_unittest.cc',
(...skipping 2707 matching lines...) Expand 10 before | Expand all | Expand 10 after
4683 '--result', '<@(_outputs)', 4685 '--result', '<@(_outputs)',
4684 '--isolate', 'browser_tests.isolate', 4686 '--isolate', 'browser_tests.isolate',
4685 ], 4687 ],
4686 }, 4688 },
4687 ], 4689 ],
4688 }, 4690 },
4689 ], 4691 ],
4690 }], 4692 }],
4691 ], # 'conditions' 4693 ], # 'conditions'
4692 } 4694 }
OLDNEW
« no previous file with comments | « chrome/chrome_common.gypi ('k') | chrome/common/extensions/extension.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698