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

Side by Side Diff: chrome/browser/DEPS

Issue 2338283003: [Payments] Normalize addresses before passing them to merchants. (Closed)
Patch Set: Created 4 years, 3 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 "+apps", 2 "+apps",
3 "+ash", 3 "+ash",
4 "+chrome/app", 4 "+chrome/app",
5 "+chrome/chrome_watcher", 5 "+chrome/chrome_watcher",
6 "+chrome/grit", 6 "+chrome/grit",
7 "+chrome/install_static", 7 "+chrome/install_static",
8 "+chrome/installer", 8 "+chrome/installer",
9 "+chrome_elf/blacklist", 9 "+chrome_elf/blacklist",
10 "+chrome_elf/chrome_elf_constants.h", 10 "+chrome_elf/chrome_elf_constants.h",
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 # Explicitly disallow using SyncMessageFilter to prevent browser from 68 # Explicitly disallow using SyncMessageFilter to prevent browser from
69 # sending synchronous IPC messages on non-UI threads. 69 # sending synchronous IPC messages on non-UI threads.
70 "-ipc/ipc_sync_message_filter.h", 70 "-ipc/ipc_sync_message_filter.h",
71 71
72 # Other libraries. 72 # Other libraries.
73 "+libxml", 73 "+libxml",
74 "+third_party/google_toolbox_for_mac/src", 74 "+third_party/google_toolbox_for_mac/src",
75 "+third_party/icu/source/common/unicode", 75 "+third_party/icu/source/common/unicode",
76 "+third_party/icu/source/i18n/unicode", 76 "+third_party/icu/source/i18n/unicode",
77 "+third_party/leveldatabase", 77 "+third_party/leveldatabase",
78 "+third_party/libaddressinput",
78 "+third_party/libxml", 79 "+third_party/libxml",
79 "+third_party/mozilla", # Mozilla interface headers. 80 "+third_party/mozilla", # Mozilla interface headers.
80 "+third_party/protobuf/src/google/protobuf", 81 "+third_party/protobuf/src/google/protobuf",
81 "+third_party/re2", 82 "+third_party/re2",
82 "+third_party/smhasher", 83 "+third_party/smhasher",
83 "+third_party/sqlite", 84 "+third_party/sqlite",
84 "+third_party/zlib", 85 "+third_party/zlib",
85 86
86 # No inclusion of WebKit from the browser, other than strictly enum/POD, 87 # No inclusion of WebKit from the browser, other than strictly enum/POD,
87 # header-only types, and some selected common code. 88 # header-only types, and some selected common code.
88 "-third_party/WebKit", 89 "-third_party/WebKit",
89 "+third_party/WebKit/public/platform/WebDisplayMode.h", 90 "+third_party/WebKit/public/platform/WebDisplayMode.h",
90 "+third_party/WebKit/public/platform/WebLoadingBehaviorFlag.h", 91 "+third_party/WebKit/public/platform/WebLoadingBehaviorFlag.h",
91 "+third_party/WebKit/public/platform/WebReferrerPolicy.h", 92 "+third_party/WebKit/public/platform/WebReferrerPolicy.h",
92 "+third_party/WebKit/public/platform/modules/app_banner/WebAppBannerPromptRepl y.h", 93 "+third_party/WebKit/public/platform/modules/app_banner/WebAppBannerPromptRepl y.h",
93 "+third_party/WebKit/public/platform/modules/budget_service/budget_service.moj om.h", 94 "+third_party/WebKit/public/platform/modules/budget_service/budget_service.moj om.h",
94 "+third_party/WebKit/public/platform/modules/notifications/WebNotificationCons tants.h", 95 "+third_party/WebKit/public/platform/modules/notifications/WebNotificationCons tants.h",
95 "+third_party/WebKit/public/platform/modules/push_messaging/WebPushPermissionS tatus.h", 96 "+third_party/WebKit/public/platform/modules/push_messaging/WebPushPermissionS tatus.h",
96 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien tationLockType.h", 97 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien tationLockType.h",
97 "+third_party/WebKit/public/platform/modules/permissions/permission_status.moj om.h", 98 "+third_party/WebKit/public/platform/modules/permissions/permission_status.moj om.h",
98 "+third_party/WebKit/public/web/WebCache.h", 99 "+third_party/WebKit/public/web/WebCache.h",
99 "+third_party/WebKit/public/web/WebContextMenuData.h", 100 "+third_party/WebKit/public/web/WebContextMenuData.h",
100 "+third_party/WebKit/public/web/WebFindOptions.h", 101 "+third_party/WebKit/public/web/WebFindOptions.h",
101 "+third_party/WebKit/public/web/WebInputEvent.h", 102 "+third_party/WebKit/public/web/WebInputEvent.h",
102 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", 103 "+third_party/WebKit/public/web/WebMediaPlayerAction.h",
103 "+third_party/WebKit/public/web/WebPluginAction.h", 104 "+third_party/WebKit/public/web/WebPluginAction.h",
104 "+third_party/WebKit/public/web/WebTextDirection.h", 105 "+third_party/WebKit/public/web/WebTextDirection.h",
105 "+third_party/WebKit/public/web/WebWindowFeatures.h", 106 "+third_party/WebKit/public/web/WebWindowFeatures.h",
106 ] 107 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698