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 438 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
449 ['toolkit_views == 1', { | 449 ['toolkit_views == 1', { |
450 'sources': [ | 450 'sources': [ |
451 'bookmarks/browser/bookmark_node_data_unittest.cc', | 451 'bookmarks/browser/bookmark_node_data_unittest.cc', |
452 ], | 452 ], |
453 }], | 453 }], |
454 ['OS != "ios"', { | 454 ['OS != "ios"', { |
455 'sources': [ | 455 'sources': [ |
456 'autofill/content/renderer/renderer_save_password_progress_logge
r_unittest.cc', | 456 'autofill/content/renderer/renderer_save_password_progress_logge
r_unittest.cc', |
457 'dom_distiller/content/dom_distiller_viewer_source_unittest.cc', | 457 'dom_distiller/content/dom_distiller_viewer_source_unittest.cc', |
458 'metrics/gpu/gpu_metrics_provider_unittest.cc', | 458 'metrics/gpu/gpu_metrics_provider_unittest.cc', |
| 459 'password_manager/content/browser/content_credential_manager_dis
patcher_unittest.cc', |
459 'power/origin_power_map_unittest.cc', | 460 'power/origin_power_map_unittest.cc', |
460 ], | 461 ], |
461 'dependencies': [ | 462 'dependencies': [ |
462 # Dependencies of autofill | 463 # Dependencies of autofill |
463 'components.gyp:autofill_content_browser', | 464 'components.gyp:autofill_content_browser', |
464 'components.gyp:autofill_content_renderer', | 465 'components.gyp:autofill_content_renderer', |
465 'components.gyp:autofill_content_test_support', | 466 'components.gyp:autofill_content_test_support', |
466 | 467 |
467 # Dependencies of dom_distiller | 468 # Dependencies of dom_distiller |
468 'components.gyp:dom_distiller_content', | 469 'components.gyp:dom_distiller_content', |
469 | 470 |
470 # Dependencies of | 471 # Dependencies of |
471 # intercept_navigation_resource_throttle_unittest.cc | 472 # intercept_navigation_resource_throttle_unittest.cc |
472 '../skia/skia.gyp:skia', | 473 '../skia/skia.gyp:skia', |
473 'components.gyp:navigation_interception', | 474 'components.gyp:navigation_interception', |
474 | 475 |
475 # Dependencies of keyed_service | 476 # Dependencies of keyed_service |
476 'components.gyp:keyed_service_content', | 477 'components.gyp:keyed_service_content', |
477 | 478 |
| 479 # Dependencies of password_manager |
| 480 'components.gyp:password_manager_content_browser', |
| 481 'components.gyp:password_manager_content_common', |
| 482 |
478 # Dependencies of precache/content | 483 # Dependencies of precache/content |
479 'components.gyp:precache_content', | 484 'components.gyp:precache_content', |
480 | 485 |
481 # Dependencies of power | 486 # Dependencies of power |
482 'components.gyp:power', | 487 'components.gyp:power', |
483 | 488 |
484 # Dependencies of sessions | 489 # Dependencies of sessions |
485 '../third_party/protobuf/protobuf.gyp:protobuf_lite', | 490 '../third_party/protobuf/protobuf.gyp:protobuf_lite', |
486 'components.gyp:sessions', | 491 'components.gyp:sessions', |
487 'components.gyp:sessions_test_support', | 492 'components.gyp:sessions_test_support', |
(...skipping 472 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
960 'dependencies': [ | 965 'dependencies': [ |
961 '../base/allocator/allocator.gyp:allocator', | 966 '../base/allocator/allocator.gyp:allocator', |
962 ], | 967 ], |
963 }], | 968 }], |
964 ], | 969 ], |
965 }, | 970 }, |
966 ], | 971 ], |
967 }], | 972 }], |
968 ], | 973 ], |
969 } | 974 } |
OLD | NEW |