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

Side by Side Diff: src/d8.h

Issue 1283033003: Remove inline header includes from non-inline headers (1). (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Fix GCC for realz. 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/cpu-profiler.cc ('k') | src/d8-posix.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 #ifndef V8_D8_H_ 5 #ifndef V8_D8_H_
6 #define V8_D8_H_ 6 #define V8_D8_H_
7 7
8 #ifndef V8_SHARED 8 #ifndef V8_SHARED
9 #include "src/allocation.h" 9 #include "src/allocation.h"
10 #include "src/base/platform/time.h"
10 #include "src/hashmap.h" 11 #include "src/hashmap.h"
11 #include "src/list.h" 12 #include "src/list.h"
12 #include "src/objects-inl.h"
13 #else 13 #else
14 #include "include/v8.h" 14 #include "include/v8.h"
15 #include "src/base/compiler-specific.h" 15 #include "src/base/compiler-specific.h"
16 #endif // !V8_SHARED 16 #endif // !V8_SHARED
17 17
18 #include "src/base/once.h" 18 #include "src/base/once.h"
19 19
20 20
21 namespace v8 { 21 namespace v8 {
22 22
(...skipping 445 matching lines...) Expand 10 before | Expand all | Expand 10 after
468 static void RunShell(Isolate* isolate); 468 static void RunShell(Isolate* isolate);
469 static bool SetOptions(int argc, char* argv[]); 469 static bool SetOptions(int argc, char* argv[]);
470 static Local<ObjectTemplate> CreateGlobalTemplate(Isolate* isolate); 470 static Local<ObjectTemplate> CreateGlobalTemplate(Isolate* isolate);
471 }; 471 };
472 472
473 473
474 } // namespace v8 474 } // namespace v8
475 475
476 476
477 #endif // V8_D8_H_ 477 #endif // V8_D8_H_
OLDNEW
« no previous file with comments | « src/cpu-profiler.cc ('k') | src/d8-posix.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698