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

Side by Side Diff: chrome/chrome_browser_extensions.gypi

Issue 22938005: Add ErrorConsole UI for Extension Install Warnings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@dc_ec_install_warnings
Patch Set: License Created 7 years, 3 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/ui/webui/extensions/extensions_ui.cc ('k') | chrome/chrome_browser_ui.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 (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser_extensions', 8 'target_name': 'browser_extensions',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 '<(INTERMEDIATE_DIR)', 51 '<(INTERMEDIATE_DIR)',
52 ], 52 ],
53 'sources': [ 53 'sources': [
54 # All .cc, .h, .m, and .mm files under browser/extensions except for 54 # All .cc, .h, .m, and .mm files under browser/extensions except for
55 # tests and mocks. 55 # tests and mocks.
56 '../extensions/browser/extension_prefs_scope.h', 56 '../extensions/browser/extension_prefs_scope.h',
57 '../extensions/browser/extension_error.cc', 57 '../extensions/browser/extension_error.cc',
58 '../extensions/browser/extension_error.h', 58 '../extensions/browser/extension_error.h',
59 '../extensions/browser/file_reader.cc', 59 '../extensions/browser/file_reader.cc',
60 '../extensions/browser/file_reader.h', 60 '../extensions/browser/file_reader.h',
61 '../extensions/browser/manifest_highlighter.cc',
62 '../extensions/browser/manifest_highlighter.h',
61 '../extensions/browser/pref_names.cc', 63 '../extensions/browser/pref_names.cc',
62 '../extensions/browser/pref_names.h', 64 '../extensions/browser/pref_names.h',
63 '../extensions/browser/view_type_utils.cc', 65 '../extensions/browser/view_type_utils.cc',
64 '../extensions/browser/view_type_utils.h', 66 '../extensions/browser/view_type_utils.h',
65 'browser/apps/shortcut_manager.cc', 67 'browser/apps/shortcut_manager.cc',
66 'browser/apps/shortcut_manager.h', 68 'browser/apps/shortcut_manager.h',
67 'browser/apps/shortcut_manager_factory.cc', 69 'browser/apps/shortcut_manager_factory.cc',
68 'browser/apps/shortcut_manager_factory.h', 70 'browser/apps/shortcut_manager_factory.h',
69 'browser/extensions/active_tab_permission_granter.cc', 71 'browser/extensions/active_tab_permission_granter.cc',
70 'browser/extensions/active_tab_permission_granter.h', 72 'browser/extensions/active_tab_permission_granter.h',
(...skipping 968 matching lines...) Expand 10 before | Expand all | Expand 10 after
1039 'variables': { 1041 'variables': {
1040 'proto_in_dir': 'browser/chromeos/contacts', 1042 'proto_in_dir': 'browser/chromeos/contacts',
1041 'proto_out_dir': 'chrome/browser/chromeos/contacts', 1043 'proto_out_dir': 'chrome/browser/chromeos/contacts',
1042 }, 1044 },
1043 'includes': [ '../build/protoc.gypi' ] 1045 'includes': [ '../build/protoc.gypi' ]
1044 }, 1046 },
1045 ], 1047 ],
1046 },], # 'chromeos=1' 1048 },], # 'chromeos=1'
1047 ], # 'conditions' 1049 ], # 'conditions'
1048 } 1050 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/extensions/extensions_ui.cc ('k') | chrome/chrome_browser_ui.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698