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

Issue 2155763002: [Sync] //components/sync manual changes [DO NOT SUBMIT] (Closed)

Created:
4 years, 5 months ago by maxbogue
Modified:
4 years, 4 months ago
Reviewers:
Nicolas Zea, jam
CC:
chromium-reviews, zea+watch_chromium.org, blundell+watchlist_chromium.org, johnme+watch_chromium.org, browser-components-watch_chromium.org, extensions-reviews_chromium.org, droger+watchlist_chromium.org, sdefresne+watchlist_chromium.org, Peter Beverloo, vabr+watchlistautofill_chromium.org, chromium-apps-reviews_chromium.org, sdefresne+watch_chromium.org, jbudorick+watch_chromium.org, vabr+watchlistpasswordmanager_chromium.org, tapted, rouslan+autofill_chromium.org, gcasto+watchlist_chromium.org, sync-reviews_chromium.org, Matt Giuca, tfarina, jdonnelly+autofillwatch_chromium.org, mikecase+watch_chromium.org, albertb+watch_chromium.org, estade+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@sc-automated
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[Sync] //components/sync manual changes [DO NOT SUBMIT] There are a bunch of subfolder reorganizations going along with this: - engine/ -> engine_impl/ - sessions/ -> sessions_impl/ - util/ -> base/ - internal_api/public/base/ -> base/ - internal_api/public/sessions/ -> sessions/ - internal_api/public/engine/ -> engine/ - internal_api/public/events/ -> engine/events/ - internal_api/public/util/ -> base/ - internal_api/public/ -> core/ - internal_api/ -> core_impl/ The base change was generated using the following script: http://pastebin.com/vVAkRCkh This issue only contains the manual changes based on top of those automated ones so they can be reviewed more easily. This is a minimal change to support file movement; it doesn't do anything like merging sync_unit_tests into component_unit tests. BUG=626114

Patch Set 1 #

Patch Set 2 : Couple format corrections. #

Total comments: 6

