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

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: addressed comments, rebase 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
« no previous file with comments | « build/common.gypi ('k') | chrome/browser/browser_process_impl.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 "+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 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 # DO NOT ADD ANY MORE ITEMS TO THE LIST BELOW! 119 # DO NOT ADD ANY MORE ITEMS TO THE LIST BELOW!
120 120
121 # TODO(kinuko): Remove all other webkit/* dependencies after we cleaned 121 # TODO(kinuko): Remove all other webkit/* dependencies after we cleaned
122 # up webkit/. crbug.com/239710 122 # up webkit/. crbug.com/239710
123 "+webkit/browser", 123 "+webkit/browser",
124 "+webkit/common", 124 "+webkit/common",
125 125
126 "-chrome/browser/ui/views", 126 "-chrome/browser/ui/views",
127 "+chrome/browser/ui/views/chrome_browser_main_extra_parts_views.h", 127 "+chrome/browser/ui/views/chrome_browser_main_extra_parts_views.h",
128 "+chrome/browser/ui/views/ash/chrome_browser_main_extra_parts_ash.h", 128 "+chrome/browser/ui/views/ash/chrome_browser_main_extra_parts_ash.h",
129 "+chrome/browser/ui/views/athena/chrome_browser_main_extra_parts_athena.h",
129 130
130 # Other libraries. 131 # Other libraries.
131 "+libxml", # For search engine definition parsing. 132 "+libxml", # For search engine definition parsing.
132 "+third_party/google_toolbox_for_mac/src", 133 "+third_party/google_toolbox_for_mac/src",
133 "+third_party/icu/source/common/unicode", 134 "+third_party/icu/source/common/unicode",
134 "+third_party/icu/source/i18n/unicode", 135 "+third_party/icu/source/i18n/unicode",
135 "+third_party/leveldatabase", 136 "+third_party/leveldatabase",
136 "+third_party/mozilla", # Mozilla interface headers. 137 "+third_party/mozilla", # Mozilla interface headers.
137 "+third_party/protobuf/src/google/protobuf", 138 "+third_party/protobuf/src/google/protobuf",
138 "+third_party/re2", 139 "+third_party/re2",
(...skipping 13 matching lines...) Expand all
152 "+third_party/WebKit/public/web/WebCache.h", 153 "+third_party/WebKit/public/web/WebCache.h",
153 "+third_party/WebKit/public/web/WebContextMenuData.h", 154 "+third_party/WebKit/public/web/WebContextMenuData.h",
154 "+third_party/WebKit/public/web/WebFindOptions.h", 155 "+third_party/WebKit/public/web/WebFindOptions.h",
155 "+third_party/WebKit/public/web/WebInputEvent.h", 156 "+third_party/WebKit/public/web/WebInputEvent.h",
156 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", 157 "+third_party/WebKit/public/web/WebMediaPlayerAction.h",
157 "+third_party/WebKit/public/web/WebPageVisibilityState.h", 158 "+third_party/WebKit/public/web/WebPageVisibilityState.h",
158 "+third_party/WebKit/public/web/WebPluginAction.h", 159 "+third_party/WebKit/public/web/WebPluginAction.h",
159 "+third_party/WebKit/public/web/WebTextDirection.h", 160 "+third_party/WebKit/public/web/WebTextDirection.h",
160 "+third_party/WebKit/public/web/WebWindowFeatures.h", 161 "+third_party/WebKit/public/web/WebWindowFeatures.h",
161 ] 162 ]
OLDNEW
« no previous file with comments | « build/common.gypi ('k') | chrome/browser/browser_process_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698