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

Unified Diff: src/inspector/inspector.gyp

Issue 2239603002: [inspector] Remove inspector_protocol_parser_test target. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: format build files 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
« no previous file with comments | « src/inspector/BUILD.gn ('k') | test/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « src/inspector/BUILD.gn ('k') | test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698