summaryrefslogtreecommitdiffstats
path: root/BUILD.gn
diff options
context:
space:
mode:
authordroger@chromium.org <droger@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-01-07 17:34:17 +0000
committerdroger@chromium.org <droger@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-01-07 17:34:17 +0000
commiteba93c99a1b80908d17108bdcc1e793d1277a1b0 (patch)
tree95085a2e76be0c8e2a53d3422e0aa83d05023eb5 /BUILD.gn
parente1cdab2a550ab533252a6108ed888e7eff684567 (diff)
downloadchromium_src-eba93c99a1b80908d17108bdcc1e793d1277a1b0.zip
chromium_src-eba93c99a1b80908d17108bdcc1e793d1277a1b0.tar.gz
chromium_src-eba93c99a1b80908d17108bdcc1e793d1277a1b0.tar.bz2
Move Translate-related files to components/translate
This CL moves a few files to the translate component. It also layers the structure of the component so that it is better suited for iOS. BUG=331509 TBR=jochen, joi Review URL: https://codereview.chromium.org/93603006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243319 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn3
1 files changed, 2 insertions, 1 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 109fb41..2c4ab56 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -21,7 +21,8 @@ group("root") {
"//components/navigation_metrics",
"//components/onc:onc_component",
"//components/startup_metric_utils",
- "//components/translate:translate_common",
+ "//components/translate:translate_core_browser",
+ "//components/translate:translate_core_common",
"//crypto",
"//device/usb:device_usb",
"//ipc",