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

Side by Side Diff: extensions/extensions.gyp

Issue 65123002: Move chrome/common/extensions/background_info.h to src/extensions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase2 background_info Created 7 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 | Annotate | Revision Log
« no previous file with comments | « extensions/common/switches.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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 'common/extension_urls.cc', 46 'common/extension_urls.cc',
47 'common/extension_urls.h', 47 'common/extension_urls.h',
48 'common/extensions_client.cc', 48 'common/extensions_client.cc',
49 'common/extensions_client.h', 49 'common/extensions_client.h',
50 'common/feature_switch.cc', 50 'common/feature_switch.cc',
51 'common/feature_switch.h', 51 'common/feature_switch.h',
52 'common/features/feature.cc', 52 'common/features/feature.cc',
53 'common/features/feature.h', 53 'common/features/feature.h',
54 'common/features/feature_provider.cc', 54 'common/features/feature_provider.cc',
55 'common/features/feature_provider.h', 55 'common/features/feature_provider.h',
56 'common/file_util.cc',
57 'common/file_util.h',
56 'common/id_util.cc', 58 'common/id_util.cc',
57 'common/id_util.h', 59 'common/id_util.h',
58 'common/install_warning.cc', 60 'common/install_warning.cc',
59 'common/install_warning.h', 61 'common/install_warning.h',
60 'common/manifest.cc', 62 'common/manifest.cc',
61 'common/manifest.h', 63 'common/manifest.h',
62 'common/manifest_constants.cc', 64 'common/manifest_constants.cc',
63 'common/manifest_constants.h', 65 'common/manifest_constants.h',
64 'common/manifest_handler.cc', 66 'common/manifest_handler.cc',
65 'common/manifest_handler.h', 67 'common/manifest_handler.h',
68 'common/manifest_handlers/background_info.cc',
69 'common/manifest_handlers/background_info.h',
66 'common/manifest_handlers/incognito_info.cc', 70 'common/manifest_handlers/incognito_info.cc',
67 'common/manifest_handlers/incognito_info.h', 71 'common/manifest_handlers/incognito_info.h',
68 'common/matcher/regex_set_matcher.cc', 72 'common/matcher/regex_set_matcher.cc',
69 'common/matcher/regex_set_matcher.h', 73 'common/matcher/regex_set_matcher.h',
70 'common/matcher/string_pattern.cc', 74 'common/matcher/string_pattern.cc',
71 'common/matcher/string_pattern.h', 75 'common/matcher/string_pattern.h',
72 'common/matcher/substring_set_matcher.cc', 76 'common/matcher/substring_set_matcher.cc',
73 'common/matcher/substring_set_matcher.h', 77 'common/matcher/substring_set_matcher.h',
74 'common/matcher/url_matcher.cc', 78 'common/matcher/url_matcher.cc',
75 'common/matcher/url_matcher.h', 79 'common/matcher/url_matcher.h',
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
151 'browser/pref_names.cc', 155 'browser/pref_names.cc',
152 'browser/pref_names.h', 156 'browser/pref_names.h',
153 'browser/view_type_utils.cc', 157 'browser/view_type_utils.cc',
154 'browser/view_type_utils.h', 158 'browser/view_type_utils.h',
155 ], 159 ],
156 # Disable c4267 warnings until we fix size_t to int truncations. 160 # Disable c4267 warnings until we fix size_t to int truncations.
157 'msvs_disabled_warnings': [ 4267, ], 161 'msvs_disabled_warnings': [ 4267, ],
158 }, 162 },
159 ] 163 ]
160 } 164 }
OLDNEW
« no previous file with comments | « extensions/common/switches.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698