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