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

Side by Side Diff: chromecast/browser/DEPS

Issue 2192683003: Revert of Reland: Geolocation: move from content/browser to device/ (patchset #2 id:20001 of https:… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2810
Patch Set: Created 4 years, 4 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 | « chromecast/browser/BUILD.gn ('k') | chromecast/browser/cast_browser_main_parts.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 # chromecast/browser/ is the top-level main directory for the Chromecast 2 # chromecast/browser/ is the top-level main directory for the Chromecast
3 # embedder and can include from all other chromecast/ directories. 3 # embedder and can include from all other chromecast/ directories.
4 "+cc/base/switches.h", 4 "+cc/base/switches.h",
5 "+chromecast", 5 "+chromecast",
6 "+components/crash", 6 "+components/crash",
7 "+components/devtools_discovery", 7 "+components/devtools_discovery",
8 "+components/devtools_http_handler", 8 "+components/devtools_http_handler",
9 "+components/external_video_surface", 9 "+components/external_video_surface",
10 "+components/network_hints/browser", 10 "+components/network_hints/browser",
11 "+components/prefs", 11 "+components/prefs",
12 "+content/public/browser", 12 "+content/public/browser",
13 "+device/geolocation",
14 "+gin/v8_initializer.h", 13 "+gin/v8_initializer.h",
15 "+gpu/command_buffer/service/gpu_switches.h", 14 "+gpu/command_buffer/service/gpu_switches.h",
16 "+media/audio", 15 "+media/audio",
17 "+media/base", 16 "+media/base",
18 "+media/mojo", 17 "+media/mojo",
19 "+services/shell/public", 18 "+services/shell/public",
20 "+ui/ozone/platform/cast/overlay_manager_cast.h", 19 "+ui/ozone/platform/cast/overlay_manager_cast.h",
21 ] 20 ]
OLDNEW
« no previous file with comments | « chromecast/browser/BUILD.gn ('k') | chromecast/browser/cast_browser_main_parts.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698