| 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 433 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 444 'conditions': [ | 444 'conditions': [ |
| 445 ['toolkit_views == 1', { | 445 ['toolkit_views == 1', { |
| 446 'sources': [ | 446 'sources': [ |
| 447 'bookmarks/browser/bookmark_node_data_unittest.cc', | 447 'bookmarks/browser/bookmark_node_data_unittest.cc', |
| 448 ], | 448 ], |
| 449 }], | 449 }], |
| 450 ['OS != "ios"', { | 450 ['OS != "ios"', { |
| 451 'sources': [ | 451 'sources': [ |
| 452 'autofill/content/renderer/renderer_save_password_progress_logge
r_unittest.cc', | 452 'autofill/content/renderer/renderer_save_password_progress_logge
r_unittest.cc', |
| 453 'dom_distiller/content/dom_distiller_viewer_source_unittest.cc', | 453 'dom_distiller/content/dom_distiller_viewer_source_unittest.cc', |
| 454 'error_page/renderer/net_error_helper_core_unittest.cc', |
| 454 'metrics/gpu/gpu_metrics_provider_unittest.cc', | 455 'metrics/gpu/gpu_metrics_provider_unittest.cc', |
| 455 'power/origin_power_map_unittest.cc', | 456 'power/origin_power_map_unittest.cc', |
| 456 ], | 457 ], |
| 457 'dependencies': [ | 458 'dependencies': [ |
| 458 # Dependencies of autofill | 459 # Dependencies of autofill |
| 459 'components.gyp:autofill_content_browser', | 460 'components.gyp:autofill_content_browser', |
| 460 'components.gyp:autofill_content_renderer', | 461 'components.gyp:autofill_content_renderer', |
| 461 'components.gyp:autofill_content_test_support', | 462 'components.gyp:autofill_content_test_support', |
| 462 | 463 |
| 463 # Dependencies of dom_distiller | 464 # Dependencies of dom_distiller |
| 464 'components.gyp:dom_distiller_content', | 465 'components.gyp:dom_distiller_content', |
| 465 | 466 |
| 467 # Dependencies of error_page |
| 468 'components.gyp:error_page_renderer', |
| 469 |
| 466 # Dependencies of | 470 # Dependencies of |
| 467 # intercept_navigation_resource_throttle_unittest.cc | 471 # intercept_navigation_resource_throttle_unittest.cc |
| 468 '../skia/skia.gyp:skia', | 472 '../skia/skia.gyp:skia', |
| 469 'components.gyp:navigation_interception', | 473 'components.gyp:navigation_interception', |
| 470 | 474 |
| 471 # Dependencies of keyed_service | 475 # Dependencies of keyed_service |
| 472 'components.gyp:keyed_service_content', | 476 'components.gyp:keyed_service_content', |
| 473 | 477 |
| 474 # Dependencies of precache/content | 478 # Dependencies of precache/content |
| 475 'components.gyp:precache_content', | 479 'components.gyp:precache_content', |
| (...skipping 468 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 944 'dependencies': [ | 948 'dependencies': [ |
| 945 '../base/allocator/allocator.gyp:allocator', | 949 '../base/allocator/allocator.gyp:allocator', |
| 946 ], | 950 ], |
| 947 }], | 951 }], |
| 948 ], | 952 ], |
| 949 }, | 953 }, |
| 950 ], | 954 ], |
| 951 }], | 955 }], |
| 952 ], | 956 ], |
| 953 } | 957 } |
| OLD | NEW |