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

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

Issue 8492007: Implementation of Platform class that exposes information about the machine and the OS. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 9 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | runtime/bin/builtin_in.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 'variables': { 6 'variables': {
7 'builtin_in_cc_file': 'builtin_in.cc', 7 'builtin_in_cc_file': 'builtin_in.cc',
8 'builtin_cc_file': '<(SHARED_INTERMEDIATE_DIR)/builtin_gen.cc', 8 'builtin_cc_file': '<(SHARED_INTERMEDIATE_DIR)/builtin_gen.cc',
9 'snapshot_in_cc_file': 'snapshot_in.cc', 9 'snapshot_in_cc_file': 'snapshot_in.cc',
10 'snapshot_bin_file': '<(SHARED_INTERMEDIATE_DIR)/snapshot_gen.bin', 10 'snapshot_bin_file': '<(SHARED_INTERMEDIATE_DIR)/snapshot_gen.bin',
(...skipping 11 matching lines...) Expand all
22 'sources': [ 22 'sources': [
23 'builtin.dart', 23 'builtin.dart',
24 'directory.dart', 24 'directory.dart',
25 'directory_impl.dart', 25 'directory_impl.dart',
26 'eventhandler.dart', 26 'eventhandler.dart',
27 'file.dart', 27 'file.dart',
28 'file_impl.dart', 28 'file_impl.dart',
29 'input_stream.dart', 29 'input_stream.dart',
30 'output_stream.dart', 30 'output_stream.dart',
31 'string_stream.dart', 31 'string_stream.dart',
32 'platform.dart',
33 'platform_impl.dart',
32 'process.dart', 34 'process.dart',
33 'process_impl.dart', 35 'process_impl.dart',
34 'socket.dart', 36 'socket.dart',
35 'socket_impl.dart', 37 'socket_impl.dart',
36 'socket_stream.dart', 38 'socket_stream.dart',
37 'timer.dart', 39 'timer.dart',
38 'timer_impl.dart', 40 'timer_impl.dart',
39 ], 41 ],
40 'actions': [ 42 'actions': [
41 { 43 {
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 'eventhandler_win.h', 89 'eventhandler_win.h',
88 'file.cc', 90 'file.cc',
89 'file.h', 91 'file.h',
90 'file_linux.cc', 92 'file_linux.cc',
91 'file_macos.cc', 93 'file_macos.cc',
92 'file_win.cc', 94 'file_win.cc',
93 'fdutils.h', 95 'fdutils.h',
94 'fdutils_linux.cc', 96 'fdutils_linux.cc',
95 'fdutils_macos.cc', 97 'fdutils_macos.cc',
96 'globals.h', 98 'globals.h',
99 'platform.cc',
100 'platform.h',
101 'platform_linux.cc',
102 'platform_macos.cc',
103 'platform_win.cc',
97 'process.cc', 104 'process.cc',
98 'process.h', 105 'process.h',
99 'process_linux.cc', 106 'process_linux.cc',
100 'process_macos.cc', 107 'process_macos.cc',
101 'process_win.cc', 108 'process_win.cc',
102 'socket.cc', 109 'socket.cc',
103 'socket.h', 110 'socket.h',
104 'socket_linux.cc', 111 'socket_linux.cc',
105 'socket_macos.cc', 112 'socket_macos.cc',
106 'socket_win.cc', 113 'socket_win.cc',
(...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after
323 'eventhandler_win.h', 330 'eventhandler_win.h',
324 'file.cc', 331 'file.cc',
325 'file.h', 332 'file.h',
326 'file_test.cc', 333 'file_test.cc',
327 'file_linux.cc', 334 'file_linux.cc',
328 'file_macos.cc', 335 'file_macos.cc',
329 'file_win.cc', 336 'file_win.cc',
330 'fdutils.h', 337 'fdutils.h',
331 'fdutils_linux.cc', 338 'fdutils_linux.cc',
332 'fdutils_macos.cc', 339 'fdutils_macos.cc',
340 'platform.cc',
341 'platform.h',
342 'platform_linux.cc',
343 'platform_macos.cc',
344 'platform_win.cc',
333 'process.cc', 345 'process.cc',
334 'process.h', 346 'process.h',
335 'process_linux.cc', 347 'process_linux.cc',
336 'process_macos.cc', 348 'process_macos.cc',
337 'process_win.cc', 349 'process_win.cc',
338 'socket.cc', 350 'socket.cc',
339 'socket.h', 351 'socket.h',
340 'socket_linux.cc', 352 'socket_linux.cc',
341 'socket_macos.cc', 353 'socket_macos.cc',
342 'socket_win.cc', 354 'socket_win.cc',
(...skipping 14 matching lines...) Expand all
357 ['include', 'dart_api_impl.cc'], 369 ['include', 'dart_api_impl.cc'],
358 ['include', 'dartutils.h'], 370 ['include', 'dartutils.h'],
359 ['include', 'dartutils.cc'], 371 ['include', 'dartutils.cc'],
360 ['include', 'directory.h'], 372 ['include', 'directory.h'],
361 ['include', 'directory.cc'], 373 ['include', 'directory.cc'],
362 ['include', 'eventhandler.cc'], 374 ['include', 'eventhandler.cc'],
363 ['include', 'eventhandler.h'], 375 ['include', 'eventhandler.h'],
364 ['include', 'file.cc'], 376 ['include', 'file.cc'],
365 ['include', 'file.h'], 377 ['include', 'file.h'],
366 ['include', 'file_test.cc'], 378 ['include', 'file_test.cc'],
379 ['include', 'platform.cc'],
380 ['include', 'platform.h'],
367 ['include', 'process.cc'], 381 ['include', 'process.cc'],
368 ['include', 'process.h'], 382 ['include', 'process.h'],
369 ['include', 'socket.cc'], 383 ['include', 'socket.cc'],
370 ['include', 'socket.h'], 384 ['include', 'socket.h'],
371 ['include', 'set_test.cc'], 385 ['include', 'set_test.cc'],
372 ], 386 ],
373 'conditions': [ 387 'conditions': [
374 ['OS=="linux"', {'sources/' : [ 388 ['OS=="linux"', {'sources/' : [
375 ['include', 'directory_posix.cc'], 389 ['include', 'directory_posix.cc'],
376 ['include', 'eventhandler_linux.cc'], 390 ['include', 'eventhandler_linux.cc'],
377 ['include', 'eventhandler_linux.h'], 391 ['include', 'eventhandler_linux.h'],
378 ['include', 'fdutils.h'], 392 ['include', 'fdutils.h'],
379 ['include', 'fdutils_linux.cc'], 393 ['include', 'fdutils_linux.cc'],
380 ['include', 'file_linux.cc'], 394 ['include', 'file_linux.cc'],
395 ['include', 'platform_linux.cc'],
381 ['include', 'process_linux.cc'], 396 ['include', 'process_linux.cc'],
382 ['include', 'socket_linux.cc'], 397 ['include', 'socket_linux.cc'],
383 ]}], 398 ]}],
384 ['OS=="mac"', {'sources/' : [ 399 ['OS=="mac"', {'sources/' : [
385 ['include', 'directory_posix.cc'], 400 ['include', 'directory_posix.cc'],
386 ['include', 'eventhandler_macos.cc'], 401 ['include', 'eventhandler_macos.cc'],
387 ['include', 'eventhandler_macos.h'], 402 ['include', 'eventhandler_macos.h'],
388 ['include', 'fdutils.h'], 403 ['include', 'fdutils.h'],
389 ['include', 'fdutils_macos.cc'], 404 ['include', 'fdutils_macos.cc'],
390 ['include', 'file_macos.cc'], 405 ['include', 'file_macos.cc'],
406 ['include', 'platform_macos.cc'],
391 ['include', 'process_macos.cc'], 407 ['include', 'process_macos.cc'],
392 ['include', 'socket_macos.cc'], 408 ['include', 'socket_macos.cc'],
393 ]}], 409 ]}],
394 ['OS=="win"', {'sources/' : [ 410 ['OS=="win"', {'sources/' : [
395 ['include', 'directory_win.cc'], 411 ['include', 'directory_win.cc'],
396 ['include', 'eventhandler_win.cc'], 412 ['include', 'eventhandler_win.cc'],
397 ['include', 'eventhandler_win.h'], 413 ['include', 'eventhandler_win.h'],
398 ['include', 'file_win.cc'], 414 ['include', 'file_win.cc'],
415 ['include', 'platform_win.cc'],
399 ['include', 'process_win.cc'], 416 ['include', 'process_win.cc'],
400 ['include', 'socket_win.cc'], 417 ['include', 'socket_win.cc'],
401 ]}], 418 ]}],
402 ['OS=="win"', { 419 ['OS=="win"', {
403 'link_settings': { 420 'link_settings': {
404 'libraries': [ '-lws2_32.lib', '-lRpcrt4.lib' ], 421 'libraries': [ '-lws2_32.lib', '-lRpcrt4.lib' ],
405 }, 422 },
406 }], 423 }],
407 ], 424 ],
408 }, 425 },
409 ], 426 ],
410 } 427 }
OLDNEW
« no previous file with comments | « no previous file | runtime/bin/builtin_in.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698