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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
111 '../../ui/gfx/gfx.gyp:gfx', 111 '../../ui/gfx/gfx.gyp:gfx',
112 '../../url/url.gyp:url_lib', 112 '../../url/url.gyp:url_lib',
113 '../provider/ios_provider_chrome.gyp:ios_provider_chrome_browser', 113 '../provider/ios_provider_chrome.gyp:ios_provider_chrome_browser',
114 '../web/ios_web.gyp:ios_web', 114 '../web/ios_web.gyp:ios_web',
115 'injected_js', 115 'injected_js',
116 'ios_chrome_common', 116 'ios_chrome_common',
117 'ios_chrome_resources.gyp:ios_chrome_resources', 117 'ios_chrome_resources.gyp:ios_chrome_resources',
118 'ios_chrome_resources.gyp:ios_chrome_ui_string_overrider_factory', 118 'ios_chrome_resources.gyp:ios_chrome_ui_string_overrider_factory',
119 'ios_chrome_resources.gyp:ios_chrome_ui_string_overrider_factory_gen', 119 'ios_chrome_resources.gyp:ios_chrome_ui_string_overrider_factory_gen',
120 ], 120 ],
121 'export_dependent_settings': [
122 '../../components/components.gyp:dom_distiller_core',
123 ],
121 'link_settings': { 124 'link_settings': {
122 'libraries': [ 125 'libraries': [
123 '$(SDKROOT)/System/Library/Frameworks/Accelerate.framework', 126 '$(SDKROOT)/System/Library/Frameworks/Accelerate.framework',
124 '$(SDKROOT)/System/Library/Frameworks/CoreGraphics.framework', 127 '$(SDKROOT)/System/Library/Frameworks/CoreGraphics.framework',
125 '$(SDKROOT)/System/Library/Frameworks/CoreLocation.framework', 128 '$(SDKROOT)/System/Library/Frameworks/CoreLocation.framework',
126 '$(SDKROOT)/System/Library/Frameworks/Foundation.framework', 129 '$(SDKROOT)/System/Library/Frameworks/Foundation.framework',
127 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework', 130 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework',
128 '$(SDKROOT)/System/Library/Frameworks/UIKit.framework', 131 '$(SDKROOT)/System/Library/Frameworks/UIKit.framework',
129 ], 132 ],
130 }, 133 },
(...skipping 543 matching lines...) Expand 10 before | Expand all | Expand 10 after
674 '../../components/components.gyp:omnibox_browser', 677 '../../components/components.gyp:omnibox_browser',
675 '../../components/components.gyp:rlz', 678 '../../components/components.gyp:rlz',
676 '../../components/components.gyp:search_engines', 679 '../../components/components.gyp:search_engines',
677 '../../rlz/rlz.gyp:rlz_lib', 680 '../../rlz/rlz.gyp:rlz_lib',
678 ], 681 ],
679 }, 682 },
680 ], 683 ],
681 }], 684 }],
682 ], 685 ],
683 } 686 }
OLDNEW
« 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