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

Side by Side Diff: chrome/browser/DEPS

Issue 2014013002: Add SkBitmap StructTraits for skia::mojo::Bitmap. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Sync and rebase. Created 4 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
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | chrome/browser/image_decoder.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", 2 "+apps",
3 "+ash", 3 "+ash",
4 "+chrome/app", 4 "+chrome/app",
5 "+chrome/chrome_watcher", 5 "+chrome/chrome_watcher",
6 "+chrome/grit", # For generated headers 6 "+chrome/grit", # For generated headers
7 "+chrome/installer", 7 "+chrome/installer",
8 "+chrome_elf/blacklist", 8 "+chrome_elf/blacklist",
9 "+chrome_elf/chrome_elf_constants.h", 9 "+chrome_elf/chrome_elf_constants.h",
10 "+chrome_elf/create_file", 10 "+chrome_elf/create_file",
(...skipping 29 matching lines...) Expand all
40 "+mojo/runner/child", 40 "+mojo/runner/child",
41 "+services/shell/public/cpp", 41 "+services/shell/public/cpp",
42 "+policy", # For generated headers and source 42 "+policy", # For generated headers and source
43 "+ppapi/c", # For various types. 43 "+ppapi/c", # For various types.
44 "+ppapi/host", 44 "+ppapi/host",
45 "+ppapi/proxy", 45 "+ppapi/proxy",
46 "+ppapi/shared_impl", 46 "+ppapi/shared_impl",
47 "+rlz", 47 "+rlz",
48 "+sandbox/win/src", # The path doesn't say it, but this is the Windows sandbo x. 48 "+sandbox/win/src", # The path doesn't say it, but this is the Windows sandbo x.
49 "+skia/ext", 49 "+skia/ext",
50 "+skia/public",
51 "+sync/api", # Sync API files. 50 "+sync/api", # Sync API files.
52 "+sync/internal_api/public/attachments", # Needed for tests. 51 "+sync/internal_api/public/attachments", # Needed for tests.
53 "+sync/internal_api/public/base", 52 "+sync/internal_api/public/base",
54 "+sync/protocol", # Sync protobuf files. 53 "+sync/protocol", # Sync protobuf files.
55 "+sync/util", # Sync utilities like GetSessionName. 54 "+sync/util", # Sync utilities like GetSessionName.
56 "+syzygy/kasko", 55 "+syzygy/kasko",
57 "+third_party/cros_system_api", 56 "+third_party/cros_system_api",
58 "+third_party/kasko", 57 "+third_party/kasko",
59 "+win8/util", 58 "+win8/util",
60 59
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 "+third_party/WebKit/public/platform/modules/permissions/permission_status.moj om.h", 104 "+third_party/WebKit/public/platform/modules/permissions/permission_status.moj om.h",
106 "+third_party/WebKit/public/web/WebCache.h", 105 "+third_party/WebKit/public/web/WebCache.h",
107 "+third_party/WebKit/public/web/WebContextMenuData.h", 106 "+third_party/WebKit/public/web/WebContextMenuData.h",
108 "+third_party/WebKit/public/web/WebFindOptions.h", 107 "+third_party/WebKit/public/web/WebFindOptions.h",
109 "+third_party/WebKit/public/web/WebInputEvent.h", 108 "+third_party/WebKit/public/web/WebInputEvent.h",
110 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", 109 "+third_party/WebKit/public/web/WebMediaPlayerAction.h",
111 "+third_party/WebKit/public/web/WebPluginAction.h", 110 "+third_party/WebKit/public/web/WebPluginAction.h",
112 "+third_party/WebKit/public/web/WebTextDirection.h", 111 "+third_party/WebKit/public/web/WebTextDirection.h",
113 "+third_party/WebKit/public/web/WebWindowFeatures.h", 112 "+third_party/WebKit/public/web/WebWindowFeatures.h",
114 ] 113 ]
OLDNEW
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | chrome/browser/image_decoder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698