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

Side by Side Diff: extensions/extensions.gypi

Issue 1131443006: [Extensions UI] Add a placeholder icon for extensions in the toolbar (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Finnur's Created 5 years, 7 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/browser/resources/extensions_browser_resources.grd ('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 560 matching lines...) Expand 10 before | Expand all | Expand 10 after
571 'browser/extension_function_registry.h', 571 'browser/extension_function_registry.h',
572 'browser/extension_function_util.cc', 572 'browser/extension_function_util.cc',
573 'browser/extension_function_util.h', 573 'browser/extension_function_util.h',
574 'browser/extension_host.cc', 574 'browser/extension_host.cc',
575 'browser/extension_host.h', 575 'browser/extension_host.h',
576 'browser/extension_host_delegate.h', 576 'browser/extension_host_delegate.h',
577 'browser/extension_host_observer.h', 577 'browser/extension_host_observer.h',
578 'browser/extension_host_queue.h', 578 'browser/extension_host_queue.h',
579 'browser/extension_icon_image.cc', 579 'browser/extension_icon_image.cc',
580 'browser/extension_icon_image.h', 580 'browser/extension_icon_image.h',
581 'browser/extension_icon_placeholder.cc',
582 'browser/extension_icon_placeholder.h',
581 'browser/extension_message_filter.cc', 583 'browser/extension_message_filter.cc',
582 'browser/extension_message_filter.h', 584 'browser/extension_message_filter.h',
583 'browser/extension_pref_store.cc', 585 'browser/extension_pref_store.cc',
584 'browser/extension_pref_store.h', 586 'browser/extension_pref_store.h',
585 'browser/extension_pref_value_map.cc', 587 'browser/extension_pref_value_map.cc',
586 'browser/extension_pref_value_map.h', 588 'browser/extension_pref_value_map.h',
587 'browser/extension_pref_value_map_factory.cc', 589 'browser/extension_pref_value_map_factory.cc',
588 'browser/extension_pref_value_map_factory.h', 590 'browser/extension_pref_value_map_factory.h',
589 'browser/extension_prefs.cc', 591 'browser/extension_prefs.cc',
590 'browser/extension_prefs.h', 592 'browser/extension_prefs.h',
(...skipping 443 matching lines...) Expand 10 before | Expand all | Expand 10 after
1034 'test/result_catcher.h', 1036 'test/result_catcher.h',
1035 'test/test_content_utility_client.cc', 1037 'test/test_content_utility_client.cc',
1036 'test/test_content_utility_client.h', 1038 'test/test_content_utility_client.h',
1037 'test/test_extensions_client.cc', 1039 'test/test_extensions_client.cc',
1038 'test/test_extensions_client.h', 1040 'test/test_extensions_client.h',
1039 'test/test_permission_message_provider.cc', 1041 'test/test_permission_message_provider.cc',
1040 'test/test_permission_message_provider.h', 1042 'test/test_permission_message_provider.h',
1041 ], 1043 ],
1042 }, 1044 },
1043 } 1045 }
OLDNEW
« no previous file with comments | « extensions/browser/resources/extensions_browser_resources.grd ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698