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

Side by Side Diff: chrome/chrome_common.gypi

Issue 11821009: move 'web_accessible_resources' parsing out of Extension class. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@url_parse
Patch Set: patch rebased Created 7 years, 11 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/chrome_browser_extensions.gypi ('k') | chrome/chrome_tests_unit.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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 223 matching lines...) Expand 10 before | Expand all | Expand 10 after
234 'common/extensions/request_media_access_permission_helper.cc', 234 'common/extensions/request_media_access_permission_helper.cc',
235 'common/extensions/request_media_access_permission_helper.h', 235 'common/extensions/request_media_access_permission_helper.h',
236 'common/extensions/unpacker.cc', 236 'common/extensions/unpacker.cc',
237 'common/extensions/unpacker.h', 237 'common/extensions/unpacker.h',
238 'common/extensions/update_manifest.cc', 238 'common/extensions/update_manifest.cc',
239 'common/extensions/update_manifest.h', 239 'common/extensions/update_manifest.h',
240 'common/extensions/user_script.cc', 240 'common/extensions/user_script.cc',
241 'common/extensions/user_script.h', 241 'common/extensions/user_script.h',
242 'common/extensions/value_counter.cc', 242 'common/extensions/value_counter.cc',
243 'common/extensions/value_counter.h', 243 'common/extensions/value_counter.h',
244 'common/extensions/web_accessible_resources_handler.cc',
245 'common/extensions/web_accessible_resources_handler.h',
244 'common/extensions/web_intents_handler.cc', 246 'common/extensions/web_intents_handler.cc',
245 'common/extensions/web_intents_handler.h', 247 'common/extensions/web_intents_handler.h',
246 'common/external_ipc_fuzzer.h', 248 'common/external_ipc_fuzzer.h',
247 'common/external_ipc_fuzzer.cc', 249 'common/external_ipc_fuzzer.cc',
248 'common/form_data.cc', 250 'common/form_data.cc',
249 'common/form_data.h', 251 'common/form_data.h',
250 'common/form_data_predictions.cc', 252 'common/form_data_predictions.cc',
251 'common/form_data_predictions.h', 253 'common/form_data_predictions.h',
252 'common/form_field_data.cc', 254 'common/form_field_data.cc',
253 'common/form_field_data.h', 255 'common/form_field_data.h',
(...skipping 388 matching lines...) Expand 10 before | Expand all | Expand 10 after
642 'common/metrics/proto/user_action_event.proto', 644 'common/metrics/proto/user_action_event.proto',
643 ], 645 ],
644 'variables': { 646 'variables': {
645 'proto_in_dir': 'common/metrics/proto', 647 'proto_in_dir': 'common/metrics/proto',
646 'proto_out_dir': 'chrome/common/metrics/proto', 648 'proto_out_dir': 'chrome/common/metrics/proto',
647 }, 649 },
648 'includes': [ '../build/protoc.gypi' ], 650 'includes': [ '../build/protoc.gypi' ],
649 }, 651 },
650 ], 652 ],
651 } 653 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_extensions.gypi ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698