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

Unified Diff: tools/gn/gyp_target_writer.h

Issue 56433003: GN threading refactor (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/gn/gyp_binary_target_writer.cc ('k') | tools/gn/gyp_target_writer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/gyp_target_writer.h
diff --git a/tools/gn/gyp_target_writer.h b/tools/gn/gyp_target_writer.h
index 27346b0ceea063b95ca0da4bec339b5fe68986e3..597a609c75b2613df23bba09dbbe6ec69214c2b9 100644
--- a/tools/gn/gyp_target_writer.h
+++ b/tools/gn/gyp_target_writer.h
@@ -11,6 +11,7 @@
#include "base/basictypes.h"
#include "tools/gn/gyp_helper.h"
+class BuilderRecord;
class Err;
class Settings;
class SourceFile;
@@ -25,10 +26,10 @@ class GypTargetWriter {
host_debug(NULL),
host_release(NULL) {
}
- const Target* debug;
- const Target* release;
- const Target* host_debug;
- const Target* host_release;
+ const BuilderRecord* debug;
+ const BuilderRecord* release;
+ const BuilderRecord* host_debug;
+ const BuilderRecord* host_release;
};
GypTargetWriter(const Target* target, std::ostream& out);
« no previous file with comments | « tools/gn/gyp_binary_target_writer.cc ('k') | tools/gn/gyp_target_writer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698