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

Side by Side Diff: chrome/chrome_common.gypi

Issue 61823004: Move chrome/common/extensions/incognito_handler.h to src/extensions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase 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
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': 'common', 8 'target_name': 'common',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 10 'variables': {
(...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after
196 'common/extensions/features/complex_feature.cc', 196 'common/extensions/features/complex_feature.cc',
197 'common/extensions/features/complex_feature.h', 197 'common/extensions/features/complex_feature.h',
198 'common/extensions/features/feature_channel.cc', 198 'common/extensions/features/feature_channel.cc',
199 'common/extensions/features/feature_channel.h', 199 'common/extensions/features/feature_channel.h',
200 'common/extensions/features/manifest_feature.cc', 200 'common/extensions/features/manifest_feature.cc',
201 'common/extensions/features/manifest_feature.h', 201 'common/extensions/features/manifest_feature.h',
202 'common/extensions/features/permission_feature.cc', 202 'common/extensions/features/permission_feature.cc',
203 'common/extensions/features/permission_feature.h', 203 'common/extensions/features/permission_feature.h',
204 'common/extensions/features/simple_feature.cc', 204 'common/extensions/features/simple_feature.cc',
205 'common/extensions/features/simple_feature.h', 205 'common/extensions/features/simple_feature.h',
206 'common/extensions/incognito_handler.cc',
207 'common/extensions/incognito_handler.h',
208 'common/extensions/manifest_handler_helpers.cc', 206 'common/extensions/manifest_handler_helpers.cc',
209 'common/extensions/manifest_handler_helpers.h', 207 'common/extensions/manifest_handler_helpers.h',
210 'common/extensions/manifest_handlers/app_isolation_info.cc', 208 'common/extensions/manifest_handlers/app_isolation_info.cc',
211 'common/extensions/manifest_handlers/app_isolation_info.h', 209 'common/extensions/manifest_handlers/app_isolation_info.h',
212 'common/extensions/manifest_handlers/app_launch_info.cc', 210 'common/extensions/manifest_handlers/app_launch_info.cc',
213 'common/extensions/manifest_handlers/app_launch_info.h', 211 'common/extensions/manifest_handlers/app_launch_info.h',
214 'common/extensions/manifest_handlers/content_scripts_handler.cc', 212 'common/extensions/manifest_handlers/content_scripts_handler.cc',
215 'common/extensions/manifest_handlers/content_scripts_handler.h', 213 'common/extensions/manifest_handlers/content_scripts_handler.h',
216 'common/extensions/manifest_handlers/externally_connectable.cc', 214 'common/extensions/manifest_handlers/externally_connectable.cc',
217 'common/extensions/manifest_handlers/externally_connectable.h', 215 'common/extensions/manifest_handlers/externally_connectable.h',
(...skipping 559 matching lines...) Expand 10 before | Expand all | Expand 10 after
777 'common/metrics/proto/user_action_event.proto', 775 'common/metrics/proto/user_action_event.proto',
778 ], 776 ],
779 'variables': { 777 'variables': {
780 'proto_in_dir': 'common/metrics/proto', 778 'proto_in_dir': 'common/metrics/proto',
781 'proto_out_dir': 'chrome/common/metrics/proto', 779 'proto_out_dir': 'chrome/common/metrics/proto',
782 }, 780 },
783 'includes': [ '../build/protoc.gypi' ], 781 'includes': [ '../build/protoc.gypi' ],
784 }, 782 },
785 ], 783 ],
786 } 784 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/extensions/extension_settings_handler.cc ('k') | chrome/common/extensions/chrome_manifest_handlers.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698