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

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

Issue 1190103003: Remove dart_debugger_api.h (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 6 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 | « runtime/BUILD.gn ('k') | runtime/bin/bin.gypi » ('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 5
6 declare_args() { 6 declare_args() {
7 dart_io_support = false 7 dart_io_support = false
8 } 8 }
9 9
10 10
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
113 deps = [ 113 deps = [
114 "../vm:libdart_lib_nosnapshot", 114 "../vm:libdart_lib_nosnapshot",
115 "../vm:libdart_vm_nosnapshot", 115 "../vm:libdart_vm_nosnapshot",
116 "../vm:libdart_platform", 116 "../vm:libdart_platform",
117 "../third_party/double-conversion/src:libdouble_conversion", 117 "../third_party/double-conversion/src:libdouble_conversion",
118 "..:generate_version_cc_file", 118 "..:generate_version_cc_file",
119 ] 119 ]
120 120
121 sources = [ 121 sources = [
122 "../include/dart_api.h", 122 "../include/dart_api.h",
123 "../include/dart_debugger_api.h",
124 "../include/dart_mirrors_api.h", 123 "../include/dart_mirrors_api.h",
125 "../include/dart_native_api.h", 124 "../include/dart_native_api.h",
125 "../include/dart_tools_api.h",
126 "../vm/dart_api_impl.cc", 126 "../vm/dart_api_impl.cc",
127 "../vm/debugger_api_impl.cc", 127 "../vm/debugger_api_impl.cc",
128 "../vm/mirrors_api_impl.cc", 128 "../vm/mirrors_api_impl.cc",
129 "../vm/native_api_impl.cc", 129 "../vm/native_api_impl.cc",
130 "$target_gen_dir/../version.cc", 130 "$target_gen_dir/../version.cc",
131 ] 131 ]
132 132
133 include_dirs = [ 133 include_dirs = [
134 "..", 134 "..",
135 ] 135 ]
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
232 "log_macos.cc", 232 "log_macos.cc",
233 "log_win.cc", 233 "log_win.cc",
234 "log.h", 234 "log.h",
235 ] 235 ]
236 236
237 include_dirs = [ 237 include_dirs = [
238 "..", 238 "..",
239 "//third_party" 239 "//third_party"
240 ] 240 ]
241 } 241 }
OLDNEW
« no previous file with comments | « runtime/BUILD.gn ('k') | runtime/bin/bin.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698