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

Side by Side Diff: runtime/dart-runtime.gyp

Issue 1560663002: Drop precompiler-related code from dart_precompiled binary. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: addressed comment Created 4 years, 11 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 | runtime/vm/dart_api_impl.cc » ('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) 2011, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2011, 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 'includes': [ 6 'includes': [
7 'tools/gyp/runtime-configurations.gypi', 7 'tools/gyp/runtime-configurations.gypi',
8 'vm/vm.gypi', 8 'vm/vm.gypi',
9 'observatory/observatory.gypi', 9 'observatory/observatory.gypi',
10 'bin/bin.gypi', 10 'bin/bin.gypi',
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 'vm/dart_api_impl.cc', 74 'vm/dart_api_impl.cc',
75 'vm/debugger_api_impl.cc', 75 'vm/debugger_api_impl.cc',
76 'vm/mirrors_api_impl.cc', 76 'vm/mirrors_api_impl.cc',
77 'vm/native_api_impl.cc', 77 'vm/native_api_impl.cc',
78 'vm/version.h', 78 'vm/version.h',
79 '<(version_cc_file)', 79 '<(version_cc_file)',
80 ], 80 ],
81 'defines': [ 81 'defines': [
82 # The only effect of DART_SHARED_LIB is to export the Dart API entries. 82 # The only effect of DART_SHARED_LIB is to export the Dart API entries.
83 'DART_SHARED_LIB', 83 'DART_SHARED_LIB',
84 'DART_PRECOMPILED',
84 ], 85 ],
85 'direct_dependent_settings': { 86 'direct_dependent_settings': {
86 'include_dirs': [ 87 'include_dirs': [
87 'include', 88 'include',
88 ], 89 ],
89 }, 90 },
90 }, 91 },
91 { 92 {
92 'target_name': 'generate_version_cc_file', 93 'target_name': 'generate_version_cc_file',
93 'type': 'none', 94 'type': 'none',
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
189 }], 190 }],
190 ['OS=="linux"', { 191 ['OS=="linux"', {
191 'cflags': [ 192 'cflags': [
192 '-fPIC', 193 '-fPIC',
193 ], 194 ],
194 }], 195 }],
195 ], 196 ],
196 }, 197 },
197 ], 198 ],
198 } 199 }
OLDNEW
« no previous file with comments | « no previous file | runtime/vm/dart_api_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698