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 431 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
442 'bookmarks/browser/bookmark_node_data_unittest.cc', | 442 'bookmarks/browser/bookmark_node_data_unittest.cc', |
443 'constrained_window/constrained_window_views_unittest.cc', | 443 'constrained_window/constrained_window_views_unittest.cc', |
444 ], | 444 ], |
445 'dependencies': [ | 445 'dependencies': [ |
446 '<(DEPTH)/ui/views/views.gyp:views_test_support', | 446 '<(DEPTH)/ui/views/views.gyp:views_test_support', |
447 'components.gyp:constrained_window', | 447 'components.gyp:constrained_window', |
448 ] | 448 ] |
449 }], | 449 }], |
450 ['OS=="win"', { | 450 ['OS=="win"', { |
451 'dependencies': [ | 451 'dependencies': [ |
452 # Dependencies of browser_watcher, windows only. | 452 'components.gyp:browser_watcher', |
453 'components.gyp:browser_watcher', | 453 'components.gyp:browser_watcher_client', |
454 'components.gyp:browser_watcher_client', | |
455 ] | 454 ] |
456 }], | 455 }], |
457 ['OS=="win" and component!="shared_library" and win_use_allocator_sh
im==1', { | 456 ['OS=="win" and component!="shared_library" and win_use_allocator_sh
im==1', { |
458 'dependencies': [ | 457 'dependencies': [ |
459 '<(DEPTH)/base/allocator/allocator.gyp:allocator', | 458 '<(DEPTH)/base/allocator/allocator.gyp:allocator', |
460 ], | 459 ], |
461 }], | 460 }], |
462 [ 'cld_version==0 or cld_version==2', { | 461 [ 'cld_version==0 or cld_version==2', { |
463 'dependencies': [ | 462 'dependencies': [ |
464 # Unit tests should always use statically-linked CLD data. | 463 # Unit tests should always use statically-linked CLD data. |
465 '<(DEPTH)/third_party/cld_2/cld_2.gyp:cld2_static', ], | 464 '<(DEPTH)/third_party/cld_2/cld_2.gyp:cld2_static', ], |
466 }], | 465 }], |
467 ['OS != "ios"', { | 466 ['OS != "ios"', { |
468 'sources': [ | 467 'sources': [ |
469 'autofill/content/renderer/renderer_save_password_progress_logge
r_unittest.cc', | 468 'autofill/content/renderer/renderer_save_password_progress_logge
r_unittest.cc', |
470 'dns_prefetch/renderer/predictor_queue_unittest.cc', | 469 'dns_prefetch/renderer/predictor_queue_unittest.cc', |
471 'dns_prefetch/renderer/renderer_net_predictor_unittest.cc', | 470 'dns_prefetch/renderer/renderer_net_predictor_unittest.cc', |
472 'dom_distiller/content/dom_distiller_viewer_source_unittest.cc', | 471 'dom_distiller/content/dom_distiller_viewer_source_unittest.cc', |
473 'dom_distiller/content/web_contents_main_frame_observer_unittest
.cc', | 472 'dom_distiller/content/web_contents_main_frame_observer_unittest
.cc', |
474 'error_page/renderer/net_error_helper_core_unittest.cc', | 473 'error_page/renderer/net_error_helper_core_unittest.cc', |
475 'metrics/gpu/gpu_metrics_provider_unittest.cc', | 474 'metrics/gpu/gpu_metrics_provider_unittest.cc', |
476 'password_manager/content/browser/content_credential_manager_dis
patcher_unittest.cc', | 475 'password_manager/content/browser/content_credential_manager_dis
patcher_unittest.cc', |
477 'power/origin_power_map_unittest.cc', | 476 'power/origin_power_map_unittest.cc', |
478 ], | 477 ], |
479 'dependencies': [ | 478 'dependencies': [ |
480 # Dependencies of autofill | 479 '../skia/skia.gyp:skia', |
481 'components.gyp:autofill_content_browser', | 480 'components.gyp:autofill_content_browser', |
482 'components.gyp:autofill_content_renderer', | 481 'components.gyp:autofill_content_renderer', |
483 'components.gyp:autofill_content_test_support', | 482 'components.gyp:autofill_content_test_support', |
484 | |
485 # Dependencies of dns_prefetch | |
486 'components.gyp:dns_prefetch_renderer', | 483 'components.gyp:dns_prefetch_renderer', |
487 | |
488 # Dependencies of dom_distiller | |
489 'components.gyp:dom_distiller_content', | 484 'components.gyp:dom_distiller_content', |
490 | |
491 # Dependencies of error_page | |
492 'components.gyp:error_page_renderer', | 485 'components.gyp:error_page_renderer', |
493 | |
494 # Dependencies of history | |
495 'components.gyp:history_content_browser', | 486 'components.gyp:history_content_browser', |
496 | 487 'components.gyp:keyed_service_content', |
497 # Dependencies of | |
498 # intercept_navigation_resource_throttle_unittest.cc | |
499 '../skia/skia.gyp:skia', | |
500 'components.gyp:navigation_interception', | 488 'components.gyp:navigation_interception', |
501 | |
502 # Dependencies of keyed_service | |
503 'components.gyp:keyed_service_content', | |
504 | |
505 # Dependencies of password_manager | |
506 'components.gyp:password_manager_content_browser', | 489 'components.gyp:password_manager_content_browser', |
507 'components.gyp:password_manager_content_common', | 490 'components.gyp:password_manager_content_common', |
508 | 491 'components.gyp:power', |
509 # Dependencies of precache/content | |
510 'components.gyp:precache_content', | 492 'components.gyp:precache_content', |
511 | |
512 # Dependencies of power | |
513 'components.gyp:power', | |
514 | |
515 # Dependencies of sessions | |
516 'components.gyp:sessions_content', | 493 'components.gyp:sessions_content', |
517 | |
518 # Dependencies of storage monitor | |
519 'components.gyp:storage_monitor', | 494 'components.gyp:storage_monitor', |
520 'components.gyp:storage_monitor_test_support', | 495 'components.gyp:storage_monitor_test_support', |
521 | |
522 # Dependencies of url_matcher. | |
523 'components.gyp:url_matcher', | 496 'components.gyp:url_matcher', |
524 | |
525 # Dependencies of visitedlink | |
526 'components.gyp:visitedlink_browser', | 497 'components.gyp:visitedlink_browser', |
527 'components.gyp:visitedlink_renderer', | 498 'components.gyp:visitedlink_renderer', |
528 | |
529 # Dependencies of web_cache | |
530 'components.gyp:web_cache_browser', | 499 'components.gyp:web_cache_browser', |
531 | |
532 # Dependencies of web_modal | |
533 'components.gyp:web_modal', | 500 'components.gyp:web_modal', |
534 'components.gyp:web_modal_test_support', | 501 'components.gyp:web_modal_test_support', |
535 ], | 502 ], |
536 'conditions': [ | 503 'conditions': [ |
537 ['OS != "android"', { | 504 ['OS != "android"', { |
538 'sources': [ | 505 'sources': [ |
539 'sessions/session_backend_unittest.cc', | 506 'sessions/session_backend_unittest.cc', |
540 ], | 507 ], |
541 }], | 508 }], |
542 ], | 509 ], |
(...skipping 551 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1094 '../build/isolate.gypi', | 1061 '../build/isolate.gypi', |
1095 ], | 1062 ], |
1096 'sources': [ | 1063 'sources': [ |
1097 'components_unittests.isolate', | 1064 'components_unittests.isolate', |
1098 ], | 1065 ], |
1099 }, | 1066 }, |
1100 ], | 1067 ], |
1101 }], | 1068 }], |
1102 ], | 1069 ], |
1103 } | 1070 } |
OLD | NEW |