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

Side by Side Diff: extensions/extensions.gypi

Issue 987583004: Add audible, muted to Tab, c.t.query, c.t.update, and c.t.onUpdated where relevant (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@patch1
Patch Set: remove unneeded header files 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
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',
not at google - send to devlin 2015/03/16 18:11:56 Rebase and you should pick up these changes.
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 784 matching lines...) Expand 10 before | Expand all | Expand 10 after
1007 'browser/test_management_policy.cc', 1009 'browser/test_management_policy.cc',
1008 'browser/test_management_policy.h', 1010 'browser/test_management_policy.h',
1009 'browser/test_runtime_api_delegate.cc', 1011 'browser/test_runtime_api_delegate.cc',
1010 'browser/test_runtime_api_delegate.h', 1012 'browser/test_runtime_api_delegate.h',
1011 'common/extension_builder.cc', 1013 'common/extension_builder.cc',
1012 'common/extension_builder.h', 1014 'common/extension_builder.h',
1013 'common/manifest_test.cc', 1015 'common/manifest_test.cc',
1014 'common/manifest_test.h', 1016 'common/manifest_test.h',
1015 'common/test_util.cc', 1017 'common/test_util.cc',
1016 'common/test_util.h', 1018 'common/test_util.h',
1017 'common/value_builder.cc',
1018 'common/value_builder.h',
1019 'renderer/test_extensions_renderer_client.cc', 1019 'renderer/test_extensions_renderer_client.cc',
1020 'renderer/test_extensions_renderer_client.h', 1020 'renderer/test_extensions_renderer_client.h',
1021 'test/extension_test_message_listener.cc', 1021 'test/extension_test_message_listener.cc',
1022 'test/extension_test_message_listener.h', 1022 'test/extension_test_message_listener.h',
1023 'test/result_catcher.cc', 1023 'test/result_catcher.cc',
1024 'test/result_catcher.h', 1024 'test/result_catcher.h',
1025 'test/test_content_utility_client.cc', 1025 'test/test_content_utility_client.cc',
1026 'test/test_content_utility_client.h', 1026 'test/test_content_utility_client.h',
1027 'test/test_extensions_client.cc', 1027 'test/test_extensions_client.cc',
1028 'test/test_extensions_client.h', 1028 'test/test_extensions_client.h',
1029 'test/test_permission_message_provider.cc', 1029 'test/test_permission_message_provider.cc',
1030 'test/test_permission_message_provider.h', 1030 'test/test_permission_message_provider.h',
1031 ], 1031 ],
1032 }, 1032 },
1033 } 1033 }
OLDNEW
« extensions/common/value_builder.h ('K') | « extensions/common/value_builder.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698