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

Side by Side Diff: utils/dartanalyzer/dartanalyzer.gyp

Issue 1714973003: Use --package-root when call build_sdk_summaries.dart script. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file
2 # for details. All rights reserved. Use of this source code is governed by a 2 # for details. All rights reserved. Use of this source code is governed by a
3 # BSD-style license that can be found in the LICENSE file. 3 # BSD-style license that can be found in the LICENSE file.
4 4
5 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'dartanalyzer', 8 'target_name': 'dartanalyzer',
9 'type': 'none', 9 'type': 'none',
10 'dependencies': [ 10 'dependencies': [
(...skipping 26 matching lines...) Expand all
37 '../../sdk/lib/_internal/sdk_library_metadata/lib/libraries.dart', 37 '../../sdk/lib/_internal/sdk_library_metadata/lib/libraries.dart',
38 '<(SHARED_INTERMEDIATE_DIR)/packages.stamp', 38 '<(SHARED_INTERMEDIATE_DIR)/packages.stamp',
39 '<!@(["python", "../../tools/list_files.py", "\\.dart$", "../../pkg/ analyzer"])', 39 '<!@(["python", "../../tools/list_files.py", "\\.dart$", "../../pkg/ analyzer"])',
40 ], 40 ],
41 'outputs': [ 41 'outputs': [
42 '<(SHARED_INTERMEDIATE_DIR)/spec.sum', 42 '<(SHARED_INTERMEDIATE_DIR)/spec.sum',
43 '<(SHARED_INTERMEDIATE_DIR)/strong.sum', 43 '<(SHARED_INTERMEDIATE_DIR)/strong.sum',
44 ], 44 ],
45 'action': [ 45 'action': [
46 '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)dart<(EXECUTABLE_SUFFIX)', 46 '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)dart<(EXECUTABLE_SUFFIX)',
47 '--package-root=<(PRODUCT_DIR)/packages/',
47 '../../pkg/analyzer/tool/summary/build_sdk_summaries.dart', 48 '../../pkg/analyzer/tool/summary/build_sdk_summaries.dart',
48 '<(SHARED_INTERMEDIATE_DIR)', 49 '<(SHARED_INTERMEDIATE_DIR)',
49 ], 50 ],
50 }, 51 },
51 ], 52 ],
52 }, 53 },
53 ], 54 ],
54 } 55 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698