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 391 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
402 'conditions': [ | 402 'conditions': [ |
403 ['toolkit_views == 1', { | 403 ['toolkit_views == 1', { |
404 'sources': [ | 404 'sources': [ |
405 'bookmarks/browser/bookmark_node_data_unittest.cc', | 405 'bookmarks/browser/bookmark_node_data_unittest.cc', |
406 ], | 406 ], |
407 }], | 407 }], |
408 ['OS != "ios"', { | 408 ['OS != "ios"', { |
409 'sources': [ | 409 'sources': [ |
410 'autofill/content/renderer/renderer_save_password_progress_logge
r_unittest.cc', | 410 'autofill/content/renderer/renderer_save_password_progress_logge
r_unittest.cc', |
411 'dom_distiller/content/dom_distiller_viewer_source_unittest.cc', | 411 'dom_distiller/content/dom_distiller_viewer_source_unittest.cc', |
| 412 'password_manager/content/renderer/credential_manager_client_uni
ttest.cc', |
412 'power/origin_power_map_unittest.cc', | 413 'power/origin_power_map_unittest.cc', |
413 'usb_service/usb_context_unittest.cc', | 414 'usb_service/usb_context_unittest.cc', |
414 'usb_service/usb_device_filter_unittest.cc', | 415 'usb_service/usb_device_filter_unittest.cc', |
415 ], | 416 ], |
416 'dependencies': [ | 417 'dependencies': [ |
417 # Dependencies of autofill | 418 # Dependencies of autofill |
418 'components.gyp:autofill_content_browser', | 419 'components.gyp:autofill_content_browser', |
419 'components.gyp:autofill_content_renderer', | 420 'components.gyp:autofill_content_renderer', |
420 'components.gyp:autofill_content_test_support', | 421 'components.gyp:autofill_content_test_support', |
421 | 422 |
422 # Dependencies of dom_distiller | 423 # Dependencies of dom_distiller |
423 'components.gyp:dom_distiller_content', | 424 'components.gyp:dom_distiller_content', |
424 | 425 |
425 # Dependencies of | 426 # Dependencies of |
426 # intercept_navigation_resource_throttle_unittest.cc | 427 # intercept_navigation_resource_throttle_unittest.cc |
427 '../skia/skia.gyp:skia', | 428 '../skia/skia.gyp:skia', |
428 'components.gyp:navigation_interception', | 429 'components.gyp:navigation_interception', |
429 | 430 |
430 # Dependencies of keyed_service | 431 # Dependencies of keyed_service |
431 'components.gyp:keyed_service_content', | 432 'components.gyp:keyed_service_content', |
432 | 433 |
433 # Dependencies of precache/content | 434 # Dependencies of precache/content |
434 'components.gyp:precache_content', | 435 'components.gyp:precache_content', |
435 | 436 |
| 437 # Dependencies of password_manager |
| 438 'components.gyp:password_manager_content_renderer', |
| 439 'components.gyp:password_manager_content_renderer_test_support', |
| 440 |
436 # Dependencies of power | 441 # Dependencies of power |
437 'components.gyp:power', | 442 'components.gyp:power', |
438 | 443 |
439 # Dependencies of sessions | 444 # Dependencies of sessions |
440 '../third_party/protobuf/protobuf.gyp:protobuf_lite', | 445 '../third_party/protobuf/protobuf.gyp:protobuf_lite', |
441 'components.gyp:sessions', | 446 'components.gyp:sessions', |
442 'components.gyp:sessions_test_support', | 447 'components.gyp:sessions_test_support', |
443 | 448 |
444 # Dependencies of storage monitor | 449 # Dependencies of storage monitor |
445 'components.gyp:storage_monitor', | 450 'components.gyp:storage_monitor', |
(...skipping 455 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
901 'dependencies': [ | 906 'dependencies': [ |
902 '../base/allocator/allocator.gyp:allocator', | 907 '../base/allocator/allocator.gyp:allocator', |
903 ], | 908 ], |
904 }], | 909 }], |
905 ], | 910 ], |
906 }, | 911 }, |
907 ], | 912 ], |
908 }], | 913 }], |
909 ], | 914 ], |
910 } | 915 } |
OLD | NEW |