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

Unified Diff: trunk/src/chrome/chrome_dll.gypi

Issue 23766011: Revert 221380 "Use Finch to compare the performances of CLD1 and..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 3 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 | « trunk/src/chrome/chrome_common.gypi ('k') | trunk/src/chrome/chrome_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/chrome/chrome_dll.gypi
===================================================================
--- trunk/src/chrome/chrome_dll.gypi (revision 221390)
+++ trunk/src/chrome/chrome_dll.gypi (working copy)
@@ -107,6 +107,7 @@
'../crypto/crypto.gyp:crypto',
'../printing/printing.gyp:printing',
'../net/net.gyp:net_resources',
+ '../third_party/cld/cld.gyp:cld',
'../ui/views/views.gyp:views',
'../webkit/webkit_resources.gyp:webkit_resources',
],
@@ -232,16 +233,6 @@
'../content/content.gyp:content_app_browser',
],
}],
- ['cld_version==0 or cld_version==1', {
- 'dependencies': [
- '../third_party/cld/cld.gyp:cld',
- ],
- }],
- ['cld_version==0 or cld_version==2', {
- 'dependencies': [
- '../third_party/cld_2/cld_2.gyp:cld_2',
- ],
- }],
['OS=="mac" and component!="shared_library"', {
'includes': [ 'chrome_dll_bundle.gypi' ],
}],
« no previous file with comments | « trunk/src/chrome/chrome_common.gypi ('k') | trunk/src/chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698