Side by Side Diff
Use n/p to move between diff chunks; N/P to move between comments.
Keyboard Shortcuts
File
u
:
up to issue
j
/
k
:
jump to file after / before current file
J
/
K
:
jump to next file with a comment after / before current file
Side-by-side diff
i
:
toggle intra-line diffs
e
:
expand all comments
c
:
collapse all comments
s
:
toggle showing all comments
n
/
p
:
next / previous diff chunk or comment
N
/
P
:
next / previous comment
<Up>
/
<Down>
:
next / previous line
Issue
u
:
up to list of issues
j
/
k
:
jump to patch after / before current patch
o
/
<Enter>
:
open current patch in side-by-side view
i
:
open current patch in unified diff view
Issue List
j
/
k
:
jump to issue after / before current issue
o
/
<Enter>
:
open current issue
Chromium Code Reviews
Side by Side Diff: frog/scripts/bootstrap/frogc
Issue
10548047
:
Remove frog from the repository. (Closed)
Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Move test and update apidoc.gyp.
Created 8 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
dart.gyp
frog/.gitignore
frog/README.txt
frog/analyze.dart
frog/analyze_frame.dart
frog/await/awaitc.dart
frog/await/checker.dart
frog/await/nodeset.dart
frog/await/normalizer.dart
frog/await/samples/dartcombat/README
frog/await/samples/dartcombat/dartcombat.css
frog/await/samples/dartcombat/dartcombat.dart
frog/await/samples/dartcombat/dartcombat.html
frog/await/samples/dartcombat/dartcombatlib.dart
frog/await/samples/dartcombat/grids.dart
frog/await/samples/dartcombat/icons.gif
frog/await/samples/dartcombat/player.dart
frog/await/samples/dartcombat/setup.dart
frog/await/samples/dartcombat/state.dart
frog/await/samples/dartcombat/views.dart
frog/await/samples/mintmaker/mintmaker.dart
frog/await/transformation.dart
frog/block_scope.dart
frog/code_writer.dart
frog/codereview.settings
frog/corejs.dart
frog/dart-frog.gyp
frog/element.dart
frog/evaluator.dart
frog/file_system.dart
frog/file_system_dom.dart
frog/file_system_memory.dart
frog/file_system_vm.dart
frog/frog.py
frog/frog_leg.dart
frog/frog_options.dart
frog/frogc.dart
frog/gen.dart
frog/lang.dart
frog/lib/arrays.dart
frog/lib/corelib.dart
frog/lib/corelib_impl.dart
frog/lib/date_implementation.dart
frog/lib/frog_coreimpl_sources.gypi
frog/lib/frog_corelib_sources.gypi
frog/lib/function_implementation.dart
frog/lib/math.dart
frog/lib/natives.dart
frog/lib/num.dart
frog/lib/string_base.dart
frog/lib/string_buffer.dart
frog/lib/string_implementation.dart
frog/library.dart
frog/member.dart
frog/member_set.dart
frog/method_data.dart
frog/minfrogc.dart
frog/parser.dart
frog/presubmit.py
frog/reader.dart
frog/scripts/bootstrap/build_frogpad_js.py
frog/scripts/bootstrap/frog.bat
frog/scripts/bootstrap/frog_bootstrap_wrapper.py
frog/scripts/bootstrap/frog_wrapper.py
frog/scripts/bootstrap/frogc
frog/scripts/bootstrap/frogc.bat
frog/scripts/codegen.py
frog/scripts/corejs_gen.py
frog/scripts/from_inputs_to_outputs.py
frog/scripts/token_info.py
frog/scripts/token_kind_gen.py
frog/scripts/tokenizer_gen.py
frog/scripts/tree_gen.py
frog/server/frog_server.dart
frog/source.dart
frog/tests/await/and_normalization_negative_test.dart
frog/tests/await/and_normalization_test.dart
frog/tests/await/await.status
frog/tests/await/await_no_value_test.dart
frog/tests/await/binary_expression_normalization_test.dart
frog/tests/await/chaining_await_test.dart
frog/tests/await/conditional2_negative_test.dart
frog/tests/await/conditional2_test.dart
frog/tests/await/conditional3_test.dart
frog/tests/await/conditional_negative_test.dart
frog/tests/await/conditional_normalization_negative_test.dart
frog/tests/await/conditional_normalization_test.dart
frog/tests/await/conditional_test.dart
frog/tests/await/dot_expression_normalization_test.dart
frog/tests/await/doubly_nested_function_test.dart
frog/tests/await/initializer_negative_test.dart
frog/tests/await/mint_maker_rpc_test.dart
frog/tests/await/multiple_declarations_normalization_test.dart
frog/tests/await/nested_function2_test.dart
frog/tests/await/nested_function_test.dart
frog/tests/await/nested_try_catch2_test.dart
frog/tests/await/nested_try_catch3_test.dart
frog/tests/await/nested_try_catch4_test.dart
frog/tests/await/nested_try_catch5_test.dart
frog/tests/await/nested_try_catch_test.dart
frog/tests/await/or_normalization_negative_test.dart
frog/tests/await/or_normalization_test.dart
frog/tests/await/single_await2_test.dart
frog/tests/await/single_await_normalization_test.dart
frog/tests/await/single_await_test.dart
frog/tests/await/switch_statement_negative_test.dart
frog/tests/await/top_level_function_test.dart
frog/tests/await/try_catch10_test.dart
frog/tests/await/try_catch2_test.dart
frog/tests/await/try_catch3_test.dart
frog/tests/await/try_catch4_test.dart
frog/tests/await/try_catch5_test.dart
frog/tests/await/try_catch6_test.dart
frog/tests/await/try_catch7_test.dart
frog/tests/await/try_catch8_test.dart
frog/tests/await/try_catch9_test.dart
frog/tests/await/try_catch_negative_test.dart
frog/tests/await/try_catch_test.dart
frog/tests/await/typed_function2_test.dart
frog/tests/await/typed_function3_test.dart
frog/tests/await/typed_function_negative_test.dart
frog/tests/await/typed_function_test.dart
frog/tests/await/while_loop_test.dart
frog/tests/await/while_loop_with_break_test.dart
frog/tests/await/while_normalization_test.dart
frog/tests/bigtest.dart
frog/tests/canvastest.dart
frog/tests/frog/frog.status
frog/tests/frog/frog_server_test.dart
frog/tests/frog/native_class_is_check2_frog_test.dart
frog/tests/frog/native_named_constructors1_frog_test.dart
frog/tests/frog/native_named_constructors1_frog_test.js
frog/tests/frog/native_property_overrides_field1_frog_test.dart
frog/tests/hello.dart
frog/tests/htmltest.dart
frog/tests/leg/unparser_test.dart
frog/tests/parser_test.dart
frog/tests/tests.dart
frog/tests/tokenizer_test.dart
frog/token.dart
frog/token_kind.g.dart
frog/tokenizer.dart
frog/tokenizer.g.dart
frog/tree.dart
frog/tree.g.dart
frog/type.dart
frog/utils.dart
frog/value.dart
frog/var_member.dart
frog/world.dart
lib/dartdoc/frog/reader.dart
tests/compiler/dart2js/unparser_test.dart
tools/create_sdk.py
utils/apidoc/apidoc.gyp
utils/compiler/compiler.gyp
View unified diff
| |
Annotate
|
Revision Log
« no previous file with comments
|
« frog/scripts/bootstrap/frog_wrapper.py
('k') |
frog/scripts/bootstrap/frogc.bat »
('j') |
no next file with comments »
Toggle Intra-line Diffs
('i') |
Expand Comments
('e') |
Collapse Comments
('c') |
Show Comments
Hide Comments
('s')
OLD
NEW
(Empty)
1
#!/bin/sh
2
3
# Run frogc.dart on the Dart VM with its libdir set correctly.
4
5
SCRIPTPATH=`dirname $0`
6
LIBPATH=`dirname $SCRIPTPATH`/lib
7
$SCRIPTPATH/dart $SCRIPTPATH/frogc.dart --libdir=$LIBPATH $@
OLD
NEW
« no previous file with comments
|
« frog/scripts/bootstrap/frog_wrapper.py
('k') |
frog/scripts/bootstrap/frogc.bat »
('j') |
no next file with comments »
Issue 10548047: Remove frog from the repository. (Closed)
Created 8 years, 6 months ago by kasperl
Modified 8 years, 6 months ago
Reviewers: ahe
Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Comments: 4