commit | 281086aeca412de952c180411560c7ca68a5b97b | [log] [tgz] |
---|---|---|
author | Aya ElAttar <ayaelattar@chromium.org> | Thu Oct 29 12:09:22 2020 |
committer | Commit Bot <commit-bot@chromium.org> | Thu Oct 29 12:09:22 2020 |
tree | 510eb226b6071905de0fb42819166ba36bf99532 | |
parent | 006fe3478be1ec50c6e6b007eb22637405a338aa [diff] |
DLP: Move data transfer files to a separate dir Given that data_transfer_* files will be used for clipboard and drag-and-drop, so - Moved data_transfer_endpoint.h/.cc and data_transfer_filter.h/.cc files from ui/base/clipboard to ui/base/data_transfer_filter - Added a new build target for DLP files to be able to include them in base/dragdrop without depending on :clipboard. Bug: 1142426 Change-Id: I10106912a91216bf2d7347b3d0da9bb88883a4ac Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2498542 Commit-Queue: Aya Elsayed <ayaelattar@chromium.org> Reviewed-by: Sergey Poromov <poromov@chromium.org> Reviewed-by: Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#822118}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.