| 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 513 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 524 [ 'cld_version==0 or cld_version==2', { | 524 [ 'cld_version==0 or cld_version==2', { |
| 525 'dependencies': [ | 525 'dependencies': [ |
| 526 # Unit tests should always use statically-linked CLD data. | 526 # Unit tests should always use statically-linked CLD data. |
| 527 '<(DEPTH)/third_party/cld_2/cld_2.gyp:cld2_static', ], | 527 '<(DEPTH)/third_party/cld_2/cld_2.gyp:cld2_static', ], |
| 528 }], | 528 }], |
| 529 ['OS != "ios"', { | 529 ['OS != "ios"', { |
| 530 'sources': [ | 530 'sources': [ |
| 531 'autofill/content/renderer/renderer_save_password_progress_logge
r_unittest.cc', | 531 'autofill/content/renderer/renderer_save_password_progress_logge
r_unittest.cc', |
| 532 'dns_prefetch/renderer/predictor_queue_unittest.cc', | 532 'dns_prefetch/renderer/predictor_queue_unittest.cc', |
| 533 'dns_prefetch/renderer/renderer_net_predictor_unittest.cc', | 533 'dns_prefetch/renderer/renderer_net_predictor_unittest.cc', |
| 534 'data_reduction_proxy/content/browser/data_reduction_proxy_resou
rce_throttle_unittest.cc', |
| 535 'data_reduction_proxy/content/browser/data_reduction_proxy_ui_ma
nager_unittest.cc', |
| 534 'dom_distiller/content/dom_distiller_viewer_source_unittest.cc', | 536 'dom_distiller/content/dom_distiller_viewer_source_unittest.cc', |
| 535 'dom_distiller/content/web_contents_main_frame_observer_unittest
.cc', | 537 'dom_distiller/content/web_contents_main_frame_observer_unittest
.cc', |
| 536 'error_page/renderer/net_error_helper_core_unittest.cc', | 538 'error_page/renderer/net_error_helper_core_unittest.cc', |
| 537 'metrics/gpu/gpu_metrics_provider_unittest.cc', | 539 'metrics/gpu/gpu_metrics_provider_unittest.cc', |
| 538 'password_manager/content/browser/content_credential_manager_dis
patcher_unittest.cc', | 540 'password_manager/content/browser/content_credential_manager_dis
patcher_unittest.cc', |
| 539 'power/origin_power_map_unittest.cc', | 541 'power/origin_power_map_unittest.cc', |
| 540 ], | 542 ], |
| 541 'dependencies': [ | 543 'dependencies': [ |
| 542 # Dependencies of autofill | 544 # Dependencies of autofill |
| 543 'components.gyp:autofill_content_browser', | 545 'components.gyp:autofill_content_browser', |
| 544 'components.gyp:autofill_content_renderer', | 546 'components.gyp:autofill_content_renderer', |
| 545 'components.gyp:autofill_content_test_support', | 547 'components.gyp:autofill_content_test_support', |
| 546 | 548 |
| 547 # Dependencies of dns_prefetch | 549 # Dependencies of dns_prefetch |
| 548 'components.gyp:dns_prefetch_renderer', | 550 'components.gyp:dns_prefetch_renderer', |
| 549 | 551 |
| 552 # Dependencies of data_reduction_proxy |
| 553 'components.gyp:data_reduction_proxy_content', |
| 554 |
| 550 # Dependencies of dom_distiller | 555 # Dependencies of dom_distiller |
| 551 'components.gyp:dom_distiller_content', | 556 'components.gyp:dom_distiller_content', |
| 552 | 557 |
| 553 # Dependencies of error_page | 558 # Dependencies of error_page |
| 554 'components.gyp:error_page_renderer', | 559 'components.gyp:error_page_renderer', |
| 555 | 560 |
| 556 # Dependencies of | 561 # Dependencies of |
| 557 # intercept_navigation_resource_throttle_unittest.cc | 562 # intercept_navigation_resource_throttle_unittest.cc |
| 558 '../skia/skia.gyp:skia', | 563 '../skia/skia.gyp:skia', |
| 559 'components.gyp:navigation_interception', | 564 'components.gyp:navigation_interception', |
| (...skipping 544 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1104 'dependencies': [ | 1109 'dependencies': [ |
| 1105 '../base/allocator/allocator.gyp:allocator', | 1110 '../base/allocator/allocator.gyp:allocator', |
| 1106 ], | 1111 ], |
| 1107 }], | 1112 }], |
| 1108 ], | 1113 ], |
| 1109 }, | 1114 }, |
| 1110 ], | 1115 ], |
| 1111 }], | 1116 }], |
| 1112 ], | 1117 ], |
| 1113 } | 1118 } |
| OLD | NEW |