| 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 458 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 469 ['toolkit_views == 1', { | 469 ['toolkit_views == 1', { |
| 470 'sources': [ | 470 'sources': [ |
| 471 'bookmarks/browser/bookmark_node_data_unittest.cc', | 471 'bookmarks/browser/bookmark_node_data_unittest.cc', |
| 472 'constrained_window/constrained_window_views_unittest.cc', | 472 'constrained_window/constrained_window_views_unittest.cc', |
| 473 ], | 473 ], |
| 474 'dependencies': [ | 474 'dependencies': [ |
| 475 '<(DEPTH)/ui/views/views.gyp:views_test_support', | 475 '<(DEPTH)/ui/views/views.gyp:views_test_support', |
| 476 'components.gyp:constrained_window', | 476 'components.gyp:constrained_window', |
| 477 ] | 477 ] |
| 478 }], | 478 }], |
| 479 [ 'cld_version==0 or cld_version==2', { |
| 480 'dependencies': [ |
| 481 # Unit tests should always use statically-linked CLD data. |
| 482 '<(DEPTH)/third_party/cld_2/cld_2.gyp:cld2_static', ], |
| 483 }], |
| 479 ['OS != "ios"', { | 484 ['OS != "ios"', { |
| 480 'sources': [ | 485 'sources': [ |
| 481 'autofill/content/renderer/renderer_save_password_progress_logge
r_unittest.cc', | 486 'autofill/content/renderer/renderer_save_password_progress_logge
r_unittest.cc', |
| 482 'dom_distiller/content/dom_distiller_viewer_source_unittest.cc', | 487 'dom_distiller/content/dom_distiller_viewer_source_unittest.cc', |
| 483 'dom_distiller/content/web_contents_main_frame_observer_unittest
.cc', | 488 'dom_distiller/content/web_contents_main_frame_observer_unittest
.cc', |
| 484 'error_page/renderer/net_error_helper_core_unittest.cc', | 489 'error_page/renderer/net_error_helper_core_unittest.cc', |
| 485 'metrics/gpu/gpu_metrics_provider_unittest.cc', | 490 'metrics/gpu/gpu_metrics_provider_unittest.cc', |
| 486 'password_manager/content/browser/content_credential_manager_dis
patcher_unittest.cc', | 491 'password_manager/content/browser/content_credential_manager_dis
patcher_unittest.cc', |
| 487 'power/origin_power_map_unittest.cc', | 492 'power/origin_power_map_unittest.cc', |
| 488 ], | 493 ], |
| (...skipping 521 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1010 'dependencies': [ | 1015 'dependencies': [ |
| 1011 '../base/allocator/allocator.gyp:allocator', | 1016 '../base/allocator/allocator.gyp:allocator', |
| 1012 ], | 1017 ], |
| 1013 }], | 1018 }], |
| 1014 ], | 1019 ], |
| 1015 }, | 1020 }, |
| 1016 ], | 1021 ], |
| 1017 }], | 1022 }], |
| 1018 ], | 1023 ], |
| 1019 } | 1024 } |
| OLD | NEW |