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 385 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
396 'conditions': [ | 396 'conditions': [ |
397 ['toolkit_views == 1', { | 397 ['toolkit_views == 1', { |
398 'sources': [ | 398 'sources': [ |
399 'bookmarks/browser/bookmark_node_data_unittest.cc', | 399 'bookmarks/browser/bookmark_node_data_unittest.cc', |
400 ], | 400 ], |
401 }], | 401 }], |
402 ['OS != "ios"', { | 402 ['OS != "ios"', { |
403 'sources': [ | 403 'sources': [ |
404 'autofill/content/renderer/renderer_save_password_progress_logge
r_unittest.cc', | 404 'autofill/content/renderer/renderer_save_password_progress_logge
r_unittest.cc', |
405 'dom_distiller/content/dom_distiller_viewer_source_unittest.cc', | 405 'dom_distiller/content/dom_distiller_viewer_source_unittest.cc', |
| 406 'power/origin_power_map_unittest.cc', |
406 'usb_service/usb_context_unittest.cc', | 407 'usb_service/usb_context_unittest.cc', |
407 ], | 408 ], |
408 'dependencies': [ | 409 'dependencies': [ |
409 # Dependencies of autofill | 410 # Dependencies of autofill |
410 'components.gyp:autofill_content_browser', | 411 'components.gyp:autofill_content_browser', |
411 'components.gyp:autofill_content_renderer', | 412 'components.gyp:autofill_content_renderer', |
412 'components.gyp:autofill_content_test_support', | 413 'components.gyp:autofill_content_test_support', |
413 | 414 |
414 # Dependencies of dom_distiller | 415 # Dependencies of dom_distiller |
415 'components.gyp:dom_distiller_content', | 416 'components.gyp:dom_distiller_content', |
416 | 417 |
417 # Dependencies of | 418 # Dependencies of |
418 # intercept_navigation_resource_throttle_unittest.cc | 419 # intercept_navigation_resource_throttle_unittest.cc |
419 '../skia/skia.gyp:skia', | 420 '../skia/skia.gyp:skia', |
420 'components.gyp:navigation_interception', | 421 'components.gyp:navigation_interception', |
421 | 422 |
422 # Dependencies of keyed_service | 423 # Dependencies of keyed_service |
423 'components.gyp:keyed_service_content', | 424 'components.gyp:keyed_service_content', |
424 | 425 |
425 # Dependencies of precache/content | 426 # Dependencies of precache/content |
426 'components.gyp:precache_content', | 427 'components.gyp:precache_content', |
427 | 428 |
| 429 # Dependencies of power |
| 430 'components.gyp:power', |
| 431 |
428 # Dependencies of sessions | 432 # Dependencies of sessions |
429 '../third_party/protobuf/protobuf.gyp:protobuf_lite', | 433 '../third_party/protobuf/protobuf.gyp:protobuf_lite', |
430 'components.gyp:sessions', | 434 'components.gyp:sessions', |
431 'components.gyp:sessions_test_support', | 435 'components.gyp:sessions_test_support', |
432 | 436 |
433 # Dependencies of storage monitor | 437 # Dependencies of storage monitor |
434 'components.gyp:storage_monitor', | 438 'components.gyp:storage_monitor', |
435 'components.gyp:storage_monitor_test_support', | 439 'components.gyp:storage_monitor_test_support', |
436 | 440 |
437 # Dependencies of url_matcher. | 441 # Dependencies of url_matcher. |
(...skipping 451 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
889 'dependencies': [ | 893 'dependencies': [ |
890 '../base/allocator/allocator.gyp:allocator', | 894 '../base/allocator/allocator.gyp:allocator', |
891 ], | 895 ], |
892 }], | 896 }], |
893 ], | 897 ], |
894 }, | 898 }, |
895 ], | 899 ], |
896 }], | 900 }], |
897 ], | 901 ], |
898 } | 902 } |
OLD | NEW |