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