|
|
[Sync] Fix test support targets + duplicate namespaces.
Now there are four primary test support targets: base, engine, model,
and driver. Hypothetically a model type would only need to depend on
test_support_model, and an embedder would only need to depend on
test_support_driver. This is currently not necessarily the case since
some model-y things still live in driver, but we can dream.
test_support_base is exposed via the public_deps of all three others so
it should essentially never need to be depended on directly.
The main sync target is now not exposed via the public_deps of
the test support targets. Almost everywhere seemed to be explicitly adding
it anyways, so I just made it required.
All test_support_sync_* targets have been renamed test_support_*, as
with the switch to GN the "sync" no longer adds anything.
This CL also fixes some files that had two "namespace syncer" blocks
left over from the namespace changes.
BUG= 631271
TBR=thestig,caitkp,lazyboy
Committed: https://crrev.com/91ee60688589640ea58b3b29477fc1b5990b1ce8
Cr-Commit-Position: refs/heads/master@{#425762}
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+143 lines, -149 lines) |
Patch |
 |
M |
chrome/android/BUILD.gn
|
View
|
1
2
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/test/BUILD.gn
|
View
|
1
2
|
5 chunks |
+8 lines, -9 lines |
0 comments
|
Download
|
 |
M |
components/autofill/core/browser/BUILD.gn
|
View
|
1
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
components/browser_sync/BUILD.gn
|
View
|
1
|
2 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
M |
components/browsing_data/core/BUILD.gn
|
View
|
1
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
components/history/core/browser/BUILD.gn
|
View
|
1
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
components/ntp_snippets/BUILD.gn
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
components/password_manager/core/browser/BUILD.gn
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
components/password_manager/sync/browser/BUILD.gn
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
components/search_engines/BUILD.gn
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
components/suggestions/BUILD.gn
|
View
|
1
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
components/sync/BUILD.gn
|
View
|
|
15 chunks |
+82 lines, -81 lines |
0 comments
|
Download
|
 |
M |
components/sync/base/proto_value_ptr.h
|
View
|
|
1 chunk |
+2 lines, -4 lines |
0 comments
|
Download
|
 |
M |
components/sync/device_info/device_info_service.h
|
View
|
|
1 chunk |
+3 lines, -8 lines |
0 comments
|
Download
|
 |
M |
components/sync/driver/shared_change_processor.cc
|
View
|
|
1 chunk |
+1 line, -3 lines |
0 comments
|
Download
|
 |
M |
components/sync/engine_impl/model_type_registry.h
|
View
|
|
1 chunk |
+6 lines, -9 lines |
0 comments
|
Download
|
 |
M |
components/sync/tools/BUILD.gn
|
View
|
1
|
2 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
components/sync_bookmarks/BUILD.gn
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
components/sync_sessions/BUILD.gn
|
View
|
1
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
components/syncable_prefs/BUILD.gn
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
components/wifi_sync/BUILD.gn
|
View
|
1
2
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
extensions/BUILD.gn
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
ios/chrome/BUILD.gn
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
ios/chrome/browser/BUILD.gn
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
tools/android/eclipse/.classpath
|
View
|
1
2
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
Total messages: 27 (20 generated)
|