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

Unified Diff: third_party/WebKit/Source/platform/inspector_protocol/Imported_h.template

Issue 2238423002: [DevTools] Generate all files in inspector_protocol. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2240663003
Patch Set: Created 4 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/platform/inspector_protocol/Imported_h.template
diff --git a/third_party/WebKit/Source/platform/inspector_protocol/Imported_h.template b/third_party/WebKit/Source/platform/inspector_protocol/Imported_h.template
index 3bfaef333a93fe6a1aec968ec3ff779c0802c2a5..2dd30bcc5597d7307d2ece15c26b8ac42d492839 100644
--- a/third_party/WebKit/Source/platform/inspector_protocol/Imported_h.template
+++ b/third_party/WebKit/Source/platform/inspector_protocol/Imported_h.template
@@ -7,9 +7,7 @@
#ifndef protocol_{{domain.domain}}_imported_h
#define protocol_{{domain.domain}}_imported_h
-#include "platform/inspector_protocol/ErrorSupport.h"
-#include "platform/inspector_protocol/ValueConversions.h"
-#include "platform/inspector_protocol/Values.h"
+#include "{{lib_package}}/InspectorProtocol.h"
#include "{{imported_package}}/{{domain.domain}}.h"
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698