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

Side by Side Diff: content/browser/DEPS

Issue 1102673007: content: Move the remaining source files of webkit/ over here. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: REBASE Created 5 years, 7 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 # Allow inclusion of specific components that we depend on. We may only 2 # Allow inclusion of specific components that we depend on. We may only
3 # depend on components which we share with the mojo html_viewer. 3 # depend on components which we share with the mojo html_viewer.
4 "+components/mime_util", 4 "+components/mime_util",
5 "+components/scheduler/common", 5 "+components/scheduler/common",
6 "+components/tracing", 6 "+components/tracing",
7 7
8 "+content/app/strings/grit", # For generated headers 8 "+content/app/strings/grit", # For generated headers
9 "+content/public/browser", 9 "+content/public/browser",
10 "+device/battery", # For battery status service. 10 "+device/battery", # For battery status service.
(...skipping 19 matching lines...) Expand all
30 "+third_party/isimpledom", 30 "+third_party/isimpledom",
31 "+third_party/khronos", # For enum definitions only 31 "+third_party/khronos", # For enum definitions only
32 "+third_party/power_gadget", 32 "+third_party/power_gadget",
33 "+third_party/speex", 33 "+third_party/speex",
34 "+third_party/re2", 34 "+third_party/re2",
35 35
36 # Allow non-browser Chrome OS code to be used. 36 # Allow non-browser Chrome OS code to be used.
37 "+chromeos", 37 "+chromeos",
38 "+third_party/cros_system_api", 38 "+third_party/cros_system_api",
39 39
40 "-webkit/renderer",
41
42 # No inclusion of WebKit from the browser, other than strictly enum/POD, 40 # No inclusion of WebKit from the browser, other than strictly enum/POD,
43 # header-only types, and some selected common code. 41 # header-only types, and some selected common code.
44 "-third_party/WebKit", 42 "-third_party/WebKit",
45 "+third_party/WebKit/public/platform/WebCircularGeofencingRegion.h", 43 "+third_party/WebKit/public/platform/WebCircularGeofencingRegion.h",
46 "+third_party/WebKit/public/platform/WebCursorInfo.h", 44 "+third_party/WebKit/public/platform/WebCursorInfo.h",
47 "+third_party/WebKit/public/platform/WebDisplayMode.h", 45 "+third_party/WebKit/public/platform/WebDisplayMode.h",
48 "+third_party/WebKit/public/platform/WebFocusType.h", 46 "+third_party/WebKit/public/platform/WebFocusType.h",
49 "+third_party/WebKit/public/platform/WebGamepad.h", 47 "+third_party/WebKit/public/platform/WebGamepad.h",
50 "+third_party/WebKit/public/platform/WebGamepads.h", 48 "+third_party/WebKit/public/platform/WebGamepads.h",
51 "+third_party/WebKit/public/platform/WebGeofencingEventType.h", 49 "+third_party/WebKit/public/platform/WebGeofencingEventType.h",
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 "+third_party/WebKit/public/web/WebTextDirection.h", 81 "+third_party/WebKit/public/web/WebTextDirection.h",
84 "+third_party/WebKit/public/web/WebTextInputType.h", 82 "+third_party/WebKit/public/web/WebTextInputType.h",
85 83
86 # These should be burned down. http://crbug.com/237267 84 # These should be burned down. http://crbug.com/237267
87 "!third_party/WebKit/public/web/mac/WebInputEventFactory.h", 85 "!third_party/WebKit/public/web/mac/WebInputEventFactory.h",
88 86
89 # DO NOT ADD ANY CHROME OR COMPONENTS INCLUDES HERE!!! 87 # DO NOT ADD ANY CHROME OR COMPONENTS INCLUDES HERE!!!
90 # See https://sites.google.com/a/chromium.org/dev/developers/content-module 88 # See https://sites.google.com/a/chromium.org/dev/developers/content-module
91 # for more information. 89 # for more information.
92 ] 90 ]
OLDNEW
« no previous file with comments | « content/browser/BUILD.gn ('k') | content/browser/android/in_process/context_provider_in_process.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698