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

Side by Side Diff: webkit/glue/DEPS

Issue 7353026: Move app/sql/* files to sql/ directory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased Created 9 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 | Annotate | Revision Log
« no previous file with comments | « webkit/database/quota_table_unittest.cc ('k') | webkit/quota/quota_database.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 "+app",
3 "+gpu", 2 "+gpu",
4 "+media", 3 "+media",
5 "+skia/ext", 4 "+skia/ext",
6 "+skia/include", 5 "+skia/include",
7 "+ui", 6 "+ui",
8 "+webkit/tools/test_shell", # Needed for test shell tests. 7 "+webkit/tools/test_shell", # Needed for test shell tests.
9 8
10 # This is not actually a directory, but npruntime_util.cc includes a file 9 # This is not actually a directory, but npruntime_util.cc includes a file
11 # from WebKit starting with this path in JSCore mode. 10 # from WebKit starting with this path in JSCore mode.
12 "+bindings/c", 11 "+bindings/c",
13 ] 12 ]
OLDNEW
« no previous file with comments | « webkit/database/quota_table_unittest.cc ('k') | webkit/quota/quota_database.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698