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

Unified Diff: chrome/android/chrome_apk.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/BUILD.gn ('k') | chrome/browser/resources/chromeos/chromevox/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/chrome_apk.gyp
diff --git a/chrome/android/chrome_apk.gyp b/chrome/android/chrome_apk.gyp
index 6051dbc76d9941887c37e09b58339b8673d68510..6b8929cdca4856687de85a51d9f0f9e0b9b06094 100644
--- a/chrome/android/chrome_apk.gyp
+++ b/chrome/android/chrome_apk.gyp
@@ -99,18 +99,14 @@
'type': 'none',
'dependencies': [
'../../chrome/chrome.gyp:chrome_android_core',
+ # TODO(yfriedman): move this DEP to chrome_android_core to be shared
+ # between internal/external.
+ '../../third_party/cld_2/cld_2.gyp:cld2_dynamic',
],
'include_dirs': [
'../..',
],
'conditions': [
- # TODO(yfriedman): move this DEP to chrome_android_core to be shared
- # between internal/external.
- ['cld_version==2', {
- 'dependencies': [
- '../../third_party/cld_2/cld_2.gyp:cld2_dynamic',
- ],
- }],
# conditions for order_text_section
# Cygprofile methods need to be linked into the instrumented build.
['order_profiling!=0', {
« no previous file with comments | « chrome/BUILD.gn ('k') | chrome/browser/resources/chromeos/chromevox/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698