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': [ |
not at google - send to devlin
2014/08/27 19:36:25
Where even is this file?
Can we delete all refere
rkc
2014/08/27 19:42:07
ledger/ledger.idl gets pulled in from the internal
not at google - send to devlin
2014/08/27 19:56:55
I'm saying I don't understand why this file is in
|
- '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', |