diff options
author | thestig <thestig@chromium.org> | 2016-08-30 06:39:40 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-08-30 06:39:40 -0700 |
commit | 5fec597c1a23a87b30c6ee9a45534aee91278709 (patch) | |
tree | cb206bfa5b7b6a3ce275784edc59147ef8992617 /DEPS | |
parent | 94fb74c3137ab4f9f817f4cfb14e0a68a677422b (diff) | |
download | pdfium-5fec597c1a23a87b30c6ee9a45534aee91278709.tar.xz |
Fix missing files found by gn gen --check.
Move trace_events DEPS from v8/base/ to base/
Review-Url: https://codereview.chromium.org/2292553003
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -22,6 +22,10 @@ vars = { } deps = { + "base/trace_event/common": + Var('chromium_git') + "/chromium/src/base/trace_event/common.git@" + + Var('trace_event_revision'), + "build": Var('chromium_git') + "/chromium/src/build.git@" + Var('build_revision'), @@ -60,10 +64,6 @@ deps = { "v8": Var('chromium_git') + "/v8/v8.git@" + Var('v8_revision'), - - "v8/base/trace_event/common": - Var('chromium_git') + "/chromium/src/base/trace_event/common.git@" + - Var('trace_event_revision'), } deps_os = { |