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 465 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
476 'dependencies': [ | 476 'dependencies': [ |
477 '<(DEPTH)/ui/views/views.gyp:views_test_support', | 477 '<(DEPTH)/ui/views/views.gyp:views_test_support', |
478 'components.gyp:constrained_window', | 478 'components.gyp:constrained_window', |
479 ] | 479 ] |
480 }], | 480 }], |
481 ['OS=="win" and component!="shared_library" and win_use_allocator_sh
im==1', { | 481 ['OS=="win" and component!="shared_library" and win_use_allocator_sh
im==1', { |
482 'dependencies': [ | 482 'dependencies': [ |
483 '<(DEPTH)/base/allocator/allocator.gyp:allocator', | 483 '<(DEPTH)/base/allocator/allocator.gyp:allocator', |
484 ], | 484 ], |
485 }], | 485 }], |
| 486 [ 'cld_version==0 or cld_version==2', { |
| 487 'dependencies': [ |
| 488 # Unit tests should always use statically-linked CLD data. |
| 489 '<(DEPTH)/third_party/cld_2/cld_2.gyp:cld2_static', ], |
| 490 }], |
486 ['OS != "ios"', { | 491 ['OS != "ios"', { |
487 'sources': [ | 492 'sources': [ |
488 'autofill/content/renderer/renderer_save_password_progress_logge
r_unittest.cc', | 493 'autofill/content/renderer/renderer_save_password_progress_logge
r_unittest.cc', |
489 'dom_distiller/content/dom_distiller_viewer_source_unittest.cc', | 494 'dom_distiller/content/dom_distiller_viewer_source_unittest.cc', |
490 'dom_distiller/content/web_contents_main_frame_observer_unittest
.cc', | 495 'dom_distiller/content/web_contents_main_frame_observer_unittest
.cc', |
491 'error_page/renderer/net_error_helper_core_unittest.cc', | 496 'error_page/renderer/net_error_helper_core_unittest.cc', |
492 'metrics/gpu/gpu_metrics_provider_unittest.cc', | 497 'metrics/gpu/gpu_metrics_provider_unittest.cc', |
493 'password_manager/content/browser/content_credential_manager_dis
patcher_unittest.cc', | 498 'password_manager/content/browser/content_credential_manager_dis
patcher_unittest.cc', |
494 'power/origin_power_map_unittest.cc', | 499 'power/origin_power_map_unittest.cc', |
495 ], | 500 ], |
(...skipping 529 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1025 'dependencies': [ | 1030 'dependencies': [ |
1026 '../base/allocator/allocator.gyp:allocator', | 1031 '../base/allocator/allocator.gyp:allocator', |
1027 ], | 1032 ], |
1028 }], | 1033 }], |
1029 ], | 1034 ], |
1030 }, | 1035 }, |
1031 ], | 1036 ], |
1032 }], | 1037 }], |
1033 ], | 1038 ], |
1034 } | 1039 } |
OLD | NEW |