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

Side by Side Diff: extensions/extensions.gypi

Issue 1000443002: [Extensions] Make value_builder.h usable outside of tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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/browser/chromeos/extensions/input_method_api.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 192 matching lines...) Expand 10 before | Expand all | Expand 10 after
203 'common/switches.cc', 203 'common/switches.cc',
204 'common/switches.h', 204 'common/switches.h',
205 'common/update_manifest.cc', 205 'common/update_manifest.cc',
206 'common/update_manifest.h', 206 'common/update_manifest.h',
207 'common/url_pattern.cc', 207 'common/url_pattern.cc',
208 'common/url_pattern.h', 208 'common/url_pattern.h',
209 'common/url_pattern_set.cc', 209 'common/url_pattern_set.cc',
210 'common/url_pattern_set.h', 210 'common/url_pattern_set.h',
211 'common/user_script.cc', 211 'common/user_script.cc',
212 'common/user_script.h', 212 'common/user_script.h',
213 'common/value_builder.cc',
214 'common/value_builder.h',
213 'common/value_counter.cc', 215 'common/value_counter.cc',
214 'common/value_counter.h', 216 'common/value_counter.h',
215 'common/view_type.cc', 217 'common/view_type.cc',
216 'common/view_type.h', 218 'common/view_type.h',
217 ], 219 ],
218 'extensions_common_sources_nacl': [ 220 'extensions_common_sources_nacl': [
219 'common/manifest_handlers/nacl_modules_handler.cc', 221 'common/manifest_handlers/nacl_modules_handler.cc',
220 'common/manifest_handlers/nacl_modules_handler.h', 222 'common/manifest_handlers/nacl_modules_handler.h',
221 ], 223 ],
222 'extensions_common_sources_openssl': [ 224 'extensions_common_sources_openssl': [
(...skipping 785 matching lines...) Expand 10 before | Expand all | Expand 10 after
1008 'browser/test_management_policy.cc', 1010 'browser/test_management_policy.cc',
1009 'browser/test_management_policy.h', 1011 'browser/test_management_policy.h',
1010 'browser/test_runtime_api_delegate.cc', 1012 'browser/test_runtime_api_delegate.cc',
1011 'browser/test_runtime_api_delegate.h', 1013 'browser/test_runtime_api_delegate.h',
1012 'common/extension_builder.cc', 1014 'common/extension_builder.cc',
1013 'common/extension_builder.h', 1015 'common/extension_builder.h',
1014 'common/manifest_test.cc', 1016 'common/manifest_test.cc',
1015 'common/manifest_test.h', 1017 'common/manifest_test.h',
1016 'common/test_util.cc', 1018 'common/test_util.cc',
1017 'common/test_util.h', 1019 'common/test_util.h',
1018 'common/value_builder.cc',
1019 'common/value_builder.h',
1020 'renderer/test_extensions_renderer_client.cc', 1020 'renderer/test_extensions_renderer_client.cc',
1021 'renderer/test_extensions_renderer_client.h', 1021 'renderer/test_extensions_renderer_client.h',
1022 'test/extension_test_message_listener.cc', 1022 'test/extension_test_message_listener.cc',
1023 'test/extension_test_message_listener.h', 1023 'test/extension_test_message_listener.h',
1024 'test/result_catcher.cc', 1024 'test/result_catcher.cc',
1025 'test/result_catcher.h', 1025 'test/result_catcher.h',
1026 'test/test_content_utility_client.cc', 1026 'test/test_content_utility_client.cc',
1027 'test/test_content_utility_client.h', 1027 'test/test_content_utility_client.h',
1028 'test/test_extensions_client.cc', 1028 'test/test_extensions_client.cc',
1029 'test/test_extensions_client.h', 1029 'test/test_extensions_client.h',
1030 'test/test_permission_message_provider.cc', 1030 'test/test_permission_message_provider.cc',
1031 'test/test_permission_message_provider.h', 1031 'test/test_permission_message_provider.h',
1032 ], 1032 ],
1033 }, 1033 },
1034 } 1034 }
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/extensions/input_method_api.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698