summaryrefslogtreecommitdiffstats
path: root/components/components.gyp
diff options
context:
space:
mode:
authorsdefresne <sdefresne@chromium.org>2015-04-17 14:12:18 -0700
committerCommit bot <commit-bot@chromium.org>2015-04-17 21:14:10 +0000
commitc083d1f4de8537ee81131ddb5d388f2f686fac85 (patch)
tree91b5c0d53aa666aa08586d0827d2be4c36d240e5 /components/components.gyp
parent298d7eb01ab6f9c1f8781a31c2fddc13f9e4e4e2 (diff)
downloadchromium_src-c083d1f4de8537ee81131ddb5d388f2f686fac85.zip
chromium_src-c083d1f4de8537ee81131ddb5d388f2f686fac85.tar.gz
chromium_src-c083d1f4de8537ee81131ddb5d388f2f686fac85.tar.bz2
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}
Diffstat (limited to 'components/components.gyp')
-rw-r--r--components/components.gyp1
1 files changed, 1 insertions, 0 deletions
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',