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 440 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 ['OS != "ios"', { | 457 ['OS != "ios"', { |
458 'sources': [ | 458 'sources': [ |
459 'autofill/content/renderer/renderer_save_password_progress_logge
r_unittest.cc', | 459 'autofill/content/renderer/renderer_save_password_progress_logge
r_unittest.cc', |
460 'dom_distiller/content/dom_distiller_viewer_source_unittest.cc', | 460 'dom_distiller/content/dom_distiller_viewer_source_unittest.cc', |
| 461 'error_page/renderer/net_error_helper_core_unittest.cc', |
461 'metrics/gpu/gpu_metrics_provider_unittest.cc', | 462 'metrics/gpu/gpu_metrics_provider_unittest.cc', |
462 'password_manager/content/browser/content_credential_manager_dis
patcher_unittest.cc', | 463 'password_manager/content/browser/content_credential_manager_dis
patcher_unittest.cc', |
463 'power/origin_power_map_unittest.cc', | 464 'power/origin_power_map_unittest.cc', |
464 ], | 465 ], |
465 'dependencies': [ | 466 'dependencies': [ |
466 # Dependencies of autofill | 467 # Dependencies of autofill |
467 'components.gyp:autofill_content_browser', | 468 'components.gyp:autofill_content_browser', |
468 'components.gyp:autofill_content_renderer', | 469 'components.gyp:autofill_content_renderer', |
469 'components.gyp:autofill_content_test_support', | 470 'components.gyp:autofill_content_test_support', |
470 | 471 |
471 # Dependencies of dom_distiller | 472 # Dependencies of dom_distiller |
472 'components.gyp:dom_distiller_content', | 473 'components.gyp:dom_distiller_content', |
473 | 474 |
| 475 # Dependencies of error_page |
| 476 'components.gyp:error_page_renderer', |
| 477 |
474 # Dependencies of | 478 # Dependencies of |
475 # intercept_navigation_resource_throttle_unittest.cc | 479 # intercept_navigation_resource_throttle_unittest.cc |
476 '../skia/skia.gyp:skia', | 480 '../skia/skia.gyp:skia', |
477 'components.gyp:navigation_interception', | 481 'components.gyp:navigation_interception', |
478 | 482 |
479 # Dependencies of keyed_service | 483 # Dependencies of keyed_service |
480 'components.gyp:keyed_service_content', | 484 'components.gyp:keyed_service_content', |
481 | 485 |
482 # Dependencies of password_manager | 486 # Dependencies of password_manager |
483 'components.gyp:password_manager_content_browser', | 487 'components.gyp:password_manager_content_browser', |
(...skipping 494 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
978 'dependencies': [ | 982 'dependencies': [ |
979 '../base/allocator/allocator.gyp:allocator', | 983 '../base/allocator/allocator.gyp:allocator', |
980 ], | 984 ], |
981 }], | 985 }], |
982 ], | 986 ], |
983 }, | 987 }, |
984 ], | 988 ], |
985 }], | 989 }], |
986 ], | 990 ], |
987 } | 991 } |
OLD | NEW |