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

Side by Side Diff: chrome/browser/DEPS

Issue 2916823002: Move Mus into chrome's process when running with --mus.
Patch Set: Addressing most feedback, making this work on device. Created 3 years, 6 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 "+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/data_decoder/public/cpp", 47 "+services/data_decoder/public/cpp",
48 "+services/device/public/cpp/device_features.h", 48 "+services/device/public/cpp/device_features.h",
49 "+services/identity/public", 49 "+services/identity/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",
56 "+services/ui/public", 57 "+services/ui/public",
57 "+skia/ext", 58 "+skia/ext",
58 "+third_party/boringssl/src/include", 59 "+third_party/boringssl/src/include",
59 "+third_party/crashpad", 60 "+third_party/crashpad",
60 "+third_party/cros_system_api", 61 "+third_party/cros_system_api",
61 62
62 # Code under //ash runs out-of-process under mustash (chrome --mash) so it 63 # 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 64 # must be accessed via mojo interfaces in //ash/public/interfaces. See
64 # //ash/README.md. 65 # //ash/README.md.
65 "-ash", 66 "-ash",
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
135 "+third_party/WebKit/public/web/WebTextDirection.h", 136 "+third_party/WebKit/public/web/WebTextDirection.h",
136 "+third_party/WebKit/public/web/window_features.mojom.h", 137 "+third_party/WebKit/public/web/window_features.mojom.h",
137 ] 138 ]
138 specific_include_rules = { 139 specific_include_rules = {
139 # TODO(mash): Remove. http://crbug.com/678705 140 # TODO(mash): Remove. http://crbug.com/678705
140 "fullscreen_chromeos\.cc": [ 141 "fullscreen_chromeos\.cc": [
141 "+ash/root_window_controller.h", 142 "+ash/root_window_controller.h",
142 "+ash/shell.h", 143 "+ash/shell.h",
143 ] 144 ]
144 } 145 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698