blob: 2e9add3c3ed7cda2633288b713086d82bf961ec0 [file] [log] [blame]
James Robinson288298d2015-04-06 11:37:23 -07001# Native Client dependencies are now included in DEPS. This execs DEPS without
2# adding anything to ease the transition.
3
Nick Braye7561b42015-01-09 10:54:19 -08004import gclient_utils
5import os
6
7path = gclient_utils.FindGclientRoot(os.getcwd())
8execfile(os.path.join(path, 'src', 'DEPS')) # Include proper Mojo DEPS.