Patch Set 3 : Rebase. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+616 lines, -579 lines) Patch
M .gn View 1 2 3 chunks +1 line, -2 lines 0 comments Download
M WATCHLISTS View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M build/android/pylib/chrome_test_server_spawner.py View 2 chunks +4 lines, -2 lines 0 comments Download
M build/android/pylib/gtest/gtest_test_instance.py View 1 chunk +1 line, -1 line 0 comments Download
M chrome/android/java/DEPS View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/android/javatests/DEPS View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/android/junit/DEPS View 1 chunk +1 line, -1 line 0 comments Download
M chrome/android/sync_shell/javatests/DEPS View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/DEPS View 1 chunk +0 lines, -5 lines 0 comments Download
M chrome/browser/android/DEPS View 1 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/sync/DEPS View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/glue/DEPS View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/sync/test/integration/DEPS View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/DEPS View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/test/DEPS View 1 chunk +0 lines, -1 line 0 comments Download
M components/autofill/core/browser/DEPS View 2 chunks +1 line, -1 line 0 comments Download
M components/browser_sync/browser/DEPS View 2 chunks +1 line, -1 line 0 comments Download
M components/browsing_data_ui/DEPS View 1 chunk +2 lines, -1 line 0 comments Download
M components/dom_distiller/DEPS View 1 chunk +3 lines, -3 lines 0 comments Download
M components/gcm_driver/DEPS View 2 chunks +1 line, -1 line 0 comments Download
M components/history/DEPS View 1 chunk +1 line, -1 line 0 comments Download
M components/password_manager/DEPS View 1 chunk +2 lines, -2 lines 0 comments Download
M components/password_manager/sync/browser/DEPS View 1 chunk +3 lines, -1 line 0 comments Download
M components/search_engines/DEPS View 2 chunks +1 line, -1 line 0 comments Download
M components/sessions/DEPS View 1 chunk +1 line, -1 line 0 comments Download
M components/sync.gyp View 5 chunks +426 lines, -426 lines 0 comments Download
M components/sync/DEPS View 1 chunk +1 line, -1 line 0 comments Download
M components/sync/android/DEPS View 1 chunk +3 lines, -3 lines 0 comments Download
M components/sync/android/java/src/org/chromium/components/sync/notifier/InvalidationPreferences.java View 1 chunk +1 line, -1 line 0 comments Download
M components/sync/android/model_type_helper.h View 1 1 chunk +2 lines, -1 line 0 comments Download
M components/sync/android/sync_jni_registrar.h View 1 1 chunk +2 lines, -1 line 0 comments Download
M components/sync/base/DEPS View 1 chunk +8 lines, -0 lines 0 comments Download
M components/sync/core/DEPS View 1 chunk +10 lines, -5 lines 0 comments Download
M components/sync/core_impl/DEPS View 1 chunk +9 lines, -7 lines 0 comments Download
A components/sync/engine/DEPS View 1 chunk +9 lines, -0 lines 0 comments Download
M components/sync/engine_impl/DEPS View 1 chunk +10 lines, -2 lines 0 comments Download
M components/sync/js/DEPS View 1 chunk +0 lines, -2 lines 0 comments Download
M components/sync/protocol/DEPS View 1 chunk +0 lines, -2 lines 0 comments Download
M components/sync/protocol/prepare_protos_for_java_tests.py View 1 chunk +3 lines, -2 lines 0 comments Download
A components/sync/sessions/DEPS View 1 chunk +4 lines, -0 lines 0 comments Download
M components/sync/sessions_impl/DEPS View 1 chunk +4 lines, -2 lines 0 comments Download
M components/sync/sync_tests.gypi View 12 chunks +45 lines, -45 lines 0 comments Download
M components/sync/syncable/DEPS View 1 chunk +2 lines, -5 lines 0 comments Download
M components/sync/syncable/directory_backing_store.cc View 2 chunks +8 lines, -8 lines 0 comments Download
M components/sync/syncable/directory_backing_store_unittest.cc View 2 chunks +11 lines, -11 lines 0 comments Download
M components/sync/test/local_sync_test_server.cc View 2 chunks +5 lines, -2 lines 0 comments Download
M components/sync/tools/DEPS View 1 chunk +6 lines, -4 lines 0 comments Download
M components/sync_bookmarks/DEPS View 1 chunk +1 line, -1 line 0 comments Download
M components/sync_driver/DEPS View 1 chunk +1 line, -1 line 0 comments Download
M components/sync_sessions/DEPS View 1 chunk +1 line, -1 line 0 comments Download
M components/webdata_services/DEPS View 1 chunk +1 line, -1 line 0 comments Download
M components/wifi_sync/DEPS View 1 chunk +1 line, -1 line 0 comments Download
M extensions/browser/DEPS View 2 chunks +1 line, -1 line 0 comments Download
M extensions/shell/browser/DEPS View 2 chunks +1 line, -1 line 0 comments Download
M ios/chrome/browser/DEPS View 1 2 2 chunks +1 line, -1 line 0 comments Download
M ui/app_list/DEPS View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 10 (2 generated)
maxbogue
Hey Nicolas, here are the manual changes for review.
4 years, 5 months ago (2016-07-15 19:22:24 UTC) #2
Nicolas Zea
https://codereview.chromium.org/2155763002/diff/20001/components/sync/core/DEPS File components/sync/core/DEPS (right): https://codereview.chromium.org/2155763002/diff/20001/components/sync/core/DEPS#newcode6 components/sync/core/DEPS:6: "+components/sync/engine_impl", it seems odd to allow depending on impl ...
4 years, 5 months ago (2016-07-19 18:21:06 UTC) #3
maxbogue
https://codereview.chromium.org/2155763002/diff/20001/components/sync/core/DEPS File components/sync/core/DEPS (right): https://codereview.chromium.org/2155763002/diff/20001/components/sync/core/DEPS#newcode6 components/sync/core/DEPS:6: "+components/sync/engine_impl", On 2016/07/19 18:21:06, Nicolas Zea wrote: > it ...
4 years, 5 months ago (2016-07-19 18:58:19 UTC) #4
Nicolas Zea
On 2016/07/19 18:58:19, maxbogue wrote: > https://codereview.chromium.org/2155763002/diff/20001/components/sync/core/DEPS > File components/sync/core/DEPS (right): > > https://codereview.chromium.org/2155763002/diff/20001/components/sync/core/DEPS#newcode6 > ...
4 years, 5 months ago (2016-07-19 19:29:54 UTC) #5
maxbogue
On 2016/07/19 19:29:54, Nicolas Zea wrote: > Worth removing those comments then? It seems like ...
4 years, 5 months ago (2016-07-19 19:52:18 UTC) #6
Nicolas Zea
LGTM
4 years, 5 months ago (2016-07-25 18:32:27 UTC) #7
maxbogue
+jam FYI these are the manual changes that the script cherry-picks in.
4 years, 5 months ago (2016-07-25 21:47:18 UTC) #9
jam
4 years, 5 months ago (2016-07-25 22:13:36 UTC) #10
lgtm

Powered by Google App Engine
This is Rietveld 408576698