 Chromium Code Reviews
 Chromium Code Reviews Issue 1212513002:
  sdk files reorganization to make dart2js a proper package  (Closed) 
  Base URL: git@github.com:dart-lang/sdk.git@master
    
  
    Issue 1212513002:
  sdk files reorganization to make dart2js a proper package  (Closed) 
  Base URL: git@github.com:dart-lang/sdk.git@master| Index: pkg/compiler/lib/src/library_loader.dart | 
| diff --git a/pkg/compiler/lib/src/library_loader.dart b/pkg/compiler/lib/src/library_loader.dart | 
| index a566d3f27d33b24bb5cb2e9152311f66648137da..1c456eebf54aae8a52a7b50efd58e5db3bc4bdd9 100644 | 
| --- a/pkg/compiler/lib/src/library_loader.dart | 
| +++ b/pkg/compiler/lib/src/library_loader.dart | 
| @@ -102,9 +102,9 @@ import 'util/util.dart' show | 
| * 'dart:core' and 'dart:_js_helper' are not readable themselves but are instead | 
| * resolved into a readable URI using the library root URI provided from the | 
| * command line and the list of platform libraries found in | 
| - * 'sdk/lib/_internal/libraries.dart'. This is done through the | 
| - * [Compiler.translateResolvedUri] method which checks whether a library by that | 
| - * name exists and in case of internal libraries whether access is granted. | 
| + * 'sdk/lib/_internal/sdk_library_metadata/lib/libraries.dart'. This is done through | 
| 
floitsch
2015/06/29 09:08:23
long line.
 
Siggi Cherem (dart-lang)
2015/06/29 16:19:12
thx, oops, it got even longer after the second tim
 | 
| + * the [Compiler.translateResolvedUri] method which checks whether a library by | 
| + * that name exists and in case of internal libraries whether access is granted. | 
| * | 
| * ## Resource URI ## | 
| * |