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

Side by Side Diff: runtime/vm/BUILD.gn

Issue 1415843008: Revert "Remove deprecated dart:profiler library" (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 1 month 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 | « runtime/lib/profiler_sources.gypi ('k') | runtime/vm/bootstrap.h » ('j') | 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 config("libdart_vm_config") { 5 config("libdart_vm_config") {
6 libs = [ 6 libs = [
7 "dl", 7 "dl",
8 ] 8 ]
9 9
10 if (!is_android) { 10 if (!is_android) {
(...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after
186 sources = [ 186 sources = [
187 ["async", "async"], 187 ["async", "async"],
188 ["core", "core"], 188 ["core", "core"],
189 ["collection", "collection"], 189 ["collection", "collection"],
190 ["convert", "convert"], 190 ["convert", "convert"],
191 ["developer", "developer"], 191 ["developer", "developer"],
192 ["_internal", "internal"], 192 ["_internal", "internal"],
193 ["isolate", "isolate"], 193 ["isolate", "isolate"],
194 ["math", "math"], 194 ["math", "math"],
195 ["mirrors", "mirrors"], 195 ["mirrors", "mirrors"],
196 ["profiler", "profiler"],
196 ["typed_data", "typed_data"], 197 ["typed_data", "typed_data"],
197 ["_vmservice", "vmservice"], 198 ["_vmservice", "vmservice"],
198 ] 199 ]
199 } 200 }
OLDNEW
« no previous file with comments | « runtime/lib/profiler_sources.gypi ('k') | runtime/vm/bootstrap.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698