summaryrefslogtreecommitdiffstats
path: root/chrome/browser/DEPS
diff options
context:
space:
mode:
authoroth <oth@chromium.org>2015-04-05 07:30:57 -0700
committerCommit bot <commit-bot@chromium.org>2015-04-05 14:31:16 +0000
commit05c26fde422600a25247a22f9670463216d0519a (patch)
treea2443f512888c10b64f892b4f78f200d18c4575d /chrome/browser/DEPS
parentf13b7592e312f69e70062fbcf72b746eefaf13fc (diff)
downloadchromium_src-05c26fde422600a25247a22f9670463216d0519a.zip
chromium_src-05c26fde422600a25247a22f9670463216d0519a.tar.gz
chromium_src-05c26fde422600a25247a22f9670463216d0519a.tar.bz2
Move V8 snapshot loading code from isolate_holder to gin/v8_startup_data.{h,cc}.
isolate_holder.h is public and used by blink and therefore cannot refer to types from base. As part of porting this to other platforms we needed to load snapshots from BaseFile descriptors. BUG=421063 Review URL: https://codereview.chromium.org/1011133006 Cr-Commit-Position: refs/heads/master@{#323886}
Diffstat (limited to 'chrome/browser/DEPS')
-rw-r--r--chrome/browser/DEPS2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/DEPS b/chrome/browser/DEPS
index 7c78fa9..0368828 100644
--- a/chrome/browser/DEPS
+++ b/chrome/browser/DEPS
@@ -106,7 +106,7 @@ include_rules = [
"+extensions/components/javascript_dialog_extensions_client",
"+extensions/grit",
"+extensions/test",
- "+gin/public/isolate_holder.h",
+ "+gin",
"+google/cacheinvalidation", # Sync invalidation API protobuf files.
"+google_apis",
"+google_update",