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

Side by Side Diff: chrome/browser/DEPS

Issue 18252003: Replace third_party/icu/public with third_party/icu/source (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: roll ICU to 211851 Created 7 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 | « build/linux/unbundle/icu.gyp ('k') | chrome/browser/character_encoding.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 "+breakpad", 3 "+breakpad",
4 "+chrome/app", 4 "+chrome/app",
5 "+chrome/installer", 5 "+chrome/installer",
6 "+chrome/tools/profiles", # For history unit tests. 6 "+chrome/tools/profiles", # For history unit tests.
7 "+chromeos", 7 "+chromeos",
8 "+components/autofill/content/browser", 8 "+components/autofill/content/browser",
9 "+components/autofill/core/browser", 9 "+components/autofill/core/browser",
10 "+components/autofill/core/common", 10 "+components/autofill/core/common",
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 "+chrome/browser/ui/views/ash/chrome_browser_main_extra_parts_ash.h", 74 "+chrome/browser/ui/views/ash/chrome_browser_main_extra_parts_ash.h",
75 75
76 # Other libraries. 76 # Other libraries.
77 "+chrome/third_party/mozilla_security_manager", 77 "+chrome/third_party/mozilla_security_manager",
78 "+libxml", # For search engine definition parsing. 78 "+libxml", # For search engine definition parsing.
79 "+third_party/apple_sample_code", # Apple code ImageAndTextCell. 79 "+third_party/apple_sample_code", # Apple code ImageAndTextCell.
80 "+third_party/bzip2", 80 "+third_party/bzip2",
81 "+third_party/cld", 81 "+third_party/cld",
82 "+third_party/expat", 82 "+third_party/expat",
83 "+third_party/iaccessible2", 83 "+third_party/iaccessible2",
84 "+third_party/icu", 84 "+third_party/icu/source/common/unicode",
85 "+third_party/icu/source/i18n/unicode",
85 "+third_party/isimpledom", 86 "+third_party/isimpledom",
86 "+third_party/leveldatabase", 87 "+third_party/leveldatabase",
87 "+third_party/libevent", # For the remote V8 debugging server 88 "+third_party/libevent", # For the remote V8 debugging server
88 "+third_party/libjingle", 89 "+third_party/libjingle",
89 "+third_party/protobuf/src/google/protobuf", 90 "+third_party/protobuf/src/google/protobuf",
90 "+third_party/re2", 91 "+third_party/re2",
91 "+third_party/sqlite", 92 "+third_party/sqlite",
92 "+third_party/undoview", 93 "+third_party/undoview",
93 "+third_party/zlib", 94 "+third_party/zlib",
94 95
(...skipping 18 matching lines...) Expand all
113 "+third_party/WebKit/public/web/WebPluginAction.h", 114 "+third_party/WebKit/public/web/WebPluginAction.h",
114 "+third_party/WebKit/public/web/WebScreenInfo.h", 115 "+third_party/WebKit/public/web/WebScreenInfo.h",
115 "+third_party/WebKit/public/web/WebTextDirection.h", 116 "+third_party/WebKit/public/web/WebTextDirection.h",
116 117
117 # These should be burned down. http://crbug.com/237267 118 # These should be burned down. http://crbug.com/237267
118 "!third_party/WebKit/public/web/WebKit.h", 119 "!third_party/WebKit/public/web/WebKit.h",
119 "!third_party/WebKit/public/web/WebSecurityOrigin.h", 120 "!third_party/WebKit/public/web/WebSecurityOrigin.h",
120 "!third_party/WebKit/public/web/WebSecurityPolicy.h", 121 "!third_party/WebKit/public/web/WebSecurityPolicy.h",
121 "!third_party/WebKit/public/web/WebView.h", 122 "!third_party/WebKit/public/web/WebView.h",
122 ] 123 ]
OLDNEW
« no previous file with comments | « build/linux/unbundle/icu.gyp ('k') | chrome/browser/character_encoding.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698