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

Side by Side Diff: chrome/browser/DEPS

Issue 514293003: Run athena on chrome (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+apps", 2 "+apps",
3 "+ash", 3 "+ash",
4 "+chrome/app", 4 "+chrome/app",
5 "+chrome/grit", # For generated headers 5 "+chrome/grit", # For generated headers
6 "+chrome/installer", 6 "+chrome/installer",
7 "+chrome_elf/blacklist", 7 "+chrome_elf/blacklist",
8 "+chrome_elf/chrome_elf_constants.h", 8 "+chrome_elf/chrome_elf_constants.h",
9 "+chrome_elf/create_file", 9 "+chrome_elf/create_file",
10 "+chrome_elf/dll_hash", 10 "+chrome_elf/dll_hash",
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
117 # DO NOT ADD ANY MORE ITEMS TO THE LIST BELOW! 117 # DO NOT ADD ANY MORE ITEMS TO THE LIST BELOW!
118 118
119 # TODO(kinuko): Remove all other webkit/* dependencies after we cleaned 119 # TODO(kinuko): Remove all other webkit/* dependencies after we cleaned
120 # up webkit/. crbug.com/239710 120 # up webkit/. crbug.com/239710
121 "+webkit/browser", 121 "+webkit/browser",
122 "+webkit/common", 122 "+webkit/common",
123 123
124 "-chrome/browser/ui/views", 124 "-chrome/browser/ui/views",
125 "+chrome/browser/ui/views/chrome_browser_main_extra_parts_views.h", 125 "+chrome/browser/ui/views/chrome_browser_main_extra_parts_views.h",
126 "+chrome/browser/ui/views/ash/chrome_browser_main_extra_parts_ash.h", 126 "+chrome/browser/ui/views/ash/chrome_browser_main_extra_parts_ash.h",
127 "+chrome/browser/ui/views/athena/chrome_browser_main_extra_parts_athena.h",
127 128
128 # Other libraries. 129 # Other libraries.
129 "+libxml", # For search engine definition parsing. 130 "+libxml", # For search engine definition parsing.
130 "+third_party/google_toolbox_for_mac/src", 131 "+third_party/google_toolbox_for_mac/src",
131 "+third_party/icu/source/common/unicode", 132 "+third_party/icu/source/common/unicode",
132 "+third_party/icu/source/i18n/unicode", 133 "+third_party/icu/source/i18n/unicode",
133 "+third_party/leveldatabase", 134 "+third_party/leveldatabase",
134 "+third_party/mozilla", # Mozilla interface headers. 135 "+third_party/mozilla", # Mozilla interface headers.
135 "+third_party/protobuf/src/google/protobuf", 136 "+third_party/protobuf/src/google/protobuf",
136 "+third_party/re2", 137 "+third_party/re2",
(...skipping 13 matching lines...) Expand all
150 "+third_party/WebKit/public/web/WebCache.h", 151 "+third_party/WebKit/public/web/WebCache.h",
151 "+third_party/WebKit/public/web/WebContextMenuData.h", 152 "+third_party/WebKit/public/web/WebContextMenuData.h",
152 "+third_party/WebKit/public/web/WebFindOptions.h", 153 "+third_party/WebKit/public/web/WebFindOptions.h",
153 "+third_party/WebKit/public/web/WebInputEvent.h", 154 "+third_party/WebKit/public/web/WebInputEvent.h",
154 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", 155 "+third_party/WebKit/public/web/WebMediaPlayerAction.h",
155 "+third_party/WebKit/public/web/WebPageVisibilityState.h", 156 "+third_party/WebKit/public/web/WebPageVisibilityState.h",
156 "+third_party/WebKit/public/web/WebPluginAction.h", 157 "+third_party/WebKit/public/web/WebPluginAction.h",
157 "+third_party/WebKit/public/web/WebTextDirection.h", 158 "+third_party/WebKit/public/web/WebTextDirection.h",
158 "+third_party/WebKit/public/web/WebWindowFeatures.h", 159 "+third_party/WebKit/public/web/WebWindowFeatures.h",
159 ] 160 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698