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

Side by Side Diff: runtime/bin/bin.gypi

Issue 1071713003: - Remove JSCRE from the runtime. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 5 years, 8 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | runtime/dart-runtime.gyp » ('j') | runtime/vm/object.h » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2012, 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 'variables': { 6 'variables': {
7 'gen_source_dir': '<(SHARED_INTERMEDIATE_DIR)', 7 'gen_source_dir': '<(SHARED_INTERMEDIATE_DIR)',
8 8
9 'io_cc_file': '<(gen_source_dir)/io_gen.cc', 9 'io_cc_file': '<(gen_source_dir)/io_gen.cc',
10 'io_patch_cc_file': '<(gen_source_dir)/io_patch_gen.cc', 10 'io_patch_cc_file': '<(gen_source_dir)/io_patch_gen.cc',
(...skipping 335 matching lines...) Expand 10 before | Expand all | Expand 10 after
346 }, 346 },
347 }, 347 },
348 }, 348 },
349 { 349 {
350 'target_name': 'libdart_withcore', 350 'target_name': 'libdart_withcore',
351 'type': 'static_library', 351 'type': 'static_library',
352 'toolsets':['target','host'], 352 'toolsets':['target','host'],
353 'dependencies': [ 353 'dependencies': [
354 'libdart_lib_withcore', 354 'libdart_lib_withcore',
355 'libdart_vm', 355 'libdart_vm',
356 'libjscre',
357 'libdouble_conversion', 356 'libdouble_conversion',
358 'generate_version_cc_file#host', 357 'generate_version_cc_file#host',
359 ], 358 ],
360 'include_dirs': [ 359 'include_dirs': [
361 '..', 360 '..',
362 ], 361 ],
363 'sources': [ 362 'sources': [
364 '../include/dart_api.h', 363 '../include/dart_api.h',
365 '../include/dart_debugger_api.h', 364 '../include/dart_debugger_api.h',
366 '../include/dart_mirrors_api.h', 365 '../include/dart_mirrors_api.h',
(...skipping 441 matching lines...) Expand 10 before | Expand all | Expand 10 after
808 }], 807 }],
809 ['OS=="linux"', { 808 ['OS=="linux"', {
810 'cflags': [ 809 'cflags': [
811 '-fPIC', 810 '-fPIC',
812 ], 811 ],
813 }], 812 }],
814 ], 813 ],
815 }, 814 },
816 ], 815 ],
817 } 816 }
OLDNEW
« no previous file with comments | « no previous file | runtime/dart-runtime.gyp » ('j') | runtime/vm/object.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698