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

Side by Side Diff: extensions/extensions.gyp

Issue 228603004: Move manifest_handler_helpers to //extensions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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 | Annotate | Revision Log
« no previous file with comments | « extensions/common/manifest_handler_helpers.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 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 'common/id_util.cc', 105 'common/id_util.cc',
106 'common/id_util.h', 106 'common/id_util.h',
107 'common/install_warning.cc', 107 'common/install_warning.cc',
108 'common/install_warning.h', 108 'common/install_warning.h',
109 'common/manifest.cc', 109 'common/manifest.cc',
110 'common/manifest.h', 110 'common/manifest.h',
111 'common/manifest_constants.cc', 111 'common/manifest_constants.cc',
112 'common/manifest_constants.h', 112 'common/manifest_constants.h',
113 'common/manifest_handler.cc', 113 'common/manifest_handler.cc',
114 'common/manifest_handler.h', 114 'common/manifest_handler.h',
115 'common/manifest_handler_helpers.cc',
116 'common/manifest_handler_helpers.h',
115 'common/manifest_handlers/background_info.cc', 117 'common/manifest_handlers/background_info.cc',
116 'common/manifest_handlers/background_info.h', 118 'common/manifest_handlers/background_info.h',
117 'common/manifest_handlers/csp_info.cc', 119 'common/manifest_handlers/csp_info.cc',
118 'common/manifest_handlers/csp_info.h', 120 'common/manifest_handlers/csp_info.h',
119 'common/manifest_handlers/incognito_info.cc', 121 'common/manifest_handlers/incognito_info.cc',
120 'common/manifest_handlers/incognito_info.h', 122 'common/manifest_handlers/incognito_info.h',
121 'common/manifest_handlers/kiosk_mode_info.cc', 123 'common/manifest_handlers/kiosk_mode_info.cc',
122 'common/manifest_handlers/kiosk_mode_info.h', 124 'common/manifest_handlers/kiosk_mode_info.h',
123 'common/manifest_handlers/offline_enabled_info.cc', 125 'common/manifest_handlers/offline_enabled_info.cc',
124 'common/manifest_handlers/offline_enabled_info.h', 126 'common/manifest_handlers/offline_enabled_info.h',
(...skipping 341 matching lines...) Expand 10 before | Expand all | Expand 10 after
466 'common/one_shot_event_unittest.cc', 468 'common/one_shot_event_unittest.cc',
467 'common/permissions/api_permission_set_unittest.cc', 469 'common/permissions/api_permission_set_unittest.cc',
468 'common/permissions/manifest_permission_set_unittest.cc', 470 'common/permissions/manifest_permission_set_unittest.cc',
469 'common/url_pattern_set_unittest.cc', 471 'common/url_pattern_set_unittest.cc',
470 'common/url_pattern_unittest.cc', 472 'common/url_pattern_unittest.cc',
471 'common/user_script_unittest.cc', 473 'common/user_script_unittest.cc',
472 ], 474 ],
473 }, 475 },
474 ] 476 ]
475 } 477 }
OLDNEW
« no previous file with comments | « extensions/common/manifest_handler_helpers.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698