| 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 # 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 436 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 447 # Dependencies of variations | 447 # Dependencies of variations |
| 448 'components.gyp:variations', | 448 'components.gyp:variations', |
| 449 'components.gyp:variations_http_provider', | 449 'components.gyp:variations_http_provider', |
| 450 ], | 450 ], |
| 451 'conditions': [ | 451 'conditions': [ |
| 452 ['toolkit_views == 1', { | 452 ['toolkit_views == 1', { |
| 453 'sources': [ | 453 'sources': [ |
| 454 'bookmarks/browser/bookmark_node_data_unittest.cc', | 454 'bookmarks/browser/bookmark_node_data_unittest.cc', |
| 455 ], | 455 ], |
| 456 }], | 456 }], |
| 457 [ 'cld_version==2', { |
| 458 'dependencies': [ |
| 459 # Unit tests should always use statically-linked CLD data. |
| 460 '../third_party/cld_2/cld_2.gyp:cld2_static', ], |
| 461 }], |
| 457 ['OS != "ios"', { | 462 ['OS != "ios"', { |
| 458 'sources': [ | 463 'sources': [ |
| 459 'autofill/content/renderer/renderer_save_password_progress_logge
r_unittest.cc', | 464 'autofill/content/renderer/renderer_save_password_progress_logge
r_unittest.cc', |
| 460 'dom_distiller/content/dom_distiller_viewer_source_unittest.cc', | 465 'dom_distiller/content/dom_distiller_viewer_source_unittest.cc', |
| 461 'metrics/gpu/gpu_metrics_provider_unittest.cc', | 466 'metrics/gpu/gpu_metrics_provider_unittest.cc', |
| 462 'password_manager/content/browser/content_credential_manager_dis
patcher_unittest.cc', | 467 'password_manager/content/browser/content_credential_manager_dis
patcher_unittest.cc', |
| 463 'power/origin_power_map_unittest.cc', | 468 'power/origin_power_map_unittest.cc', |
| 464 ], | 469 ], |
| 465 'dependencies': [ | 470 'dependencies': [ |
| 466 # Dependencies of autofill | 471 # Dependencies of autofill |
| (...skipping 509 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 976 'dependencies': [ | 981 'dependencies': [ |
| 977 '../base/allocator/allocator.gyp:allocator', | 982 '../base/allocator/allocator.gyp:allocator', |
| 978 ], | 983 ], |
| 979 }], | 984 }], |
| 980 ], | 985 ], |
| 981 }, | 986 }, |
| 982 ], | 987 ], |
| 983 }], | 988 }], |
| 984 ], | 989 ], |
| 985 } | 990 } |
| OLD | NEW |