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

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

Issue 968193002: Cleanup: Fix tools/gn header include guards. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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 | « tools/gn/commands.h ('k') | tools/gn/substitution_list.h » ('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 (c) 2013 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2013 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_NINJA_BUILD_WRITER_H_ 5 #ifndef TOOLS_GN_NINJA_BUILD_WRITER_H_
6 #define TOOLS_GN_NINJA_BUILD_WRITER_H_ 6 #define TOOLS_GN_NINJA_BUILD_WRITER_H_
7 7
8 #include <iosfwd> 8 #include <iosfwd>
9 #include <vector> 9 #include <vector>
10 10
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 std::vector<const Settings*> all_settings_; 51 std::vector<const Settings*> all_settings_;
52 const Toolchain* default_toolchain_; 52 const Toolchain* default_toolchain_;
53 std::vector<const Target*> default_toolchain_targets_; 53 std::vector<const Target*> default_toolchain_targets_;
54 std::ostream& out_; 54 std::ostream& out_;
55 std::ostream& dep_out_; 55 std::ostream& dep_out_;
56 PathOutput path_output_; 56 PathOutput path_output_;
57 57
58 DISALLOW_COPY_AND_ASSIGN(NinjaBuildWriter); 58 DISALLOW_COPY_AND_ASSIGN(NinjaBuildWriter);
59 }; 59 };
60 60
61 #endif // TOOLS_GN_NINJA_BUILD_GENERATOR_H_ 61 #endif // TOOLS_GN_NINJA_BUILD_WRITER_H_
62 62
OLDNEW
« no previous file with comments | « tools/gn/commands.h ('k') | tools/gn/substitution_list.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698