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

Side by Side Diff: tools/gn/template.h

Issue 1280123005: tools/gn: Remove includes of basictypes.h. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 The Chromium 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 TOOLS_GN_TEMPLATE_H_ 5 #ifndef TOOLS_GN_TEMPLATE_H_
6 #define TOOLS_GN_TEMPLATE_H_ 6 #define TOOLS_GN_TEMPLATE_H_
7 7
8 #include <vector> 8 #include <vector>
9 9
10 #include "base/basictypes.h"
11 #include "base/memory/ref_counted.h" 10 #include "base/memory/ref_counted.h"
12 #include "base/memory/scoped_ptr.h" 11 #include "base/memory/scoped_ptr.h"
13 12
14 class BlockNode; 13 class BlockNode;
15 class Err; 14 class Err;
16 class FunctionCallNode; 15 class FunctionCallNode;
17 class LocationRange; 16 class LocationRange;
18 class Scope; 17 class Scope;
19 class Value; 18 class Value;
20 19
(...skipping 27 matching lines...) Expand all
48 friend class base::RefCountedThreadSafe<Template>; 47 friend class base::RefCountedThreadSafe<Template>;
49 48
50 Template(); 49 Template();
51 ~Template(); 50 ~Template();
52 51
53 scoped_ptr<Scope> closure_; 52 scoped_ptr<Scope> closure_;
54 const FunctionCallNode* definition_; 53 const FunctionCallNode* definition_;
55 }; 54 };
56 55
57 #endif // TOOLS_GN_TEMPLATE_H_ 56 #endif // TOOLS_GN_TEMPLATE_H_
OLDNEW
« tools/gn/args.h ('K') | « tools/gn/target.h ('k') | tools/gn/test_with_scope.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698