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

Side by Side Diff: src/v8.h

Issue 18522004: Remove #include "cpu-profiler-inl.h" from v8.h (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 5 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 | Annotate | Revision Log
« no previous file with comments | « src/stub-cache.cc ('k') | src/x64/macro-assembler-x64.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 2011 the V8 project authors. All rights reserved. 1 // Copyright 2011 the V8 project authors. All rights reserved.
2 // Redistribution and use in source and binary forms, with or without 2 // Redistribution and use in source and binary forms, with or without
3 // modification, are permitted provided that the following conditions are 3 // modification, are permitted provided that the following conditions are
4 // met: 4 // met:
5 // 5 //
6 // * Redistributions of source code must retain the above copyright 6 // * Redistributions of source code must retain the above copyright
7 // notice, this list of conditions and the following disclaimer. 7 // notice, this list of conditions and the following disclaimer.
8 // * Redistributions in binary form must reproduce the above 8 // * Redistributions in binary form must reproduce the above
9 // copyright notice, this list of conditions and the following 9 // copyright notice, this list of conditions and the following
10 // disclaimer in the documentation and/or other materials provided 10 // disclaimer in the documentation and/or other materials provided
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 #include "v8utils.h" 57 #include "v8utils.h"
58 #include "flags.h" 58 #include "flags.h"
59 59
60 // Objects & heap 60 // Objects & heap
61 #include "objects-inl.h" 61 #include "objects-inl.h"
62 #include "spaces-inl.h" 62 #include "spaces-inl.h"
63 #include "heap-inl.h" 63 #include "heap-inl.h"
64 #include "incremental-marking-inl.h" 64 #include "incremental-marking-inl.h"
65 #include "mark-compact-inl.h" 65 #include "mark-compact-inl.h"
66 #include "log-inl.h" 66 #include "log-inl.h"
67 #include "cpu-profiler-inl.h"
68 #include "handles-inl.h" 67 #include "handles-inl.h"
69 #include "heap-snapshot-generator-inl.h" 68 #include "heap-snapshot-generator-inl.h"
70 #include "zone-inl.h" 69 #include "zone-inl.h"
71 70
72 namespace v8 { 71 namespace v8 {
73 namespace internal { 72 namespace internal {
74 73
75 class Deserializer; 74 class Deserializer;
76 75
77 class V8 : public AllStatic { 76 class V8 : public AllStatic {
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
154 153
155 // JavaScript defines two kinds of 'nil'. 154 // JavaScript defines two kinds of 'nil'.
156 enum NilValue { kNullValue, kUndefinedValue }; 155 enum NilValue { kNullValue, kUndefinedValue };
157 156
158 157
159 } } // namespace v8::internal 158 } } // namespace v8::internal
160 159
161 namespace i = v8::internal; 160 namespace i = v8::internal;
162 161
163 #endif // V8_V8_H_ 162 #endif // V8_V8_H_
OLDNEW
« no previous file with comments | « src/stub-cache.cc ('k') | src/x64/macro-assembler-x64.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698