| 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 'usb_service/usb_device_filter_unittest.cc', | 408 'usb_service/usb_device_filter_unittest.cc', |
| 408 ], | 409 ], |
| 409 'dependencies': [ | 410 'dependencies': [ |
| 410 # Dependencies of autofill | 411 # Dependencies of autofill |
| 411 'components.gyp:autofill_content_browser', | 412 'components.gyp:autofill_content_browser', |
| 412 'components.gyp:autofill_content_renderer', | 413 'components.gyp:autofill_content_renderer', |
| 413 'components.gyp:autofill_content_test_support', | 414 'components.gyp:autofill_content_test_support', |
| 414 | 415 |
| 415 # Dependencies of dom_distiller | 416 # Dependencies of dom_distiller |
| 416 'components.gyp:dom_distiller_content', | 417 'components.gyp:dom_distiller_content', |
| 417 | 418 |
| 418 # Dependencies of | 419 # Dependencies of |
| 419 # intercept_navigation_resource_throttle_unittest.cc | 420 # intercept_navigation_resource_throttle_unittest.cc |
| 420 '../skia/skia.gyp:skia', | 421 '../skia/skia.gyp:skia', |
| 421 'components.gyp:navigation_interception', | 422 'components.gyp:navigation_interception', |
| 422 | 423 |
| 423 # Dependencies of keyed_service | 424 # Dependencies of keyed_service |
| 424 'components.gyp:keyed_service_content', | 425 'components.gyp:keyed_service_content', |
| 425 | 426 |
| 426 # Dependencies of precache/content | 427 # Dependencies of precache/content |
| 427 'components.gyp:precache_content', | 428 'components.gyp:precache_content', |
| 428 | 429 |
| 430 # Dependencies of power |
| 431 'components.gyp:power', |
| 432 |
| 429 # Dependencies of sessions | 433 # Dependencies of sessions |
| 430 '../third_party/protobuf/protobuf.gyp:protobuf_lite', | 434 '../third_party/protobuf/protobuf.gyp:protobuf_lite', |
| 431 'components.gyp:sessions', | 435 'components.gyp:sessions', |
| 432 'components.gyp:sessions_test_support', | 436 'components.gyp:sessions_test_support', |
| 433 | 437 |
| 434 # Dependencies of storage monitor | 438 # Dependencies of storage monitor |
| 435 'components.gyp:storage_monitor', | 439 'components.gyp:storage_monitor', |
| 436 'components.gyp:storage_monitor_test_support', | 440 'components.gyp:storage_monitor_test_support', |
| 437 | 441 |
| 438 # Dependencies of url_matcher. | 442 # Dependencies of url_matcher. |
| (...skipping 452 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 891 'dependencies': [ | 895 'dependencies': [ |
| 892 '../base/allocator/allocator.gyp:allocator', | 896 '../base/allocator/allocator.gyp:allocator', |
| 893 ], | 897 ], |
| 894 }], | 898 }], |
| 895 ], | 899 ], |
| 896 }, | 900 }, |
| 897 ], | 901 ], |
| 898 }], | 902 }], |
| 899 ], | 903 ], |
| 900 } | 904 } |
| OLD | NEW |