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

Unified Diff: ios/chrome/ios_chrome.gyp

Issue 1459583002: Fixing a hard dependency on dom_distiller_core. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/ios_chrome.gyp
diff --git a/ios/chrome/ios_chrome.gyp b/ios/chrome/ios_chrome.gyp
index 4a1c968d7f5a8f4f8ff0afc68b0a4fa4e9f9fc4c..d4e4b5eca65b986a34c3af59bc2f800de3b8e6e8 100644
--- a/ios/chrome/ios_chrome.gyp
+++ b/ios/chrome/ios_chrome.gyp
@@ -118,6 +118,9 @@
'ios_chrome_resources.gyp:ios_chrome_ui_string_overrider_factory',
'ios_chrome_resources.gyp:ios_chrome_ui_string_overrider_factory_gen',
],
+ 'export_dependent_settings': [
+ '../../components/components.gyp:dom_distiller_core',
+ ],
'link_settings': {
'libraries': [
'$(SDKROOT)/System/Library/Frameworks/Accelerate.framework',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698