Skip to content

Commit 0695b1d

Browse files
committed
Remove package root target and support scripts
BUG=#23565 [email protected] Review URL: https://codereview.chromium.org/2346163005 .
1 parent 3bdc62b commit 0695b1d

File tree

15 files changed

+0
-305
lines changed

15 files changed

+0
-305
lines changed

dart.gyp

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
'dart2js',
1414
'dartanalyzer',
1515
'dartdevc',
16-
'packages',
1716
'runtime',
1817
'samples',
1918
],
@@ -29,7 +28,6 @@
2928
'runtime/dart-runtime.gyp:dart_bootstrap#host',
3029
'runtime/dart-runtime.gyp:run_vm_tests',
3130
'runtime/dart-runtime.gyp:process_test',
32-
'packages',
3331
'runtime/dart-runtime.gyp:test_extension',
3432
'runtime/dart-runtime.gyp:sample_extension',
3533
],
@@ -43,7 +41,6 @@
4341
'dependencies': [
4442
'runtime/dart-runtime.gyp:dart_precompiled_runtime',
4543
'runtime/dart-runtime.gyp:dart_bootstrap#host',
46-
'packages',
4744
],
4845
},
4946
{
@@ -58,7 +55,6 @@
5855
'runtime/dart-runtime.gyp:dart_bootstrap#host',
5956
'runtime/dart-runtime.gyp:run_vm_tests',
6057
'runtime/dart-runtime.gyp:process_test',
61-
'packages',
6258
'runtime/dart-runtime.gyp:test_extension',
6359
'runtime/dart-runtime.gyp:sample_extension',
6460
],
@@ -113,7 +109,6 @@
113109
'type': 'none',
114110
'dependencies': [
115111
'create_sdk',
116-
'packages',
117112
],
118113
},
119114
{
@@ -129,12 +124,5 @@
129124
],
130125
]
131126
},
132-
{
133-
'target_name': 'packages',
134-
'type': 'none',
135-
'dependencies': [
136-
'pkg/pkg.gyp:pkg_packages',
137-
],
138-
},
139127
],
140128
}

pkg/BUILD.gn

Lines changed: 0 additions & 35 deletions
This file was deleted.

pkg/pkg.gyp

Lines changed: 0 additions & 45 deletions
This file was deleted.

runtime/bin/BUILD.gn

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,6 @@ if (defined(is_fuchsia) && is_fuchsia) {
467467
"../vm:libdart_platform",
468468
"..:libdart",
469469
":dart_snapshot_cc",
470-
"../../pkg:pkg", # Pull this out to top-level for a real SDK build.
471470
"//third_party/zlib",
472471
]
473472

tools/bots/run_android_tests.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ set -v
1212
set -x
1313
cd src
1414
ninja -C out/Release forwarder2
15-
ninja -C out/Release pkg_packages
16-
cp -R out/Release/packages out/ReleaseARM
1715
export PATH=$PATH:third_party/android_tools/sdk/platform-tools/\
1816
:third_party/android_tools/sdk/tools/
1917

tools/dartium/build.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
'content_shell',
1313
'chrome',
1414
'blink_tests',
15-
'pkg_packages',
1615
]
1716

1817
def main():

tools/list_pkg_directories.py

Lines changed: 0 additions & 39 deletions
This file was deleted.

tools/make_links.py

Lines changed: 0 additions & 161 deletions
This file was deleted.

utils/analysis_server/analysis_server.gyp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
'inputs': [
1818
'<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)dart<(EXECUTABLE_SUFFIX)',
1919
'../../sdk/lib/_internal/sdk_library_metadata/lib/libraries.dart',
20-
'<(SHARED_INTERMEDIATE_DIR)/packages.stamp',
2120
'<(SHARED_INTERMEDIATE_DIR)/pkg_files.stamp',
2221
],
2322
'outputs': [

utils/compiler/compiler.gyp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
'<!@(["python", "../../tools/list_files.py", "\\.dart$", "../../runtime/lib", "../../sdk/lib/_internal/dartdoc"])',
2424
'create_snapshot.dart',
2525
'<(SHARED_INTERMEDIATE_DIR)/dart2js_files.stamp',
26-
'<(SHARED_INTERMEDIATE_DIR)/packages.stamp',
2726
'../../tools/VERSION',
2827
],
2928
'outputs': [

0 commit comments

Comments
 (0)