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

Unified Diff: chrome/common/extensions/api/api.gyp

Issue 10272021: Files generated by the JSON schema compiler are named incorrectly (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Minor changes Created 8 years, 7 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/api.gyp
diff --git a/chrome/common/extensions/api/api.gyp b/chrome/common/extensions/api/api.gyp
index 76c69bbab7898e521f9cd910c4be3d71748ef040..ccb6970d739f25a732427e86e65dbc9e42673b31 100644
--- a/chrome/common/extensions/api/api.gyp
+++ b/chrome/common/extensions/api/api.gyp
@@ -18,10 +18,10 @@
'variables': {
'chromium_code': 1,
'json_schema_files': [
- 'browserAction.json',
+ 'browser_action.json',
'declarative.json',
- 'experimental.record.json',
- 'experimental.fontSettings.json',
+ 'experimental_font_settings.json',
+ 'experimental_record.json',
'permissions.json',
'storage.json',
'tabs.json',
@@ -29,12 +29,12 @@
],
'idl_schema_files': [
'alarms.idl',
- 'experimental.bluetooth.idl',
- 'experimental.dns.idl',
- 'experimental.idltest.idl',
- 'experimental.serial.idl',
- 'experimental.socket.idl',
- 'experimental.usb.idl',
+ 'experimental_bluetooth.idl',
+ 'experimental_dns.idl',
+ 'experimental_idltest.idl',
+ 'experimental_serial.idl',
+ 'experimental_socket.idl',
+ 'experimental_usb.idl',
],
'cc_dir': 'chrome/common/extensions/api',
'root_namespace': 'extensions::api',
@@ -42,7 +42,7 @@
'conditions': [
['OS=="android"', {
'idl_schema_files!': [
- 'experimental.usb.idl',
+ 'experimental_usb.idl',
],
}],
],
« no previous file with comments | « chrome/browser/extensions/extension_record_api_test.cc ('k') | chrome/common/extensions/api/browserAction.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698