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

Unified Diff: chrome/common/extensions/api/schemas.gypi

Issue 510893003: Remove ledger code from Chrome (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 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 side-by-side diff with in-line comments
Download patch
Index: chrome/common/extensions/api/schemas.gypi
diff --git a/chrome/common/extensions/api/schemas.gypi b/chrome/common/extensions/api/schemas.gypi
index 41134e99eac8c7c648635ba086646dd2aa5b10ea..b7b9d17d9d330ed7d56e2eae27da574013cfbe45 100644
--- a/chrome/common/extensions/api/schemas.gypi
+++ b/chrome/common/extensions/api/schemas.gypi
@@ -142,9 +142,6 @@
'wallpaper_private.json',
'webcam_private.idl',
],
- 'chromeos_branded_schema_files': [
- 'ledger/ledger.idl',
- ],
'webrtc_schema_files': [
'cast_streaming_rtp_stream.idl',
@@ -181,11 +178,6 @@
'<@(webrtc_schema_files)',
],
}],
- ['branding=="Chrome" and chromeos==1', {
- 'schema_files': [
- '<@(chromeos_branded_schema_files)',
- ],
- }],
],
'cc_dir': 'chrome/common/extensions/api',
'root_namespace': 'extensions::api::%(namespace)s',
« no previous file with comments | « chrome/common/extensions/api/schemas.gni ('k') | chrome/common/extensions/permissions/chrome_api_permissions.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698