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

Issue 1086713003: Remove everything but markdown from third_party (Closed)

Created:
5 years, 8 months ago by kevmoo
Modified:
5 years, 8 months ago
Reviewers:
ricow1, nweiz
CC:
reviews_dartlang.org
Target Ref:
refs/remotes/git-svn
Visibility:
Public.

Description

Remove everything but markdown from third_party markdown should be moved to gyp ASAP R=nweiz@google.com, ricow@google.com Committed: https://code.google.com/p/dart/source/detail?r=45423

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -9137 lines) Patch
D pkg/third_party/di_tests/di_test.dart View 1 chunk +0 lines, -19 lines 0 comments Download
M third_party/pkg/README View 1 chunk +1 line, -7 lines 0 comments Download
D third_party/pkg/di/.gitignore View 1 chunk +0 lines, -11 lines 0 comments Download
D third_party/pkg/di/.travis.yml View 1 chunk +0 lines, -17 lines 0 comments Download
D third_party/pkg/di/Gruntfile.coffee View 1 chunk +0 lines, -18 lines 0 comments Download
D third_party/pkg/di/LICENSE View 1 chunk +0 lines, -22 lines 0 comments Download
D third_party/pkg/di/README.md View 1 chunk +0 lines, -7 lines 0 comments Download
D third_party/pkg/di/REVISION View 1 chunk +0 lines, -1 line 0 comments Download
D third_party/pkg/di/TODO View 1 chunk +0 lines, -15 lines 0 comments Download
D third_party/pkg/di/benchmark/dynamic_injector_benchmark.dart View 1 chunk +0 lines, -10 lines 0 comments Download
D third_party/pkg/di/benchmark/injector_benchmark_common.dart View 1 chunk +0 lines, -66 lines 0 comments Download
D third_party/pkg/di/benchmark/module_benchmark.dart View 1 chunk +0 lines, -23 lines 0 comments Download
D third_party/pkg/di/benchmark/static_injector_benchmark.dart View 1 chunk +0 lines, -17 lines 0 comments Download
D third_party/pkg/di/bin/generator.dart View 1 chunk +0 lines, -5 lines 0 comments Download
D third_party/pkg/di/lib/annotations.dart View 1 chunk +0 lines, -11 lines 0 comments Download
D third_party/pkg/di/lib/di.dart View 1 chunk +0 lines, -6 lines 0 comments Download
D third_party/pkg/di/lib/dynamic_injector.dart View 1 chunk +0 lines, -79 lines 0 comments Download
D third_party/pkg/di/lib/errors.dart View 1 chunk +0 lines, -9 lines 0 comments Download
D third_party/pkg/di/lib/generator.dart View 1 chunk +0 lines, -475 lines 0 comments Download
D third_party/pkg/di/lib/injector.dart View 1 chunk +0 lines, -219 lines 0 comments Download
D third_party/pkg/di/lib/mirrors.dart View 1 chunk +0 lines, -8 lines 0 comments Download
D third_party/pkg/di/lib/module.dart View 1 chunk +0 lines, -176 lines 0 comments Download
D third_party/pkg/di/lib/reflected_type.dart View 1 chunk +0 lines, -14 lines 0 comments Download
D third_party/pkg/di/lib/static_injector.dart View 1 chunk +0 lines, -58 lines 0 comments Download
D third_party/pkg/di/package.json View 1 chunk +0 lines, -23 lines 0 comments Download
D third_party/pkg/di/pubspec.yaml View 1 chunk +0 lines, -15 lines 0 comments Download
D third_party/pkg/di/run-benchmarks.sh View 1 chunk +0 lines, -18 lines 0 comments Download
D third_party/pkg/di/run-tests.sh View 1 chunk +0 lines, -17 lines 0 comments Download
D third_party/pkg/di/scripts/env.sh View 1 chunk +0 lines, -23 lines 0 comments Download
D third_party/pkg/di/scripts/travis/benchmark.sh View 1 chunk +0 lines, -5 lines 0 comments Download
D third_party/pkg/di/scripts/travis/build.sh View 1 chunk +0 lines, -5 lines 0 comments Download
D third_party/pkg/di/scripts/travis/setup.sh View 1 chunk +0 lines, -27 lines 0 comments Download
D third_party/pkg/di/test/assets/gen_test1/a.dart View 1 chunk +0 lines, -12 lines 0 comments Download
D third_party/pkg/di/test/assets/gen_test1/a2.dart View 1 chunk +0 lines, -11 lines 0 comments Download
D third_party/pkg/di/test/assets/gen_test1/annotations.dart View 1 chunk +0 lines, -5 lines 0 comments Download
D third_party/pkg/di/test/assets/gen_test1/b.dart View 1 chunk +0 lines, -12 lines 0 comments Download
D third_party/pkg/di/test/assets/gen_test1/b2.dart View 1 chunk +0 lines, -11 lines 0 comments Download
D third_party/pkg/di/test/assets/gen_test1/common1.dart View 1 chunk +0 lines, -10 lines 0 comments Download
D third_party/pkg/di/test/assets/gen_test1/common2.dart View 1 chunk +0 lines, -10 lines 0 comments Download
D third_party/pkg/di/test/assets/gen_test1/main.dart View 1 chunk +0 lines, -35 lines 0 comments Download
D third_party/pkg/di/test/fixed-unittest.dart View 1 chunk +0 lines, -110 lines 0 comments Download
D third_party/pkg/di/test/generator_test.dart View 1 chunk +0 lines, -44 lines 0 comments Download
D third_party/pkg/di/test/main.dart View 1 chunk +0 lines, -692 lines 0 comments Download
D third_party/pkg/di/test/type_factories_gen.dart View 1 chunk +0 lines, -23 lines 0 comments Download
D third_party/pkg/di/test_tf_gen.sh View 1 chunk +0 lines, -12 lines 0 comments Download
D third_party/pkg/generate_angular_tests.sh View 1 chunk +0 lines, -127 lines 0 comments Download
D third_party/pkg/js/.gitignore View 1 chunk +0 lines, -5 lines 0 comments Download
D third_party/pkg/js/AUTHORS View 1 chunk +0 lines, -8 lines 0 comments Download
D third_party/pkg/js/LICENSE View 1 chunk +0 lines, -24 lines 0 comments Download
D third_party/pkg/js/PATENTS View 1 chunk +0 lines, -23 lines 0 comments Download
D third_party/pkg/js/README.md View 1 chunk +0 lines, -86 lines 0 comments Download
D third_party/pkg/js/REVISION View 1 chunk +0 lines, -1 line 0 comments Download
D third_party/pkg/js/codereview.settings View 1 chunk +0 lines, -3 lines 0 comments Download
D third_party/pkg/js/example/google-chart/bubblechart.dart View 1 chunk +0 lines, -53 lines 0 comments Download
D third_party/pkg/js/example/google-chart/bubblechart.html View 1 chunk +0 lines, -31 lines 0 comments Download
D third_party/pkg/js/example/google-maps/directions.css View 1 chunk +0 lines, -30 lines 0 comments Download
D third_party/pkg/js/example/google-maps/directions.dart View 1 chunk +0 lines, -73 lines 0 comments Download
D third_party/pkg/js/example/google-maps/directions.html View 1 chunk +0 lines, -46 lines 0 comments Download
D third_party/pkg/js/example/google-maps/marker_simple.dart View 1 chunk +0 lines, -102 lines 0 comments Download
D third_party/pkg/js/example/google-maps/marker_simple.html View 1 chunk +0 lines, -21 lines 0 comments Download
D third_party/pkg/js/example/jsonp/jsonp.dart View 1 chunk +0 lines, -48 lines 0 comments Download
D third_party/pkg/js/example/jsonp/jsonp.html View 1 chunk +0 lines, -22 lines 0 comments Download
D third_party/pkg/js/gh-pages-template/dart_32_32.gif View Binary file 0 comments Download
D third_party/pkg/js/gh-pages-template/example/dart_32_32.gif View Binary file 0 comments Download
D third_party/pkg/js/gh-pages-template/example/index.html View 1 chunk +0 lines, -101 lines 0 comments Download
D third_party/pkg/js/gh-pages-template/index.html View 1 chunk +0 lines, -14 lines 0 comments Download
D third_party/pkg/js/lib/js.dart View 1 chunk +0 lines, -327 lines 0 comments Download
D third_party/pkg/js/lib/js_wrapping.dart View 1 chunk +0 lines, -17 lines 0 comments Download
D third_party/pkg/js/lib/src/wrapping/js/array_to_list_adapter.dart View 1 chunk +0 lines, -558 lines 0 comments Download
D third_party/pkg/js/lib/src/wrapping/js/date_to_datetime_adapter.dart View 1 chunk +0 lines, -58 lines 0 comments Download
D third_party/pkg/js/lib/src/wrapping/js/object_to_map_adapter.dart View 1 chunk +0 lines, -55 lines 0 comments Download
D third_party/pkg/js/lib/src/wrapping/magic_proxy.dart View 1 chunk +0 lines, -20 lines 0 comments Download
D third_party/pkg/js/lib/src/wrapping/translator.dart View 1 chunk +0 lines, -29 lines 0 comments Download
D third_party/pkg/js/lib/src/wrapping/typed_proxy.dart View 1 chunk +0 lines, -18 lines 0 comments Download
D third_party/pkg/js/lib/src/wrapping/util.dart View 1 chunk +0 lines, -9 lines 0 comments Download
D third_party/pkg/js/pubspec.yaml View 1 chunk +0 lines, -14 lines 0 comments Download
D third_party/pkg/js/test/js/browser_tests.dart View 1 chunk +0 lines, -410 lines 0 comments Download
D third_party/pkg/js/test/js/browser_tests.html View 1 chunk +0 lines, -29 lines 0 comments Download
D third_party/pkg/js/test/js/browser_tests_bootstrap.js View 1 chunk +0 lines, -99 lines 0 comments Download
D third_party/pkg/js/test/js_wrapping/browser_tests.dart View 1 chunk +0 lines, -344 lines 0 comments Download
D third_party/pkg/js/test/js_wrapping/browser_tests.html View 1 chunk +0 lines, -33 lines 0 comments Download
D third_party/pkg/js/update-ghpages.dart View 1 chunk +0 lines, -14 lines 0 comments Download
D third_party/pkg/perf_api/.gitignore View 1 chunk +0 lines, -2 lines 0 comments Download
D third_party/pkg/perf_api/LICENSE View 1 chunk +0 lines, -191 lines 0 comments Download
D third_party/pkg/perf_api/README.md View 1 chunk +0 lines, -4 lines 0 comments Download
D third_party/pkg/perf_api/REVISION View 1 chunk +0 lines, -1 line 0 comments Download
D third_party/pkg/perf_api/lib/console_impl.dart View 1 chunk +0 lines, -60 lines 0 comments Download
D third_party/pkg/perf_api/lib/perf_api.dart View 1 chunk +0 lines, -157 lines 0 comments Download
D third_party/pkg/perf_api/pubspec.yaml View 1 chunk +0 lines, -8 lines 0 comments Download
D third_party/pkg/perf_api/test/perf_api_test.dart View 1 chunk +0 lines, -111 lines 0 comments Download
D third_party/pkg/route_hierarchical/.gitignore View 1 chunk +0 lines, -10 lines 0 comments Download
D third_party/pkg/route_hierarchical/.travis.yml View 1 chunk +0 lines, -27 lines 0 comments Download
D third_party/pkg/route_hierarchical/AUTHORS View 1 chunk +0 lines, -6 lines 0 comments Download
D third_party/pkg/route_hierarchical/LICENSE View 1 chunk +0 lines, -24 lines 0 comments Download
D third_party/pkg/route_hierarchical/PATENTS View 1 chunk +0 lines, -23 lines 0 comments Download
D third_party/pkg/route_hierarchical/README.md View 1 chunk +0 lines, -147 lines 0 comments Download
D third_party/pkg/route_hierarchical/REVISION View 1 chunk +0 lines, -1 line 0 comments Download
D third_party/pkg/route_hierarchical/codereview.settings View 1 chunk +0 lines, -3 lines 0 comments Download
D third_party/pkg/route_hierarchical/example/basic/example.dart View 1 chunk +0 lines, -37 lines 0 comments Download
D third_party/pkg/route_hierarchical/example/basic/example.html View 1 chunk +0 lines, -44 lines 0 comments Download
D third_party/pkg/route_hierarchical/karma.conf.js View 1 chunk +0 lines, -42 lines 0 comments Download
D third_party/pkg/route_hierarchical/lib/client.dart View 1 chunk +0 lines, -757 lines 0 comments Download
D third_party/pkg/route_hierarchical/lib/pattern.dart View 1 chunk +0 lines, -81 lines 0 comments Download
D third_party/pkg/route_hierarchical/lib/route_handle.dart View 1 chunk +0 lines, -123 lines 0 comments Download
D third_party/pkg/route_hierarchical/lib/src/utils.dart View 1 chunk +0 lines, -4 lines 0 comments Download
D third_party/pkg/route_hierarchical/lib/url_matcher.dart View 1 chunk +0 lines, -65 lines 0 comments Download
D third_party/pkg/route_hierarchical/lib/url_pattern.dart View 1 chunk +0 lines, -306 lines 0 comments Download
D third_party/pkg/route_hierarchical/lib/url_template.dart View 1 chunk +0 lines, -93 lines 0 comments Download
D third_party/pkg/route_hierarchical/package.json View 1 chunk +0 lines, -26 lines 0 comments Download
D third_party/pkg/route_hierarchical/pubspec.yaml View 1 chunk +0 lines, -13 lines 0 comments Download
D third_party/pkg/route_hierarchical/test/client_test.dart View 1 chunk +0 lines, -1025 lines 0 comments Download
D third_party/pkg/route_hierarchical/test/client_test.html View 1 chunk +0 lines, -27 lines 0 comments Download
D third_party/pkg/route_hierarchical/test/pattern_test.dart View 1 chunk +0 lines, -25 lines 0 comments Download
D third_party/pkg/route_hierarchical/test/scripts/env.sh View 1 chunk +0 lines, -37 lines 0 comments Download
D third_party/pkg/route_hierarchical/test/scripts/travis-build.sh View 1 chunk +0 lines, -9 lines 0 comments Download
D third_party/pkg/route_hierarchical/test/scripts/travis-setup.sh View 1 chunk +0 lines, -36 lines 0 comments Download
D third_party/pkg/route_hierarchical/test/url_pattern_test.dart View 1 chunk +0 lines, -94 lines 0 comments Download
D third_party/pkg/route_hierarchical/test/url_template_test.dart View 1 chunk +0 lines, -95 lines 0 comments Download
D third_party/pkg/route_hierarchical/test/util/mocks.dart View 1 chunk +0 lines, -36 lines 0 comments Download
D third_party/pkg/update.sh View 1 chunk +0 lines, -30 lines 0 comments Download
D third_party/pkg/update_all.sh View 1 chunk +0 lines, -13 lines 0 comments Download
D third_party/pkg/update_angular.sh View 1 chunk +0 lines, -14 lines 0 comments Download
D third_party/pkg/update_di.sh View 1 chunk +0 lines, -31 lines 0 comments Download
D third_party/pkg/update_js.sh View 1 chunk +0 lines, -11 lines 0 comments Download
D third_party/pkg/update_perf.sh View 1 chunk +0 lines, -11 lines 0 comments Download
D third_party/pkg/update_route_hierarchical.sh View 1 chunk +0 lines, -12 lines 0 comments Download

Messages

Total messages: 6 (1 generated)
kevmoo
None of this has been updated for over a year.
5 years, 8 months ago (2015-04-24 20:39:24 UTC) #2
nweiz
LGTM, assuming none of this is actually in use anywhere.
5 years, 8 months ago (2015-04-24 20:56:11 UTC) #3
kevmoo
On 2015/04/24 20:56:11, nweiz wrote: > LGTM, assuming none of this is actually in use ...
5 years, 8 months ago (2015-04-24 21:00:44 UTC) #4
ricow1
lgtm, it is fine to pull this since all deps are pinned anyway
5 years, 8 months ago (2015-04-25 07:37:38 UTC) #5
kevmoo
5 years, 8 months ago (2015-04-27 14:10:07 UTC) #6
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as 45423 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698