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

Unified Diff: Source/core/core_generated.gyp

Issue 391963002: [Blink] XMLTreeViewer should load resources from blink_resources.grd instead of relying upon xxd.py (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 5 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 | « Source/core/core.gyp ('k') | Source/core/inspector/InjectedScriptCanvasModule.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/core_generated.gyp
diff --git a/Source/core/core_generated.gyp b/Source/core/core_generated.gyp
index 4eec57d40368cd18a366c7953d439aaff2e96d70..73fcc61f856cc5269d40bf3cbd1a00c5a4da9f6d 100644
--- a/Source/core/core_generated.gyp
+++ b/Source/core/core_generated.gyp
@@ -186,38 +186,6 @@
],
},
{
- 'action_name': 'generateXMLViewerCSS',
- 'inputs': [
- 'xml/XMLViewer.css',
- ],
- 'outputs': [
- '<(blink_core_output_dir)/XMLViewerCSS.h',
- ],
- 'action': [
- 'python',
- '../build/scripts/xxd.py',
- 'XMLViewer_css',
- '<@(_inputs)',
- '<@(_outputs)'
- ],
- },
- {
- 'action_name': 'generateXMLViewerJS',
- 'inputs': [
- 'xml/XMLViewer.js',
- ],
- 'outputs': [
- '<(blink_core_output_dir)/XMLViewerJS.h',
- ],
- 'action': [
- 'python',
- '../build/scripts/xxd.py',
- 'XMLViewer_js',
- '<@(_inputs)',
- '<@(_outputs)'
- ],
- },
- {
'action_name': 'HTMLEntityTable',
'inputs': [
'html/parser/create-html-entity-table',
« no previous file with comments | « Source/core/core.gyp ('k') | Source/core/inspector/InjectedScriptCanvasModule.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698