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

Side by Side Diff: chrome/browser/DEPS

Issue 2621363002: Remove Kasko! (Closed)
Patch Set: Rebase Created 3 years, 10 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/browser/BUILD.gn ('k') | chrome/browser/chrome_browser_main_win.h » ('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 "+apps", 2 "+apps",
3 "+ash", 3 "+ash",
4 "+chrome/app", 4 "+chrome/app",
5 "+chrome/chrome_watcher", 5 "+chrome/chrome_watcher",
6 "+chrome/grit", 6 "+chrome/grit",
7 "+chrome/install_static", 7 "+chrome/install_static",
8 "+chrome/installer", 8 "+chrome/installer",
9 "+chrome_elf/blacklist", 9 "+chrome_elf/blacklist",
10 "+chrome_elf/chrome_elf_constants.h", 10 "+chrome_elf/chrome_elf_constants.h",
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 "+ppapi/shared_impl", 44 "+ppapi/shared_impl",
45 "+rlz", 45 "+rlz",
46 "+sandbox/win/src", # The path doesn't say it, but this is the Windows sandbo x. 46 "+sandbox/win/src", # The path doesn't say it, but this is the Windows sandbo x.
47 "+services/image_decoder/public/cpp", 47 "+services/image_decoder/public/cpp",
48 "+services/image_decoder/public/interfaces", 48 "+services/image_decoder/public/interfaces",
49 "+services/preferences/public/interfaces", 49 "+services/preferences/public/interfaces",
50 "+services/service_manager", 50 "+services/service_manager",
51 "+services/shape_detection/public/interfaces", 51 "+services/shape_detection/public/interfaces",
52 "+services/ui/public", 52 "+services/ui/public",
53 "+skia/ext", 53 "+skia/ext",
54 "+syzygy/kasko",
55 "+third_party/boringssl/src/include", 54 "+third_party/boringssl/src/include",
56 "+third_party/crashpad", 55 "+third_party/crashpad",
57 "+third_party/cros_system_api", 56 "+third_party/cros_system_api",
58 "+third_party/kasko",
59 57
60 # chrome only needs switches from cc. All usage of the compositor is from 58 # chrome only needs switches from cc. All usage of the compositor is from
61 # content. Definitely don't include generic stuff from cc/base here, if this 59 # content. Definitely don't include generic stuff from cc/base here, if this
62 # is needed these files need to move to base/ 60 # is needed these files need to move to base/
63 "+cc/base/switches.h", 61 "+cc/base/switches.h",
64 62
65 # Unsafe to use from //chrome, see http://goo.gl/QQG5wo 63 # Unsafe to use from //chrome, see http://goo.gl/QQG5wo
66 "-content/public/test/test_browser_context.h", 64 "-content/public/test/test_browser_context.h",
67 65
68 "+storage/browser", 66 "+storage/browser",
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
115 "+third_party/WebKit/public/platform/site_engagement.mojom.h", 113 "+third_party/WebKit/public/platform/site_engagement.mojom.h",
116 "+third_party/WebKit/public/public_features.h", 114 "+third_party/WebKit/public/public_features.h",
117 "+third_party/WebKit/public/web/WebCache.h", 115 "+third_party/WebKit/public/web/WebCache.h",
118 "+third_party/WebKit/public/web/WebContextMenuData.h", 116 "+third_party/WebKit/public/web/WebContextMenuData.h",
119 "+third_party/WebKit/public/web/WebFindOptions.h", 117 "+third_party/WebKit/public/web/WebFindOptions.h",
120 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", 118 "+third_party/WebKit/public/web/WebMediaPlayerAction.h",
121 "+third_party/WebKit/public/web/WebPluginAction.h", 119 "+third_party/WebKit/public/web/WebPluginAction.h",
122 "+third_party/WebKit/public/web/WebTextDirection.h", 120 "+third_party/WebKit/public/web/WebTextDirection.h",
123 "+third_party/WebKit/public/web/WebWindowFeatures.h", 121 "+third_party/WebKit/public/web/WebWindowFeatures.h",
124 ] 122 ]
OLDNEW
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | chrome/browser/chrome_browser_main_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698