Commit 56254974 authored by chenwilliam's avatar chenwilliam Committed by Commit bot

DevTools: don't cherrypick Common files for Gonzales

Previous, Gonzales was cherrypicking files from Common module for the
TextRange class which was used as a struct.

BUG=none

Review-Url: https://codereview.chromium.org/2625163002
Cr-Commit-Position: refs/heads/master@{#443148}
parent 6c75f8a3
...@@ -7,6 +7,6 @@ front_end/cm_modes/* ...@@ -7,6 +7,6 @@ front_end/cm_modes/*
front_end/cm_web_modes/* front_end/cm_web_modes/*
front_end/diff/diff_match_patch.js front_end/diff/diff_match_patch.js
front_end/formatter_worker/acorn/acorn.js front_end/formatter_worker/acorn/acorn.js
front_end/gonzales/* front_end/gonzales/gonzales-scss.js
front_end/terminal/xterm.js/** front_end/terminal/xterm.js/**
front_end/protocol_externs.js front_end/protocol_externs.js
...@@ -6,8 +6,6 @@ ...@@ -6,8 +6,6 @@
"scripts": [ "scripts": [
"../cm_web_modes/css.js", "../cm_web_modes/css.js",
"../cm_web_modes/xml.js", "../cm_web_modes/xml.js",
"../common/Text.js",
"../common/TextRange.js",
"ESTreeWalker.js", "ESTreeWalker.js",
"FormatterWorker.js", "FormatterWorker.js",
"acorn/acorn.js", "acorn/acorn.js",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment