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

Side by Side Diff: src/debug/debug.cc

Issue 1283023002: Remove grab-bag includes of v8.h from debugger. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@local_cleanup-includes-fullcode
Patch Set: Rebased. Created 5 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 | « src/debug/arm64/debug-arm64.cc ('k') | src/debug/ia32/debug-ia32.cc » ('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 2012 the V8 project authors. All rights reserved. 1 // Copyright 2012 the V8 project 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 #include "src/v8.h"
6
7 #include "src/debug/debug.h" 5 #include "src/debug/debug.h"
8 6
9 #include "src/api.h" 7 #include "src/api.h"
10 #include "src/arguments.h" 8 #include "src/arguments.h"
11 #include "src/bootstrapper.h" 9 #include "src/bootstrapper.h"
12 #include "src/code-stubs.h" 10 #include "src/code-stubs.h"
13 #include "src/codegen.h" 11 #include "src/codegen.h"
14 #include "src/compilation-cache.h" 12 #include "src/compilation-cache.h"
15 #include "src/compiler.h" 13 #include "src/compiler.h"
16 #include "src/deoptimizer.h" 14 #include "src/deoptimizer.h"
(...skipping 2793 matching lines...) Expand 10 before | Expand all | Expand 10 after
2810 } 2808 }
2811 2809
2812 2810
2813 void LockingCommandMessageQueue::Clear() { 2811 void LockingCommandMessageQueue::Clear() {
2814 base::LockGuard<base::Mutex> lock_guard(&mutex_); 2812 base::LockGuard<base::Mutex> lock_guard(&mutex_);
2815 queue_.Clear(); 2813 queue_.Clear();
2816 } 2814 }
2817 2815
2818 } // namespace internal 2816 } // namespace internal
2819 } // namespace v8 2817 } // namespace v8
OLDNEW
« no previous file with comments | « src/debug/arm64/debug-arm64.cc ('k') | src/debug/ia32/debug-ia32.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698