blob: 2e9add3c3ed7cda2633288b713086d82bf961ec0 [file] [log] [blame]
# Native Client dependencies are now included in DEPS. This execs DEPS without
# adding anything to ease the transition.
import gclient_utils
import os
path = gclient_utils.FindGclientRoot(os.getcwd())
execfile(os.path.join(path, 'src', 'DEPS')) # Include proper Mojo DEPS.