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

Side by Side Diff: extensions/extensions.gyp

Issue 229813002: Move extensions manifest IconsHandler to //extensions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: skia include (icons-handler) 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
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 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
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', 115 'common/manifest_handler_helpers.cc',
116 'common/manifest_handler_helpers.h', 116 'common/manifest_handler_helpers.h',
117 'common/manifest_handlers/background_info.cc', 117 'common/manifest_handlers/background_info.cc',
118 'common/manifest_handlers/background_info.h', 118 'common/manifest_handlers/background_info.h',
119 'common/manifest_handlers/csp_info.cc', 119 'common/manifest_handlers/csp_info.cc',
120 'common/manifest_handlers/csp_info.h', 120 'common/manifest_handlers/csp_info.h',
121 'common/manifest_handlers/icons_handler.cc',
122 'common/manifest_handlers/icons_handler.h',
121 'common/manifest_handlers/incognito_info.cc', 123 'common/manifest_handlers/incognito_info.cc',
122 'common/manifest_handlers/incognito_info.h', 124 'common/manifest_handlers/incognito_info.h',
123 'common/manifest_handlers/kiosk_mode_info.cc', 125 'common/manifest_handlers/kiosk_mode_info.cc',
124 'common/manifest_handlers/kiosk_mode_info.h', 126 'common/manifest_handlers/kiosk_mode_info.h',
125 'common/manifest_handlers/offline_enabled_info.cc', 127 'common/manifest_handlers/offline_enabled_info.cc',
126 'common/manifest_handlers/offline_enabled_info.h', 128 'common/manifest_handlers/offline_enabled_info.h',
127 'common/manifest_handlers/requirements_info.cc', 129 'common/manifest_handlers/requirements_info.cc',
128 'common/manifest_handlers/requirements_info.h', 130 'common/manifest_handlers/requirements_info.h',
129 'common/manifest_handlers/sandboxed_page_info.cc', 131 'common/manifest_handlers/sandboxed_page_info.cc',
130 'common/manifest_handlers/sandboxed_page_info.h', 132 'common/manifest_handlers/sandboxed_page_info.h',
(...skipping 336 matching lines...) Expand 10 before | Expand all | Expand 10 after
467 'common/one_shot_event_unittest.cc', 469 'common/one_shot_event_unittest.cc',
468 'common/permissions/api_permission_set_unittest.cc', 470 'common/permissions/api_permission_set_unittest.cc',
469 'common/permissions/manifest_permission_set_unittest.cc', 471 'common/permissions/manifest_permission_set_unittest.cc',
470 'common/url_pattern_set_unittest.cc', 472 'common/url_pattern_set_unittest.cc',
471 'common/url_pattern_unittest.cc', 473 'common/url_pattern_unittest.cc',
472 'common/user_script_unittest.cc', 474 'common/user_script_unittest.cc',
473 ], 475 ],
474 }, 476 },
475 ] 477 ]
476 } 478 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698