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

Side by Side Diff: chrome/browser/DEPS

Issue 2916823002: Move Mus into chrome's process when running with --mus.
Patch Set: Removing debug include. Created 3 years, 5 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 "+cc/paint", 3 "+cc/paint",
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/util", 8 "+chrome/installer/util",
9 "+chrome_elf/blacklist", 9 "+chrome_elf/blacklist",
10 "+chrome_elf/chrome_elf_constants.h", 10 "+chrome_elf/chrome_elf_constants.h",
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 "+services/data_decoder/public/cpp", 46 "+services/data_decoder/public/cpp",
47 "+services/device/public/cpp/device_features.h", 47 "+services/device/public/cpp/device_features.h",
48 "+services/identity/public", 48 "+services/identity/public",
49 "+services/metrics/public", 49 "+services/metrics/public",
50 "+services/preferences/public/cpp", 50 "+services/preferences/public/cpp",
51 "+services/preferences/public/interfaces", 51 "+services/preferences/public/interfaces",
52 "+services/resource_coordinator/public/cpp", 52 "+services/resource_coordinator/public/cpp",
53 "+services/resource_coordinator/public/interfaces/memory_instrumentation", 53 "+services/resource_coordinator/public/interfaces/memory_instrumentation",
54 "+services/service_manager", 54 "+services/service_manager",
55 "+services/shape_detection/public/interfaces", 55 "+services/shape_detection/public/interfaces",
56 "+services/ui/common",
56 "+services/ui/public", 57 "+services/ui/public",
58 "+services/ui/service.h",
57 "+skia/ext", 59 "+skia/ext",
58 "+third_party/boringssl/src/include", 60 "+third_party/boringssl/src/include",
59 "+third_party/crashpad", 61 "+third_party/crashpad",
60 "+third_party/cros_system_api", 62 "+third_party/cros_system_api",
61 63
62 # Code under //ash runs out-of-process under mustash (chrome --mash) so it 64 # Code under //ash runs out-of-process under mustash (chrome --mash) so it
63 # must be accessed via mojo interfaces in //ash/public/interfaces. See 65 # must be accessed via mojo interfaces in //ash/public/interfaces. See
64 # //ash/README.md. 66 # //ash/README.md.
65 "-ash", 67 "-ash",
66 "+ash/public", 68 "+ash/public",
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
138 "+third_party/WebKit/public/web/WebTextDirection.h", 140 "+third_party/WebKit/public/web/WebTextDirection.h",
139 "+third_party/WebKit/public/web/window_features.mojom.h", 141 "+third_party/WebKit/public/web/window_features.mojom.h",
140 ] 142 ]
141 specific_include_rules = { 143 specific_include_rules = {
142 # TODO(mash): Remove. http://crbug.com/678705 144 # TODO(mash): Remove. http://crbug.com/678705
143 "fullscreen_chromeos\.cc": [ 145 "fullscreen_chromeos\.cc": [
144 "+ash/root_window_controller.h", 146 "+ash/root_window_controller.h",
145 "+ash/shell.h", 147 "+ash/shell.h",
146 ] 148 ]
147 } 149 }
OLDNEW
« no previous file with comments | « chrome/app/mash/embedded_services.cc ('k') | chrome/browser/browser_process_platform_part_base.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698