Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5517)

Unified Diff: chrome/chrome.gyp

Issue 1920853002: Drop support for Compact Language Detector v1. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Preserve yfriedman@ comment in chrome/android/chrome_apk.gyp Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/ui/webui/translate_internals/translate_internals_ui.cc ('k') | chrome/chrome_dll.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome.gyp
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index 63902a32fb4ef99f33af617d33584236dbf91226..0b2bfa3f83be50ef99e82c4ff03387e899357d87 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -37,15 +37,10 @@
'utility',
'../content/content.gyp:content_gpu',
'../content/content.gyp:content_ppapi_plugin',
+ '../third_party/cld_2/cld_2.gyp:cld2_platform_impl',
'../third_party/WebKit/public/blink_devtools.gyp:blink_devtools_frontend_resources',
],
'conditions': [
- [ 'cld_version==0 or cld_version==2', {
- 'chromium_child_dependencies': [
- # Use whatever CLD2 data access mode that the application
- # embedder is using.
- '<(DEPTH)/third_party/cld_2/cld_2.gyp:cld2_platform_impl', ],
- }],
['enable_plugins==1 and disable_nacl==0', {
'chromium_child_dependencies': [
'<(DEPTH)/components/nacl/renderer/plugin/plugin.gyp:nacl_trusted_plugin',
« no previous file with comments | « chrome/browser/ui/webui/translate_internals/translate_internals_ui.cc ('k') | chrome/chrome_dll.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698