Skip to content

Commit

Permalink
Documentation: Add .gni and .mojom in Eclipse setup instructions.
Browse files Browse the repository at this point in the history
Adding .gni and .mojom to the list of files which should be included in the Eclipse project.

BUG=NONE

Review-Url: https://codereview.chromium.org/2049923003
Cr-Commit-Position: refs/heads/master@{#398935}
  • Loading branch information
mfomitchev authored and Commit bot committed Jun 9, 2016
1 parent 88bd4be commit 95f20f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/linux_eclipse_dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ In the Project Explorer on the left side:
* Include only
* Files, all children (recursive)
* Name matches
`.*\.(c|cc|cpp|h|mm|inl|idl|js|json|css|html|gyp|gypi|grd|grdp|gn)`
`.*\.(c|cc|cpp|h|mm|inl|idl|js|json|css|html|gyp|gypi|grd|grdp|gn|gni|mojom)`
regular expression
1. Add another filter:
* Exclude all
Expand Down

0 comments on commit 95f20f1

Please sign in to comment.