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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 748723002: Move content_settings_custom_extension_provider.* to c/b/extensions/api/content_settings/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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/extensions/extension_service.cc ('k') | chrome/chrome_browser_extensions.gypi » ('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 2012 The Chromium Authors. All rights reserved. 1 # Copyright 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 { 5 {
6 'variables': { 6 'variables': {
7 # All .cc, .h, .m, and .mm files under browser except for: 7 # All .cc, .h, .m, and .mm files under browser except for:
8 # * tests and mocks. 8 # * tests and mocks.
9 # * code below browser/chromeos 9 # * code below browser/chromeos
10 # * code below browser/extensions 10 # * code below browser/extensions
(...skipping 722 matching lines...) Expand 10 before | Expand all | Expand 10 after
733 'browser/media_galleries/fileapi/safe_picasa_album_table_reader.cc', 733 'browser/media_galleries/fileapi/safe_picasa_album_table_reader.cc',
734 'browser/media_galleries/fileapi/safe_picasa_album_table_reader.h', 734 'browser/media_galleries/fileapi/safe_picasa_album_table_reader.h',
735 'browser/media_galleries/fileapi/safe_picasa_albums_indexer.cc', 735 'browser/media_galleries/fileapi/safe_picasa_albums_indexer.cc',
736 'browser/media_galleries/fileapi/safe_picasa_albums_indexer.h', 736 'browser/media_galleries/fileapi/safe_picasa_albums_indexer.h',
737 ], 737 ],
738 'chrome_browser_extensions_sources': [ 738 'chrome_browser_extensions_sources': [
739 'browser/accessibility/accessibility_extension_api.cc', 739 'browser/accessibility/accessibility_extension_api.cc',
740 'browser/accessibility/accessibility_extension_api.h', 740 'browser/accessibility/accessibility_extension_api.h',
741 'browser/autocomplete/keyword_extensions_delegate_impl.cc', 741 'browser/autocomplete/keyword_extensions_delegate_impl.cc',
742 'browser/autocomplete/keyword_extensions_delegate_impl.h', 742 'browser/autocomplete/keyword_extensions_delegate_impl.h',
743 'browser/content_settings/content_settings_custom_extension_provider.cc',
744 'browser/content_settings/content_settings_custom_extension_provider.h',
745 'browser/content_settings/content_settings_internal_extension_provider.cc' , 743 'browser/content_settings/content_settings_internal_extension_provider.cc' ,
746 'browser/content_settings/content_settings_internal_extension_provider.h', 744 'browser/content_settings/content_settings_internal_extension_provider.h',
747 'browser/drive/drive_app_registry.cc', 745 'browser/drive/drive_app_registry.cc',
748 'browser/drive/drive_app_registry.h', 746 'browser/drive/drive_app_registry.h',
749 'browser/drive/drive_app_registry_observer.h', 747 'browser/drive/drive_app_registry_observer.h',
750 'browser/drive/drive_api_service.cc', 748 'browser/drive/drive_api_service.cc',
751 'browser/drive/drive_api_service.h', 749 'browser/drive/drive_api_service.h',
752 'browser/drive/drive_api_util.cc', 750 'browser/drive/drive_api_util.cc',
753 'browser/drive/drive_api_util.h', 751 'browser/drive/drive_api_util.h',
754 'browser/drive/drive_notification_manager.cc', 752 'browser/drive/drive_notification_manager.cc',
(...skipping 2908 matching lines...) Expand 10 before | Expand all | Expand 10 after
3663 'variables': { 3661 'variables': {
3664 'proto_in_dir': 'browser/sync_file_system/drive_backend', 3662 'proto_in_dir': 'browser/sync_file_system/drive_backend',
3665 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 3663 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
3666 }, 3664 },
3667 'includes': [ '../build/protoc.gypi' ] 3665 'includes': [ '../build/protoc.gypi' ]
3668 }, 3666 },
3669 ], 3667 ],
3670 },], 3668 },],
3671 ], 3669 ],
3672 } 3670 }
OLDNEW
« no previous file with comments | « chrome/browser/extensions/extension_service.cc ('k') | chrome/chrome_browser_extensions.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698