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

Side by Side Diff: chrome/renderer/DEPS

Issue 2624163003: Remainder of V8 removal (Closed)
Patch Set: . Created 3 years, 11 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 | « chrome/child/DEPS ('k') | chrome/utility/DEPS » ('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 "+chrome/grit", 2 "+chrome/grit",
3 "+components/autofill/content/common", 3 "+components/autofill/content/common",
4 "+components/autofill/content/renderer", 4 "+components/autofill/content/renderer",
5 "+components/autofill/core/common", 5 "+components/autofill/core/common",
6 "+components/cdm/renderer", 6 "+components/cdm/renderer",
7 "+components/content_settings/core/common", 7 "+components/content_settings/core/common",
8 "+components/contextual_search/renderer", 8 "+components/contextual_search/renderer",
9 "+components/crx_file", 9 "+components/crx_file",
10 "+components/data_reduction_proxy/core/common", 10 "+components/data_reduction_proxy/core/common",
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 "+extensions/common", 46 "+extensions/common",
47 "+extensions/features", 47 "+extensions/features",
48 "+extensions/renderer", 48 "+extensions/renderer",
49 "+gin", 49 "+gin",
50 "+media/base", 50 "+media/base",
51 "+ppapi/c", 51 "+ppapi/c",
52 "+ppapi/shared_impl", 52 "+ppapi/shared_impl",
53 "+services/service_manager/public/cpp", 53 "+services/service_manager/public/cpp",
54 "+skia", 54 "+skia",
55 "+storage/common", 55 "+storage/common",
56 "+v8/include",
56 ] 57 ]
57 58
58 specific_include_rules = { 59 specific_include_rules = {
59 "chrome_content_renderer_client_browsertest\.cc" : [ 60 "chrome_content_renderer_client_browsertest\.cc" : [
60 "+chrome/browser/ui", 61 "+chrome/browser/ui",
61 "+chrome/browser/ui/tabs", 62 "+chrome/browser/ui/tabs",
62 ], 63 ],
63 } 64 }
OLDNEW
« no previous file with comments | « chrome/child/DEPS ('k') | chrome/utility/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698