OLD | NEW |
1 # Copyright 2012 The Chromium Authors. All rights reserved. | 1 # Copyright 2012 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 # This turns on e.g. the filename-based detection of which | 7 # This turns on e.g. the filename-based detection of which |
8 # platforms to include source files on (e.g. files ending in | 8 # platforms to include source files on (e.g. files ending in |
9 # _mac.h or _mac.cc are only compiled on MacOSX). | 9 # _mac.h or _mac.cc are only compiled on MacOSX). |
10 'chromium_code': 1, | 10 'chromium_code': 1, |
(...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
187 | 187 |
188 # Dependencies of variations | 188 # Dependencies of variations |
189 'components.gyp:variations', | 189 'components.gyp:variations', |
190 ], | 190 ], |
191 'conditions': [ | 191 'conditions': [ |
192 ['OS != "ios"', { | 192 ['OS != "ios"', { |
193 'sources': [ | 193 'sources': [ |
194 'dom_distiller/content/dom_distiller_viewer_source_unittest.cc', | 194 'dom_distiller/content/dom_distiller_viewer_source_unittest.cc', |
195 ], | 195 ], |
196 'dependencies': [ | 196 'dependencies': [ |
197 # Dependencies of autofill/core/browser/credit_card_unittest.cc. | 197 'component_resources.gyp:component_resources', |
198 # TODO(blundell): Eliminate the need for this conditional | 198 |
199 # dependence. crbug.com/328150 | |
200 '../webkit/webkit_resources.gyp:webkit_resources', | |
201 | |
202 # Dependencies of browser_context_keyed_service | 199 # Dependencies of browser_context_keyed_service |
203 'components.gyp:browser_context_keyed_service', | 200 'components.gyp:browser_context_keyed_service', |
204 | 201 |
205 # Dependencies of dom_distiller | 202 # Dependencies of dom_distiller |
206 'components.gyp:dom_distiller_content', | 203 'components.gyp:dom_distiller_content', |
207 | 204 |
208 # Dependencies of | 205 # Dependencies of |
209 # intercept_navigation_resource_throttle_unittest.cc | 206 # intercept_navigation_resource_throttle_unittest.cc |
210 '../skia/skia.gyp:skia', | 207 '../skia/skia.gyp:skia', |
211 'components.gyp:navigation_interception', | 208 'components.gyp:navigation_interception', |
(...skipping 337 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
549 'dependencies': [ | 546 'dependencies': [ |
550 '../base/allocator/allocator.gyp:allocator', | 547 '../base/allocator/allocator.gyp:allocator', |
551 ], | 548 ], |
552 }], | 549 }], |
553 ], | 550 ], |
554 }, | 551 }, |
555 ], | 552 ], |
556 }], | 553 }], |
557 ], | 554 ], |
558 } | 555 } |
OLD | NEW |