OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |