James Robinson | 288298d | 2015-04-06 11:37:23 -0700 | [diff] [blame] | 1 | # Native Client dependencies are now included in DEPS. This execs DEPS without |
2 | # adding anything to ease the transition. | ||||
3 | |||||
Nick Bray | e7561b4 | 2015-01-09 10:54:19 -0800 | [diff] [blame] | 4 | import gclient_utils |
5 | import os | ||||
6 | |||||
7 | path = gclient_utils.FindGclientRoot(os.getcwd()) | ||||
8 | execfile(os.path.join(path, 'src', 'DEPS')) # Include proper Mojo DEPS. |