Index: src/inspector/inspector.gyp |
diff --git a/src/inspector/inspector.gyp b/src/inspector/inspector.gyp |
index 321c7aaa6aaffa48bb366ea06953ea76c4b269fb..5fc49b15eafac85992f028c6ef4c04538968d285 100644 |
--- a/src/inspector/inspector.gyp |
+++ b/src/inspector/inspector.gyp |
@@ -50,7 +50,7 @@ |
'python', |
'<(protocol_path)/CodeGenerator.py', |
'--protocol', 'js_protocol.json', |
- '--string_type', 'String', |
+ '--string_type', 'String16', |
'--export_macro', 'PLATFORM_EXPORT', |
'--output_dir', '<(SHARED_INTERMEDIATE_DIR)/inspector', |
'--output_package', 'inspector', |
@@ -100,6 +100,7 @@ |
'<(protocol_path)/Parser.h', |
'<(protocol_path)/Platform.h', |
'<(protocol_path)/PlatformSTL.h', |
+ '<(protocol_path)/String16.cpp', |
'<(protocol_path)/String16.h', |
'<(protocol_path)/String16STL.cpp', |
'<(protocol_path)/String16STL.h', |