| Index: src/v8.gyp
|
| diff --git a/src/v8.gyp b/src/v8.gyp
|
| index 491179e0c62d3105399d67485111c337194a59b5..b72574b89176575bad568b38a2309079835e7bf8 100644
|
| --- a/src/v8.gyp
|
| +++ b/src/v8.gyp
|
| @@ -834,7 +834,6 @@
|
| 'handles-inl.h',
|
| 'handles.cc',
|
| 'handles.h',
|
| - 'hashmap.h',
|
| 'heap-symbols.h',
|
| 'heap/array-buffer-tracker.cc',
|
| 'heap/array-buffer-tracker.h',
|
| @@ -1681,6 +1680,7 @@
|
| 'base/format-macros.h',
|
| 'base/functional.cc',
|
| 'base/functional.h',
|
| + 'base/hashmap.h',
|
| 'base/iterator.h',
|
| 'base/lazy-instance.h',
|
| 'base/logging.cc',
|
| @@ -1960,8 +1960,6 @@
|
| '../include',
|
| ],
|
| 'sources': [
|
| - 'libsampler/hashmap.h',
|
| - 'libsampler/utils.h',
|
| 'libsampler/v8-sampler.cc',
|
| 'libsampler/v8-sampler.h'
|
| ],
|
|
|