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

Side by Side Diff: chrome/chrome_common.gypi

Issue 22793018: <webview>: Implement support for package-local chrome-extension:// URLs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added a test to verify that a privileged partition can access a local resource Created 7 years, 3 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
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 326 matching lines...) Expand 10 before | Expand all | Expand 10 after
337 'common/extensions/permissions/usb_device_permission_data.cc', 337 'common/extensions/permissions/usb_device_permission_data.cc',
338 'common/extensions/permissions/usb_device_permission_data.h', 338 'common/extensions/permissions/usb_device_permission_data.h',
339 'common/extensions/sync_helper.cc', 339 'common/extensions/sync_helper.cc',
340 'common/extensions/sync_helper.h', 340 'common/extensions/sync_helper.h',
341 'common/extensions/update_manifest.cc', 341 'common/extensions/update_manifest.cc',
342 'common/extensions/update_manifest.h', 342 'common/extensions/update_manifest.h',
343 'common/extensions/value_counter.cc', 343 'common/extensions/value_counter.cc',
344 'common/extensions/value_counter.h', 344 'common/extensions/value_counter.h',
345 'common/extensions/web_accessible_resources_handler.cc', 345 'common/extensions/web_accessible_resources_handler.cc',
346 'common/extensions/web_accessible_resources_handler.h', 346 'common/extensions/web_accessible_resources_handler.h',
347 'common/extensions/webview_accessible_resources_handler.cc',
348 'common/extensions/webview_accessible_resources_handler.h',
347 'common/external_ipc_fuzzer.cc', 349 'common/external_ipc_fuzzer.cc',
348 'common/external_ipc_fuzzer.h', 350 'common/external_ipc_fuzzer.h',
349 'common/favicon/favicon_types.cc', 351 'common/favicon/favicon_types.cc',
350 'common/favicon/favicon_types.h', 352 'common/favicon/favicon_types.h',
351 'common/favicon/favicon_url_parser.cc', 353 'common/favicon/favicon_url_parser.cc',
352 'common/favicon/favicon_url_parser.h', 354 'common/favicon/favicon_url_parser.h',
353 'common/icon_with_badge_image_source.cc', 355 'common/icon_with_badge_image_source.cc',
354 'common/icon_with_badge_image_source.h', 356 'common/icon_with_badge_image_source.h',
355 'common/importer/firefox_importer_utils.cc', 357 'common/importer/firefox_importer_utils.cc',
356 'common/importer/firefox_importer_utils.h', 358 'common/importer/firefox_importer_utils.h',
(...skipping 506 matching lines...) Expand 10 before | Expand all | Expand 10 after
863 'common/metrics/proto/user_action_event.proto', 865 'common/metrics/proto/user_action_event.proto',
864 ], 866 ],
865 'variables': { 867 'variables': {
866 'proto_in_dir': 'common/metrics/proto', 868 'proto_in_dir': 'common/metrics/proto',
867 'proto_out_dir': 'chrome/common/metrics/proto', 869 'proto_out_dir': 'chrome/common/metrics/proto',
868 }, 870 },
869 'includes': [ '../build/protoc.gypi' ], 871 'includes': [ '../build/protoc.gypi' ],
870 }, 872 },
871 ], 873 ],
872 } 874 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698