1 # Copyright 2013 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
8 'target_name': 'translate_common',
9 'type': 'static_library',
11 '../base/base.gyp:base',
12 '../url/url.gyp:url_lib',
18 'translate/common/translate_constants.cc',
19 'translate/common/translate_constants.h',
20 'translate/common/translate_metrics.cc',
21 'translate/common/translate_metrics.h',
22 'translate/common/translate_switches.cc',
23 'translate/common/translate_switches.h',
24 'translate/common/translate_util.cc',
25 'translate/common/translate_util.h',
29 'target_name': 'translate_language_detection',
30 'type': 'static_library',
33 '../base/base.gyp:base',
34 '../url/url.gyp:url_lib',
40 'translate/language_detection/language_detection_util.cc',
41 'translate/language_detection/language_detection_util.h',
44 ['cld_version==0 or cld_version==1', {
46 '<(DEPTH)/third_party/cld/cld.gyp:cld',
49 ['cld_version==0 or cld_version==2', {
51 '<(DEPTH)/third_party/cld_2/cld_2.gyp:cld_2',