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

Side by Side Diff: chrome/renderer/DEPS

Issue 11000016: Move forms/ out of webkit/. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Response to review Created 8 years, 2 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 | « chrome/common/password_form_fill_data.cc ('k') | chrome/renderer/autofill/autofill_agent.h » ('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 "+chrome/app", # The plugins use the theme library to get the sad plugin bitm ap. 2 "+chrome/app", # The plugins use the theme library to get the sad plugin bitm ap.
3 # TODO(jam): remove this once all of chrome doesn't depend on content/common. 3 # TODO(jam): remove this once all of chrome doesn't depend on content/common.
4 "-content/common", 4 "-content/common",
5 "+content/public/renderer", 5 "+content/public/renderer",
6 "+grit", # For generated headers 6 "+grit", # For generated headers
7 "+media/base", # For initializing media library and media switches. 7 "+media/base", # For initializing media library and media switches.
8 "+ppapi/native_client/src/trusted/plugin/nacl_entry_points.h", # For NaCl reg istration. 8 "+ppapi/native_client/src/trusted/plugin/nacl_entry_points.h", # For NaCl reg istration.
9 "+ppapi/c", 9 "+ppapi/c",
10 "+ppapi/proxy", 10 "+ppapi/proxy",
11 "+ppapi/shared_impl", 11 "+ppapi/shared_impl",
12 "+sandbox/win/src", 12 "+sandbox/win/src",
13 "+skia", 13 "+skia",
14 14
15 "+webkit/extensions", 15 "+webkit/extensions",
16 "+webkit/fileapi", 16 "+webkit/fileapi",
17 "+webkit/forms", # Defines some types that are marshalled over IPC.
18 "+webkit/glue", 17 "+webkit/glue",
19 "+webkit/glue/plugins", 18 "+webkit/glue/plugins",
20 "+webkit/gpu", 19 "+webkit/gpu",
21 "+webkit/media", 20 "+webkit/media",
22 "+webkit/plugins", 21 "+webkit/plugins",
23 22
24 "+third_party/cld/encodings/compact_lang_det/win", 23 "+third_party/cld/encodings/compact_lang_det/win",
25 "+third_party/npapi/bindings", 24 "+third_party/npapi/bindings",
26 "+third_party/smhasher", 25 "+third_party/smhasher",
27 "+third_party/sqlite", 26 "+third_party/sqlite",
28 ] 27 ]
OLDNEW
« no previous file with comments | « chrome/common/password_form_fill_data.cc ('k') | chrome/renderer/autofill/autofill_agent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698