diff options
author | toyoshim@chromium.org <toyoshim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-06 23:34:00 +0000 |
---|---|---|
committer | toyoshim@chromium.org <toyoshim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-06 23:34:00 +0000 |
commit | b2ed9c673b63e8234a3a3b883d4711bd04ec8ec7 (patch) | |
tree | abe78a389478adc4a7b51968655616774464afe5 /chrome/chrome_common.gypi | |
parent | 80fb0b4054a867a98fc218621fe40e20594d23c8 (diff) | |
download | chromium_src-b2ed9c673b63e8234a3a3b883d4711bd04ec8ec7.zip chromium_src-b2ed9c673b63e8234a3a3b883d4711bd04ec8ec7.tar.gz chromium_src-b2ed9c673b63e8234a3a3b883d4711bd04ec8ec7.tar.bz2 |
Translate: create chrome/common/translate directory
An incremental change toward browser components.
BUG=229305
TEST=none
TBR=palmer@chromium.org
Review URL: https://chromiumcodereview.appspot.com/16141007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@204654 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_common.gypi')
-rw-r--r-- | chrome/chrome_common.gypi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi index ed709fd..3ba222d 100644 --- a/chrome/chrome_common.gypi +++ b/chrome/chrome_common.gypi @@ -338,8 +338,6 @@ 'common/json_schema/json_schema_constants.h', 'common/json_schema/json_schema_validator.cc', 'common/json_schema/json_schema_validator.h', - 'common/language_detection_details.cc', - 'common/language_detection_details.h', 'common/localized_error.cc', 'common/localized_error.h', 'common/logging_chrome.cc', @@ -426,6 +424,8 @@ 'common/thumbnail_score.h', 'common/time_format.cc', 'common/time_format.h', + 'common/translate/language_detection_details.cc', + 'common/translate/language_detection_details.h', 'common/tts_messages.h', 'common/tts_utterance_request.cc', 'common/tts_utterance_request.h', |