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

Issue 10251004: Move libxml_utils from chrome/common to third_party/libxml/chromium. (Closed)

Created:
8 years, 8 months ago by dtu
Modified:
8 years, 7 months ago
CC:
chromium-reviews, nkostylev+watch_chromium.org, tfarina, achuith+watch_chromium.org, mihaip+watch_chromium.org, Aaron Boodman, stevenjb+watch_chromium.org, davemoore+watch_chromium.org
Visibility:
Public.

Description

Move libxml_utils from chrome/common to third_party/libxml/chromium. Why here? Discussion at: https://groups.google.com/a/chromium.org/group/chromium-dev/browse_thread/thread/fafe7c6bb54c4ed5/ BUG=chromium:119817 TEST=Chrome builds on all platforms and trybots succeed. Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=137247

Patch Set 1 #

Patch Set 2 : Fix include in automated_ui_tests. #

Patch Set 3 : Add libxml to chrome/test/DEPS. #

Patch Set 4 : Move to third_party/libxml/chromium. #

Total comments: 4

Patch Set 5 : Nit and fix use_system_libxml condition. #

Total comments: 2

Patch Set 6 : Add USE_SYSTEM_LIBXML define. #

Total comments: 2

Patch Set 7 : libxml/ --> third_party/libxml/ for #includes in chromeos. Merge. #

Patch Set 8 : libxml/ --> third_party/libxml/ #

Patch Set 9 : DEPS. #

Total comments: 4

Patch Set 10 : chromium/include/libxml/ --> chromium/. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+37 lines, -407 lines) Patch
M chrome/DEPS View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/chromeos/dbus/introspect_util.cc View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/gdata/gdata_operations.cc View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/gdata/gdata_parser.cc View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/gdata/gdata_parser_unittest.cc View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/gdata/gdata_util.cc View 1 2 3 4 5 6 7 8 9 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/importer/toolbar_importer.cc View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/importer/toolbar_importer_unittest.cc View 1 2 3 4 5 6 7 8 9 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/chrome_common.gypi View 1 2 3 4 5 6 1 chunk +0 lines, -2 lines 0 comments Download
M chrome/common/extensions/update_manifest.cc View 1 2 3 4 5 6 7 8 9 2 chunks +2 lines, -2 lines 0 comments Download
D chrome/common/libxml_utils.h View 1 chunk +0 lines, -185 lines 0 comments Download
D chrome/common/libxml_utils.cc View 1 chunk +0 lines, -153 lines 0 comments Download
M chrome/test/reliability/automated_ui_tests.h View 1 2 3 4 5 6 7 8 9 2 chunks +2 lines, -1 line 0 comments Download
M chrome/test/reliability/automated_ui_tests.cc View 1 1 chunk +0 lines, -1 line 0 comments Download
M third_party/libxml/README.chromium View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
A + third_party/libxml/chromium/libxml_utils.h View 1 2 3 4 5 6 7 8 9 5 chunks +5 lines, -19 lines 0 comments Download
A + third_party/libxml/chromium/libxml_utils.cc View 1 2 3 4 5 6 7 8 9 6 chunks +5 lines, -35 lines 0 comments Download
M third_party/libxml/libxml.gyp View 1 2 3 4 5 6 7 8 9 2 chunks +13 lines, -1 line 0 comments Download

Messages

