| Index: docs/linux_eclipse_dev.md
|
| diff --git a/docs/linux_eclipse_dev.md b/docs/linux_eclipse_dev.md
|
| index 1da7354070ce66a331af4f48c1fd76e816216bc4..a29035c2b67d88fd575863075068a4b8d6ed48d9 100644
|
| --- a/docs/linux_eclipse_dev.md
|
| +++ b/docs/linux_eclipse_dev.md
|
| @@ -280,6 +280,10 @@ requires the Eclipse knows correct include paths and pre-processor definitions.
|
| After fighting with with a number of approaches, I've found the below to work
|
| best for me.
|
|
|
| +*The instrcutions below are out-of-date since it references GYP. Please see
|
| +`gn help gen` for how to generate an Eclipse CDT file in GN. If you use
|
| +Eclipse and make it work, please update this documentation.*
|
| +
|
| 1. From a shell in your src directory, run
|
| `GYP_GENERATORS=ninja,eclipse build/gyp_chromium`
|
| 1. This generates <project root>/out/Debug/eclipse-cdt-settings.xml which
|
|
|