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

Side by Side Diff: editor/tools/features/com.google.dart.tools.deploy.feature_releng/build_rcp.xml

Issue 9374030: Move json to lib/json/{json.dart, json_frog.dart} (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: '' Created 8 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « compiler/scripts/generate_my_projects.py ('k') | frog/leg/scanner/source_list.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!-- 1 <!--
2 This build script will build the Dart RCP and Dart update site. 2 This build script will build the Dart RCP and Dart update site.
3 3
4 This script will setup the PDE build structure and then call into the PDE 4 This script will setup the PDE build structure and then call into the PDE
5 build system. The PDE build system has to run under Eclipse. 5 build system. The PDE build system has to run under Eclipse.
6 --> 6 -->
7 <project name="build_dart" default="build_rcp"> 7 <project name="build_dart" default="build_rcp">
8 8
9 <import file="build-common.xml" /> 9 <import file="build-common.xml" />
10 10
(...skipping 226 matching lines...) Expand 10 before | Expand all | Expand 10 after
237 <copyDartLib name="coreimpl" dir="${build.tmp}/lib/core-dartc" libfile=" corelib_impl.dart"/> 237 <copyDartLib name="coreimpl" dir="${build.tmp}/lib/core-dartc" libfile=" corelib_impl.dart"/>
238 238
239 <!-- dart:dom --> 239 <!-- dart:dom -->
240 <copyDartLib name="dom" dir="${build.source.root}/client/dom"/> 240 <copyDartLib name="dom" dir="${build.source.root}/client/dom"/>
241 241
242 <!-- dart:html --> 242 <!-- dart:html -->
243 <copyDartLib name="html" dir="${build.source.root}/client/html"/> 243 <copyDartLib name="html" dir="${build.source.root}/client/html"/>
244 <copyDartLib name="htmlimpl" dir="${build.source.root}/client/html"/> 244 <copyDartLib name="htmlimpl" dir="${build.source.root}/client/html"/>
245 245
246 <!-- dart:json --> 246 <!-- dart:json -->
247 <copyDartLib name="json" dir="${build.source.root}/client/json"/> 247 <copyDartLib name="json" dir="${build.source.root}/lib/json"/>
248 248
249 <!-- dart:builtin --> 249 <!-- dart:builtin -->
250 <copy todir="${libraries.out.dir}/builtin"> 250 <copy todir="${libraries.out.dir}/builtin">
251 <fileset dir="${build.source.root}/runtime/bin" includes="builtin.da rt"/> 251 <fileset dir="${build.source.root}/runtime/bin" includes="builtin.da rt"/>
252 </copy> 252 </copy>
253 253
254 <!-- dart:nativewrappers --> 254 <!-- dart:nativewrappers -->
255 <mkdir dir="${libraries.out.dir}/nativewrappers"/> 255 <mkdir dir="${libraries.out.dir}/nativewrappers"/>
256 <echo file="${libraries.out.dir}/nativewrappers/nativewrappers.dart"> 256 <echo file="${libraries.out.dir}/nativewrappers/nativewrappers.dart">
257 #library("nativewrappers"); 257 #library("nativewrappers");
(...skipping 369 matching lines...) Expand 10 before | Expand all | Expand 10 after
627 </copy> 627 </copy>
628 </target> 628 </target>
629 629
630 <!-- - - - - - - - - - - - - - - - - - 630 <!-- - - - - - - - - - - - - - - - - -
631 target: doDeploy_rcp 631 target: doDeploy_rcp
632 - - - - - - - - - - - - - - - - - --> 632 - - - - - - - - - - - - - - - - - -->
633 <target name="doDeploy_rcp" depends="init, setupBuild, doBuild_rcp, package_ rcp"> 633 <target name="doDeploy_rcp" depends="init, setupBuild, doBuild_rcp, package_ rcp">
634 </target> 634 </target>
635 635
636 </project> 636 </project>
OLDNEW
« no previous file with comments | « compiler/scripts/generate_my_projects.py ('k') | frog/leg/scanner/source_list.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698