Helpful checks.cc file is being helpful.
R=titzer@chromium.org Review URL: https://codereview.chromium.org/1276843004 Cr-Commit-Position: refs/heads/master@{#30046}
This commit is contained in:
parent
7ce3afa0df
commit
325257744f
1
BUILD.gn
1
BUILD.gn
@ -638,7 +638,6 @@ source_set("v8_base") {
|
||||
"src/char-predicates.cc",
|
||||
"src/char-predicates-inl.h",
|
||||
"src/char-predicates.h",
|
||||
"src/checks.cc",
|
||||
"src/checks.h",
|
||||
"src/circular-queue-inl.h",
|
||||
"src/circular-queue.h",
|
||||
|
@ -1,9 +0,0 @@
|
||||
// Copyright 2006-2008 the V8 project authors. All rights reserved.
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "src/checks.h"
|
||||
|
||||
namespace v8 {
|
||||
namespace internal {} // namespace internal
|
||||
} // namespace v8
|
@ -429,7 +429,6 @@
|
||||
'../../src/char-predicates.cc',
|
||||
'../../src/char-predicates-inl.h',
|
||||
'../../src/char-predicates.h',
|
||||
'../../src/checks.cc',
|
||||
'../../src/checks.h',
|
||||
'../../src/circular-queue-inl.h',
|
||||
'../../src/circular-queue.h',
|
||||
|
Loading…
Reference in New Issue
Block a user