From c083d1f4de8537ee81131ddb5d388f2f686fac85 Mon Sep 17 00:00:00 2001 From: sdefresne Date: Fri, 17 Apr 2015 14:12:18 -0700 Subject: Move undo files into //components/undo Create a new component //components/undo and move files from //chrome/browser/undo into the component. Add DEPS, OWNERS files and add dependencies on the new component into chrome/browser/BUILD.gn & chrome/chrome_browser.gypi. Files where moved using tools/git/move_source_files.py and the #include lines updated automatically by the script. BUG=476921 Review URL: https://codereview.chromium.org/1090993003 Cr-Commit-Position: refs/heads/master@{#325718} --- components/components.gyp | 1 + 1 file changed, 1 insertion(+) (limited to 'components/components.gyp') diff --git a/components/components.gyp b/components/components.gyp index 67988d1..d6c5e0a8 100644 --- a/components/components.gyp +++ b/components/components.gyp @@ -65,6 +65,7 @@ 'sync_driver.gypi', 'translate.gypi', 'ui_zoom.gypi', + 'undo.gypi', 'update_client.gypi', 'url_fixer.gypi', 'url_matcher.gypi', -- cgit v1.1