summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorsatorux@chromium.org <satorux@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-02-08 08:02:12 +0000
committersatorux@chromium.org <satorux@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-02-08 08:02:12 +0000
commit54317a8874266444e300b600856b669779a235cb (patch)
treeda87e8455c05651e41ec8e01362da76e4176c0dc /build
parente91e03eaa211794be2b318e4ad47b9ef6e473e4a (diff)
downloadchromium_src-54317a8874266444e300b600856b669779a235cb.zip
chromium_src-54317a8874266444e300b600856b669779a235cb.tar.gz
chromium_src-54317a8874266444e300b600856b669779a235cb.tar.bz2
Move candidate_window from third_party/chromeos_text_input to chrome/browser/chromeos/text_input.
Turned out there is no benefit of having this in a separate git repository. No code change in candidate_window.cc, but modified the copyright notice from Chromium OS Authors to Chromium Authors. Slightly modified text_input.gyp to make it compile. We'll also change cros_deps/DEPS in a separate CL. BUG=none TEST=confirmed candidate_window compiles as before. Review URL: http://codereview.chromium.org/579026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38345 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r--build/all.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/all.gyp b/build/all.gyp
index 8a0910b..dbec978 100644
--- a/build/all.gyp
+++ b/build/all.gyp
@@ -114,7 +114,7 @@
}],
['chromeos==1', {
'dependencies': [
- '../third_party/chromeos_text_input/text_input.gyp:*',
+ '../chrome/browser/chromeos/text_input/text_input.gyp:*',
],
}],
],