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

Side by Side Diff: BUILD.gn

Issue 316133002: Move atomic ops and related files to base library (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: updates Created 6 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | src/assembler.cc » ('j') | src/assembler.cc » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 # TODO(jochen): These will need to be user-settable to support standalone V8 5 # TODO(jochen): These will need to be user-settable to support standalone V8
6 # builds. 6 # builds.
7 v8_compress_startup_data = "off" 7 v8_compress_startup_data = "off"
8 v8_deprecation_warnings = false 8 v8_deprecation_warnings = false
9 v8_enable_disassembler = false 9 v8_enable_disassembler = false
10 v8_enable_gdbjit = false 10 v8_enable_gdbjit = false
(...skipping 349 matching lines...) Expand 10 before | Expand all | Expand 10 after
360 "src/api.cc", 360 "src/api.cc",
361 "src/api.h", 361 "src/api.h",
362 "src/arguments.cc", 362 "src/arguments.cc",
363 "src/arguments.h", 363 "src/arguments.h",
364 "src/assembler.cc", 364 "src/assembler.cc",
365 "src/assembler.h", 365 "src/assembler.h",
366 "src/assert-scope.h", 366 "src/assert-scope.h",
367 "src/assert-scope.cc", 367 "src/assert-scope.cc",
368 "src/ast.cc", 368 "src/ast.cc",
369 "src/ast.h", 369 "src/ast.h",
370 "src/atomicops.h",
371 "src/atomicops_internals_x86_gcc.cc",
372 "src/bignum-dtoa.cc", 370 "src/bignum-dtoa.cc",
373 "src/bignum-dtoa.h", 371 "src/bignum-dtoa.h",
374 "src/bignum.cc", 372 "src/bignum.cc",
375 "src/bignum.h", 373 "src/bignum.h",
376 "src/bootstrapper.cc", 374 "src/bootstrapper.cc",
377 "src/bootstrapper.h", 375 "src/bootstrapper.h",
378 "src/builtins.cc", 376 "src/builtins.cc",
379 "src/builtins.h", 377 "src/builtins.h",
380 "src/bytecodes-irregexp.h", 378 "src/bytecodes-irregexp.h",
381 "src/cached-powers.cc", 379 "src/cached-powers.cc",
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
543 "src/interface.h", 541 "src/interface.h",
544 "src/interpreter-irregexp.cc", 542 "src/interpreter-irregexp.cc",
545 "src/interpreter-irregexp.h", 543 "src/interpreter-irregexp.h",
546 "src/isolate.cc", 544 "src/isolate.cc",
547 "src/isolate.h", 545 "src/isolate.h",
548 "src/json-parser.h", 546 "src/json-parser.h",
549 "src/json-stringifier.h", 547 "src/json-stringifier.h",
550 "src/jsregexp-inl.h", 548 "src/jsregexp-inl.h",
551 "src/jsregexp.cc", 549 "src/jsregexp.cc",
552 "src/jsregexp.h", 550 "src/jsregexp.h",
553 "src/lazy-instance.h",
554 # TODO(jochen): move libplatform/ files to their own target. 551 # TODO(jochen): move libplatform/ files to their own target.
555 "src/libplatform/default-platform.cc", 552 "src/libplatform/default-platform.cc",
556 "src/libplatform/default-platform.h", 553 "src/libplatform/default-platform.h",
557 "src/libplatform/task-queue.cc", 554 "src/libplatform/task-queue.cc",
558 "src/libplatform/task-queue.h", 555 "src/libplatform/task-queue.h",
559 "src/libplatform/worker-thread.cc", 556 "src/libplatform/worker-thread.cc",
560 "src/libplatform/worker-thread.h", 557 "src/libplatform/worker-thread.h",
561 "src/list-inl.h", 558 "src/list-inl.h",
562 "src/list.h", 559 "src/list.h",
563 "src/lithium-allocator-inl.h", 560 "src/lithium-allocator-inl.h",
(...skipping 17 matching lines...) Expand all
581 "src/messages.h", 578 "src/messages.h",
582 "src/msan.h", 579 "src/msan.h",
583 "src/natives.h", 580 "src/natives.h",
584 "src/objects-debug.cc", 581 "src/objects-debug.cc",
585 "src/objects-inl.h", 582 "src/objects-inl.h",
586 "src/objects-printer.cc", 583 "src/objects-printer.cc",
587 "src/objects-visiting.cc", 584 "src/objects-visiting.cc",
588 "src/objects-visiting.h", 585 "src/objects-visiting.h",
589 "src/objects.cc", 586 "src/objects.cc",
590 "src/objects.h", 587 "src/objects.h",
591 "src/once.cc",
592 "src/once.h",
593 "src/optimizing-compiler-thread.h", 588 "src/optimizing-compiler-thread.h",
594 "src/optimizing-compiler-thread.cc", 589 "src/optimizing-compiler-thread.cc",
595 "src/parser.cc", 590 "src/parser.cc",
596 "src/parser.h", 591 "src/parser.h",
597 "src/platform/elapsed-timer.h", 592 "src/platform/elapsed-timer.h",
598 "src/platform/time.cc", 593 "src/platform/time.cc",
599 "src/platform/time.h", 594 "src/platform/time.h",
600 "src/platform.h", 595 "src/platform.h",
601 "src/platform/condition-variable.cc", 596 "src/platform/condition-variable.cc",
602 "src/platform/condition-variable.h", 597 "src/platform/condition-variable.h",
(...skipping 349 matching lines...) Expand 10 before | Expand all | Expand 10 after
952 if (v8_postmortem_support) { 947 if (v8_postmortem_support) {
953 sources += [ "$target_gen_dir/debug-support.cc" ] 948 sources += [ "$target_gen_dir/debug-support.cc" ]
954 deps += [ ":postmortem-metadata" ] 949 deps += [ ":postmortem-metadata" ]
955 } 950 }
956 } 951 }
957 952
958 source_set("v8_libbase") { 953 source_set("v8_libbase") {
959 visibility = ":*" # Only targets in this file can depend on this. 954 visibility = ":*" # Only targets in this file can depend on this.
960 955
961 sources = [ 956 sources = [
957 "src/base/atomicops.h",
958 "src/base/atomicops_internals_x86_gcc.cc",
962 "src/base/build_config.h", 959 "src/base/build_config.h",
960 "src/base/lazy-instance.h",
963 "src/base/macros.h", 961 "src/base/macros.h",
962 "src/base/once.cc",
963 "src/base/once.h",
964 ] 964 ]
965 965
966 configs -= [ "//build/config/compiler:chromium_code" ] 966 configs -= [ "//build/config/compiler:chromium_code" ]
967 configs += [ "//build/config/compiler:no_chromium_code" ] 967 configs += [ "//build/config/compiler:no_chromium_code" ]
968 configs += [ ":internal_config", ":features", ":toolchain" ] 968 configs += [ ":internal_config", ":features", ":toolchain" ]
969 } 969 }
970 970
971 ############################################################################### 971 ###############################################################################
972 # Executables 972 # Executables
973 # 973 #
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
1041 deps = [ 1041 deps = [
1042 ":v8_base", 1042 ":v8_base",
1043 ":v8_nosnapshot", 1043 ":v8_nosnapshot",
1044 ] 1044 ]
1045 } 1045 }
1046 1046
1047 direct_dependent_configs = [ ":external_config" ] 1047 direct_dependent_configs = [ ":external_config" ]
1048 } 1048 }
1049 1049
1050 } 1050 }
OLDNEW
« no previous file with comments | « no previous file | src/assembler.cc » ('j') | src/assembler.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698