Total messages: 19 (0 generated)
Paweł Hajdan Jr.
Unless that's part of libxml (doesn't seem so, there are Chromium license headers), putting that ...
8 years, 7 months ago (2012-04-28 07:10:47 UTC) #1
dtu
+stevenjb, need OWNERS for chrome/browser/chromeos/dbus +jam, do I need a LICENSE file in third_party/libxml/chromium?
8 years, 7 months ago (2012-05-03 23:53:55 UTC) #2
stevenjb
owner lgtm for chrome/browser/chromeos/dbus/introspect_util.cc
8 years, 7 months ago (2012-05-04 00:25:16 UTC) #3
jam
I don't know about the license part. I'd follow what we did in the other ...
8 years, 7 months ago (2012-05-04 06:36:35 UTC) #4
Paweł Hajdan Jr.
http://codereview.chromium.org/10251004/diff/53008/third_party/libxml/libxml.gyp File third_party/libxml/libxml.gyp (right): http://codereview.chromium.org/10251004/diff/53008/third_party/libxml/libxml.gyp#newcode43 third_party/libxml/libxml.gyp:43: 'chromium/include/libxml/libxml_utils.h', This breaks when -Duse_system_libxml=1 is used. Can those ...
8 years, 7 months ago (2012-05-04 07:37:15 UTC) #5
jam
On 2012/05/04 07:37:15, Paweł Hajdan Jr. wrote: > http://codereview.chromium.org/10251004/diff/53008/third_party/libxml/libxml.gyp > File third_party/libxml/libxml.gyp (right): > > ...
8 years, 7 months ago (2012-05-06 06:47:03 UTC) #6
Paweł Hajdan Jr.
On 2012/05/06 06:47:03, John Abd-El-Malek wrote: > note that extra targets are not cheap, i.e. ...
8 years, 7 months ago (2012-05-07 06:24:38 UTC) #7
dtu
PTAL. Added the needed dependencies and includes under the use_sytem_libxml condition and made sure it ...
8 years, 7 months ago (2012-05-07 22:59:11 UTC) #8
Paweł Hajdan Jr.
LGTM with a comment I'd really prefer a separate target though, so that we can ...
8 years, 7 months ago (2012-05-08 06:41:42 UTC) #9
dtu
jam? http://codereview.chromium.org/10251004/diff/52011/third_party/libxml/libxml.gyp File third_party/libxml/libxml.gyp (right): http://codereview.chromium.org/10251004/diff/52011/third_party/libxml/libxml.gyp#newcode38 third_party/libxml/libxml.gyp:38: 'defines': [ On 2012/05/08 06:41:42, Paweł Hajdan Jr. ...
8 years, 7 months ago (2012-05-10 00:06:03 UTC) #10
jam
(was ooo, in the future feel free to send to other reviewers instead of waiting) ...
8 years, 7 months ago (2012-05-14 06:21:13 UTC) #11
dtu
http://codereview.chromium.org/10251004/diff/46008/chrome/browser/chromeos/dbus/introspect_util.cc File chrome/browser/chromeos/dbus/introspect_util.cc (right): http://codereview.chromium.org/10251004/diff/46008/chrome/browser/chromeos/dbus/introspect_util.cc#newcode7 chrome/browser/chromeos/dbus/introspect_util.cc:7: #include "libxml/libxml_utils.h" On 2012/05/14 06:21:14, John Abd-El-Malek wrote: > ...
8 years, 7 months ago (2012-05-14 21:14:43 UTC) #12
jam
On 2012/05/14 21:14:43, Dave Tu wrote: > http://codereview.chromium.org/10251004/diff/46008/chrome/browser/chromeos/dbus/introspect_util.cc > File chrome/browser/chromeos/dbus/introspect_util.cc (right): > > http://codereview.chromium.org/10251004/diff/46008/chrome/browser/chromeos/dbus/introspect_util.cc#newcode7 ...
8 years, 7 months ago (2012-05-15 00:02:12 UTC) #13
dtu
On 2012/05/15 00:02:12, John Abd-El-Malek wrote: > On 2012/05/14 21:14:43, Dave Tu wrote: > > ...
8 years, 7 months ago (2012-05-15 00:13:43 UTC) #14
dtu
On 2012/05/15 00:13:43, Dave Tu wrote: > On 2012/05/15 00:02:12, John Abd-El-Malek wrote: > > ...
8 years, 7 months ago (2012-05-15 00:18:16 UTC) #15
dtu
On 2012/05/15 00:18:16, Dave Tu wrote: > On 2012/05/15 00:13:43, Dave Tu wrote: > > ...
8 years, 7 months ago (2012-05-15 00:28:23 UTC) #16
jam
http://codereview.chromium.org/10251004/diff/59031/chrome/browser/DEPS File chrome/browser/DEPS (right): http://codereview.chromium.org/10251004/diff/59031/chrome/browser/DEPS#newcode55 chrome/browser/DEPS:55: "+third_party/libxml", # For search engine definition parsing. nit: just ...
8 years, 7 months ago (2012-05-15 16:23:57 UTC) #17
dtu
http://codereview.chromium.org/10251004/diff/59031/chrome/browser/DEPS File chrome/browser/DEPS (right): http://codereview.chromium.org/10251004/diff/59031/chrome/browser/DEPS#newcode55 chrome/browser/DEPS:55: "+third_party/libxml", # For search engine definition parsing. On 2012/05/15 ...
8 years, 7 months ago (2012-05-15 20:50:59 UTC) #18
jam
8 years, 7 months ago (2012-05-15 20:58:36 UTC) #19
lgtm

Powered by Google App Engine
This is Rietveld 408576698