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

Side by Side Diff: BUILD.gn

Issue 1041743002: Serializer: move to a subfolder and clean up includes. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: removed OWNERS Created 5 years, 9 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 | src/DEPS » ('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 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 import("//build/config/android/config.gni") 5 import("//build/config/android/config.gni")
6 import("//build/config/arm.gni") 6 import("//build/config/arm.gni")
7 import("//build/config/mips.gni") 7 import("//build/config/mips.gni")
8 8
9 # Because standalone V8 builds are not supported, assume this is part of a 9 # Because standalone V8 builds are not supported, assume this is part of a
10 # Chromium build. 10 # Chromium build.
(...skipping 384 matching lines...) Expand 10 before | Expand all | Expand 10 after
395 395
396 deps = [ 396 deps = [
397 ":js2c", 397 ":js2c",
398 ":js2c_experimental", 398 ":js2c_experimental",
399 ":v8_base", 399 ":v8_base",
400 ] 400 ]
401 401
402 sources = [ 402 sources = [
403 "$target_gen_dir/libraries.cc", 403 "$target_gen_dir/libraries.cc",
404 "$target_gen_dir/experimental-libraries.cc", 404 "$target_gen_dir/experimental-libraries.cc",
405 "src/snapshot-empty.cc", 405 "src/snapshot/snapshot-empty.cc",
406 ] 406 ]
407 407
408 configs -= [ "//build/config/compiler:chromium_code" ] 408 configs -= [ "//build/config/compiler:chromium_code" ]
409 configs += [ "//build/config/compiler:no_chromium_code" ] 409 configs += [ "//build/config/compiler:no_chromium_code" ]
410 configs += [ 410 configs += [
411 ":internal_config", 411 ":internal_config",
412 ":features", 412 ":features",
413 ":toolchain", 413 ":toolchain",
414 ] 414 ]
415 } 415 }
(...skipping 29 matching lines...) Expand all
445 445
446 deps = [ 446 deps = [
447 ":js2c", 447 ":js2c",
448 ":js2c_experimental", 448 ":js2c_experimental",
449 ":run_mksnapshot", 449 ":run_mksnapshot",
450 ":v8_base", 450 ":v8_base",
451 ":natives_blob", 451 ":natives_blob",
452 ] 452 ]
453 453
454 sources = [ 454 sources = [
455 "src/natives-external.cc", 455 "src/snapshot/natives-external.cc",
456 "src/snapshot-external.cc", 456 "src/snapshot/snapshot-external.cc",
457 ] 457 ]
458 458
459 configs -= [ "//build/config/compiler:chromium_code" ] 459 configs -= [ "//build/config/compiler:chromium_code" ]
460 configs += [ "//build/config/compiler:no_chromium_code" ] 460 configs += [ "//build/config/compiler:no_chromium_code" ]
461 configs += [ 461 configs += [
462 ":internal_config", 462 ":internal_config",
463 ":features", 463 ":features",
464 ":toolchain", 464 ":toolchain",
465 ] 465 ]
466 } 466 }
(...skipping 408 matching lines...) Expand 10 before | Expand all | Expand 10 after
875 "src/log.h", 875 "src/log.h",
876 "src/lookup-inl.h", 876 "src/lookup-inl.h",
877 "src/lookup.cc", 877 "src/lookup.cc",
878 "src/lookup.h", 878 "src/lookup.h",
879 "src/macro-assembler.h", 879 "src/macro-assembler.h",
880 "src/messages.cc", 880 "src/messages.cc",
881 "src/messages.h", 881 "src/messages.h",
882 "src/modules.cc", 882 "src/modules.cc",
883 "src/modules.h", 883 "src/modules.h",
884 "src/msan.h", 884 "src/msan.h",
885 "src/natives.h",
886 "src/objects-debug.cc", 885 "src/objects-debug.cc",
887 "src/objects-inl.h", 886 "src/objects-inl.h",
888 "src/objects-printer.cc", 887 "src/objects-printer.cc",
889 "src/objects.cc", 888 "src/objects.cc",
890 "src/objects.h", 889 "src/objects.h",
891 "src/optimizing-compiler-thread.cc", 890 "src/optimizing-compiler-thread.cc",
892 "src/optimizing-compiler-thread.h", 891 "src/optimizing-compiler-thread.h",
893 "src/ostreams.cc", 892 "src/ostreams.cc",
894 "src/ostreams.h", 893 "src/ostreams.h",
895 "src/parser.cc", 894 "src/parser.cc",
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
958 "src/sampler.cc", 957 "src/sampler.cc",
959 "src/sampler.h", 958 "src/sampler.h",
960 "src/scanner-character-streams.cc", 959 "src/scanner-character-streams.cc",
961 "src/scanner-character-streams.h", 960 "src/scanner-character-streams.h",
962 "src/scanner.cc", 961 "src/scanner.cc",
963 "src/scanner.h", 962 "src/scanner.h",
964 "src/scopeinfo.cc", 963 "src/scopeinfo.cc",
965 "src/scopeinfo.h", 964 "src/scopeinfo.h",
966 "src/scopes.cc", 965 "src/scopes.cc",
967 "src/scopes.h", 966 "src/scopes.h",
968 "src/serialize.cc",
969 "src/serialize.h",
970 "src/small-pointer-list.h", 967 "src/small-pointer-list.h",
971 "src/smart-pointers.h", 968 "src/smart-pointers.h",
972 "src/snapshot-common.cc", 969 "src/snapshot/natives.h",
973 "src/snapshot-source-sink.cc", 970 "src/snapshot/serialize.cc",
974 "src/snapshot-source-sink.h", 971 "src/snapshot/serialize.h",
975 "src/snapshot.h", 972 "src/snapshot/snapshot-common.cc",
973 "src/snapshot/snapshot-source-sink.cc",
974 "src/snapshot/snapshot-source-sink.h",
975 "src/snapshot/snapshot.h",
976 "src/string-builder.cc", 976 "src/string-builder.cc",
977 "src/string-builder.h", 977 "src/string-builder.h",
978 "src/string-search.cc", 978 "src/string-search.cc",
979 "src/string-search.h", 979 "src/string-search.h",
980 "src/string-stream.cc", 980 "src/string-stream.cc",
981 "src/string-stream.h", 981 "src/string-stream.h",
982 "src/strings-storage.cc", 982 "src/strings-storage.cc",
983 "src/strings-storage.h", 983 "src/strings-storage.h",
984 "src/strtod.cc", 984 "src/strtod.cc",
985 "src/strtod.h", 985 "src/strtod.h",
(...skipping 475 matching lines...) Expand 10 before | Expand all | Expand 10 after
1461 1461
1462 ############################################################################### 1462 ###############################################################################
1463 # Executables 1463 # Executables
1464 # 1464 #
1465 1465
1466 if (current_toolchain == snapshot_toolchain) { 1466 if (current_toolchain == snapshot_toolchain) {
1467 executable("mksnapshot") { 1467 executable("mksnapshot") {
1468 visibility = [ ":*" ] # Only targets in this file can depend on this. 1468 visibility = [ ":*" ] # Only targets in this file can depend on this.
1469 1469
1470 sources = [ 1470 sources = [
1471 "src/mksnapshot.cc", 1471 "src/snapshot/mksnapshot.cc",
1472 ] 1472 ]
1473 1473
1474 configs -= [ "//build/config/compiler:chromium_code" ] 1474 configs -= [ "//build/config/compiler:chromium_code" ]
1475 configs += [ "//build/config/compiler:no_chromium_code" ] 1475 configs += [ "//build/config/compiler:no_chromium_code" ]
1476 configs += [ 1476 configs += [
1477 ":internal_config", 1477 ":internal_config",
1478 ":features", 1478 ":features",
1479 ":toolchain", 1479 ":toolchain",
1480 ] 1480 ]
1481 1481
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
1592 sources += [ 1592 sources += [
1593 "src/d8-debug.cc", 1593 "src/d8-debug.cc",
1594 "$target_gen_dir/d8-js.cc", 1594 "$target_gen_dir/d8-js.cc",
1595 ] 1595 ]
1596 } 1596 }
1597 if (v8_enable_i18n_support) { 1597 if (v8_enable_i18n_support) {
1598 deps += [ "//third_party/icu" ] 1598 deps += [ "//third_party/icu" ]
1599 } 1599 }
1600 } 1600 }
1601 } 1601 }
OLDNEW
« no previous file with comments | « no previous file | src/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698