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

Unified Diff: tools/dom/scripts/chromegenerator.py

Issue 12316032: Added more Chrome.* libraries to dart:chrome (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Removed local hardcoded paths Created 7 years, 10 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: tools/dom/scripts/chromegenerator.py
diff --git a/tools/dom/scripts/chromegenerator.py b/tools/dom/scripts/chromegenerator.py
index af6ef3a5b4d143fdb703b3a17cade665d6e9eb3f..7a1d9997df01e82d1c9a9707f934123cc4f9f212 100755
--- a/tools/dom/scripts/chromegenerator.py
+++ b/tools/dom/scripts/chromegenerator.py
@@ -65,8 +65,22 @@ TEMPLATE_FILE_FORMAT = 'part "$AUXILIARY_DIR/chrome/%s.dart";'
# TODO(sashab): Later, use the ones from API_DIR/api.gyp and
# API_DIR/_permission_features.json (for 'platform_apps').
API_FILES = [
+ "alarms.idl",
"app_window.idl",
"app_runtime.idl",
+ "bluetooth.idl",
+ "context_menus.json",
+ "file_system.idl",
+ "media_galleries.idl",
+ "media_galleries_private.idl",
+ "push_messaging.idl",
+ "serial.idl",
+ "socket.idl",
+ "sync_file_system.idl",
+ "system_indicator.idl",
+ "system_info_display.idl",
+ "usb.idl",
+ # TODO(sashab): Add experimental APIs here, too.
]
if __name__ == "__main__":

Powered by Google App Engine
This is Rietveld 408576698