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

Unified Diff: dart/pkg/webdriver/webdriver.dart

Issue 11233061: Revert "Parts must start with 'part of'" and "Attempt to fix VM build" (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 2 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
« no previous file with comments | « dart/pkg/webdriver/test/webdrivertest.dart ('k') | dart/samples/dartcombat/dartcombat.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/pkg/webdriver/webdriver.dart
diff --git a/dart/pkg/webdriver/webdriver.dart b/dart/pkg/webdriver/webdriver.dart
index 856785bc68109a1fda2e513b2c25e718489cae5f..64785fbbc64f2cf986e142220fb68280a4a611d6 100644
--- a/dart/pkg/webdriver/webdriver.dart
+++ b/dart/pkg/webdriver/webdriver.dart
@@ -1,9 +1,9 @@
-library webdriver;
-import 'dart:json';
-import 'dart:uri';
-import 'dart:io';
-import 'dart:math';
-part 'base64decoder.dart';
+#library('webdriver');
+#import('dart:json');
+#import('dart:uri');
+#import('dart:io');
+#import('dart:math');
+#source('base64decoder.dart');
/**
* WebDriver bindings for Dart.
« no previous file with comments | « dart/pkg/webdriver/test/webdrivertest.dart ('k') | dart/samples/dartcombat/dartcombat.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698