Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(722)

Side by Side Diff: content/public/test/DEPS

Issue 1011133006: Move V8 snapshot loading code from isolate_holder to gin/v8_startup_data.{h,cc}. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix missing #ifdef in V8Initializer::Initialize. Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « content/app/content_main_runner.cc ('k') | content/public/test/content_test_suite_base.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "-content", 2 "-content",
3 "+content/public", 3 "+content/public",
4 "+v8/include/v8.h", 4 "+v8/include/v8.h",
5 ] 5 ]
6 6
7 # Ensure we don't leak internal content headers through public headers. 7 # Ensure we don't leak internal content headers through public headers.
8 specific_include_rules = { 8 specific_include_rules = {
9 ".*\.cc": [ 9 ".*\.cc": [
10 # Testing utilities can access anything in content/ 10 # Testing utilities can access anything in content/
11 "+content", 11 "+content",
12 "+gin/public/isolate_holder.h", 12 "+gin/v8_initializer.h",
13 "+media/base", 13 "+media/base",
14 "+third_party/iaccessible2", 14 "+third_party/iaccessible2",
15 "+ui/base/resource/resource_bundle.h", 15 "+ui/base/resource/resource_bundle.h",
16 ], 16 ],
17 } 17 }
OLDNEW
« no previous file with comments | « content/app/content_main_runner.cc ('k') | content/public/test/content_test_suite_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698