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 256 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
267 | 267 |
268 # Dependencies of translate. | 268 # Dependencies of translate. |
269 'components.gyp:translate_core_browser', | 269 'components.gyp:translate_core_browser', |
270 'components.gyp:translate_core_common', | 270 'components.gyp:translate_core_common', |
271 'components.gyp:translate_language_detection', | 271 'components.gyp:translate_language_detection', |
272 | 272 |
273 # Dependencies of variations | 273 # Dependencies of variations |
274 'components.gyp:variations', | 274 'components.gyp:variations', |
275 ], | 275 ], |
276 'conditions': [ | 276 'conditions': [ |
| 277 ['toolkit_views == 1', { |
| 278 'sources': [ |
| 279 'bookmarks/core/browser/bookmark_node_data_unittest.cc', |
| 280 ], |
| 281 }], |
277 ['OS != "ios"', { | 282 ['OS != "ios"', { |
278 'sources': [ | 283 'sources': [ |
279 'autofill/content/renderer/renderer_save_password_progress_logge
r_unittest.cc', | 284 'autofill/content/renderer/renderer_save_password_progress_logge
r_unittest.cc', |
280 'dom_distiller/content/dom_distiller_viewer_source_unittest.cc', | 285 'dom_distiller/content/dom_distiller_viewer_source_unittest.cc', |
281 'usb_service/usb_context_unittest.cc', | 286 'usb_service/usb_context_unittest.cc', |
282 ], | 287 ], |
283 'dependencies': [ | 288 'dependencies': [ |
284 # Dependencies of autofill | 289 # Dependencies of autofill |
285 'components.gyp:autofill_content_browser', | 290 'components.gyp:autofill_content_browser', |
286 'components.gyp:autofill_content_renderer', | 291 'components.gyp:autofill_content_renderer', |
(...skipping 409 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
696 'dependencies': [ | 701 'dependencies': [ |
697 '../base/allocator/allocator.gyp:allocator', | 702 '../base/allocator/allocator.gyp:allocator', |
698 ], | 703 ], |
699 }], | 704 }], |
700 ], | 705 ], |
701 }, | 706 }, |
702 ], | 707 ], |
703 }], | 708 }], |
704 ], | 709 ], |
705 } | 710 } |
OLD | NEW |