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

Side by Side Diff: BUILD.gn

Issue 2232243003: Blink-compatible serialization of oddball values. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Add comments explaining varints. Created 4 years, 4 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/v8.gyp » ('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/dcheck_always_on.gni") 7 import("//build/config/dcheck_always_on.gni")
8 import("//build/config/mips.gni") 8 import("//build/config/mips.gni")
9 import("//build/config/sanitizers/sanitizers.gni") 9 import("//build/config/sanitizers/sanitizers.gni")
10 10
(...skipping 1607 matching lines...) Expand 10 before | Expand all | Expand 10 after
1618 "src/uri.cc", 1618 "src/uri.cc",
1619 "src/uri.h", 1619 "src/uri.h",
1620 "src/utils-inl.h", 1620 "src/utils-inl.h",
1621 "src/utils.cc", 1621 "src/utils.cc",
1622 "src/utils.h", 1622 "src/utils.h",
1623 "src/v8.cc", 1623 "src/v8.cc",
1624 "src/v8.h", 1624 "src/v8.h",
1625 "src/v8memory.h", 1625 "src/v8memory.h",
1626 "src/v8threads.cc", 1626 "src/v8threads.cc",
1627 "src/v8threads.h", 1627 "src/v8threads.h",
1628 "src/value-serializer.cc",
1629 "src/value-serializer.h",
1628 "src/version.cc", 1630 "src/version.cc",
1629 "src/version.h", 1631 "src/version.h",
1630 "src/vm-state-inl.h", 1632 "src/vm-state-inl.h",
1631 "src/vm-state.h", 1633 "src/vm-state.h",
1632 "src/wasm/ast-decoder.cc", 1634 "src/wasm/ast-decoder.cc",
1633 "src/wasm/ast-decoder.h", 1635 "src/wasm/ast-decoder.h",
1634 "src/wasm/decoder.h", 1636 "src/wasm/decoder.h",
1635 "src/wasm/encoder.cc", 1637 "src/wasm/encoder.cc",
1636 "src/wasm/encoder.h", 1638 "src/wasm/encoder.h",
1637 "src/wasm/leb-helper.h", 1639 "src/wasm/leb-helper.h",
(...skipping 901 matching lines...) Expand 10 before | Expand all | Expand 10 after
2539 2541
2540 deps = [ 2542 deps = [
2541 ":fuzzer_support", 2543 ":fuzzer_support",
2542 ] 2544 ]
2543 2545
2544 configs = [ ":internal_config" ] 2546 configs = [ ":internal_config" ]
2545 } 2547 }
2546 2548
2547 v8_fuzzer("wasm_asmjs_fuzzer") { 2549 v8_fuzzer("wasm_asmjs_fuzzer") {
2548 } 2550 }
OLDNEW
« no previous file with comments | « no previous file | src/v8.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698