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

Side by Side Diff: extensions/extensions.gypi

Issue 1054813002: Refactor ScopedCommandLineSwitch (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@whitelisted
Patch Set: Created 5 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
« no previous file with comments | « extensions/common/test/scoped_command_line_switch.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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 'extensions_common_constants_sources': [ 7 'extensions_common_constants_sources': [
8 'common/constants.cc', 8 'common/constants.cc',
9 'common/constants.h', 9 'common/constants.h',
10 ], 10 ],
(...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after
195 'common/permissions/socket_permission_entry.cc', 195 'common/permissions/socket_permission_entry.cc',
196 'common/permissions/socket_permission_entry.h', 196 'common/permissions/socket_permission_entry.h',
197 'common/permissions/usb_device_permission.cc', 197 'common/permissions/usb_device_permission.cc',
198 'common/permissions/usb_device_permission.h', 198 'common/permissions/usb_device_permission.h',
199 'common/permissions/usb_device_permission_data.cc', 199 'common/permissions/usb_device_permission_data.cc',
200 'common/permissions/usb_device_permission_data.h', 200 'common/permissions/usb_device_permission_data.h',
201 'common/stack_frame.cc', 201 'common/stack_frame.cc',
202 'common/stack_frame.h', 202 'common/stack_frame.h',
203 'common/switches.cc', 203 'common/switches.cc',
204 'common/switches.h', 204 'common/switches.h',
205 'common/test/scoped_command_line_switch.cc',
206 'common/test/scoped_command_line_switch.h',
205 'common/update_manifest.cc', 207 'common/update_manifest.cc',
206 'common/update_manifest.h', 208 'common/update_manifest.h',
207 'common/url_pattern.cc', 209 'common/url_pattern.cc',
208 'common/url_pattern.h', 210 'common/url_pattern.h',
209 'common/url_pattern_set.cc', 211 'common/url_pattern_set.cc',
210 'common/url_pattern_set.h', 212 'common/url_pattern_set.h',
211 'common/user_script.cc', 213 'common/user_script.cc',
212 'common/user_script.h', 214 'common/user_script.h',
213 'common/value_builder.cc', 215 'common/value_builder.cc',
214 'common/value_builder.h', 216 'common/value_builder.h',
(...skipping 811 matching lines...) Expand 10 before | Expand all | Expand 10 after
1026 'test/result_catcher.h', 1028 'test/result_catcher.h',
1027 'test/test_content_utility_client.cc', 1029 'test/test_content_utility_client.cc',
1028 'test/test_content_utility_client.h', 1030 'test/test_content_utility_client.h',
1029 'test/test_extensions_client.cc', 1031 'test/test_extensions_client.cc',
1030 'test/test_extensions_client.h', 1032 'test/test_extensions_client.h',
1031 'test/test_permission_message_provider.cc', 1033 'test/test_permission_message_provider.cc',
1032 'test/test_permission_message_provider.h', 1034 'test/test_permission_message_provider.h',
1033 ], 1035 ],
1034 }, 1036 },
1035 } 1037 }
OLDNEW
« no previous file with comments | « extensions/common/test/scoped_command_line_switch.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698