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

Side by Side Diff: chrome/common/DEPS

Issue 59323005: Cleanup: Remove unused includes of webkit/glue/webkit_glue.h (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix win Created 7 years, 1 month 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 | Annotate | Revision Log
« no previous file with comments | « android_webview/native/aw_settings.cc ('k') | chrome/common/localized_error.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 "+apps/app_shim", # For app shim messages. 2 "+apps/app_shim", # For app shim messages.
3 "+breakpad", # For Breakpad constants. 3 "+breakpad", # For Breakpad constants.
4 "+chromeos", # For chromeos_switches.h 4 "+chromeos", # For chromeos_switches.h
5 "+components/autofill/core/common", 5 "+components/autofill/core/common",
6 "+components/nacl/common", 6 "+components/nacl/common",
7 "+components/policy/core/common", 7 "+components/policy/core/common",
8 "+extensions/common", 8 "+extensions/common",
9 "+grit", # For generated headers 9 "+grit", # For generated headers
10 "+ppapi/shared_impl", 10 "+ppapi/shared_impl",
11 "+remoting/client/plugin", 11 "+remoting/client/plugin",
12 "+webkit/common/user_agent", 12 "+webkit/common/user_agent",
13 "+webkit/glue",
14 13
15 # FIXME - refactor code and remove these dependencies 14 # FIXME - refactor code and remove these dependencies
16 "+chrome/installer", 15 "+chrome/installer",
17 ] 16 ]
OLDNEW
« no previous file with comments | « android_webview/native/aw_settings.cc ('k') | chrome/common/localized_error.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698