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 602 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
613 '$(SDKROOT)/System/Library/Frameworks/Foundation.framework', | 613 '$(SDKROOT)/System/Library/Frameworks/Foundation.framework', |
614 '$(SDKROOT)/System/Library/Frameworks/ImageCaptureCore.framewo
rk', | 614 '$(SDKROOT)/System/Library/Frameworks/ImageCaptureCore.framewo
rk', |
615 ], | 615 ], |
616 }, | 616 }, |
617 'sources!': [ | 617 'sources!': [ |
618 'password_manager/core/browser/password_store_default_unittest.c
c', | 618 'password_manager/core/browser/password_store_default_unittest.c
c', |
619 ], | 619 ], |
620 }], | 620 }], |
621 ['OS == "android"', { | 621 ['OS == "android"', { |
622 'sources': [ | 622 'sources': [ |
| 623 'data_reduction_proxy/content/browser/data_reduction_proxy_debug
_blocking_page_unittest.cc', |
623 'data_reduction_proxy/content/browser/data_reduction_proxy_debug
_resource_throttle_unittest.cc', | 624 'data_reduction_proxy/content/browser/data_reduction_proxy_debug
_resource_throttle_unittest.cc', |
624 'data_reduction_proxy/content/browser/data_reduction_proxy_debug
_ui_manager_unittest.cc', | 625 'data_reduction_proxy/content/browser/data_reduction_proxy_debug
_ui_manager_unittest.cc', |
| 626 |
625 'invalidation/invalidation_service_android_unittest.cc', | 627 'invalidation/invalidation_service_android_unittest.cc', |
626 ], | 628 ], |
627 'sources!': [ | 629 'sources!': [ |
628 'gcm_driver/gcm_account_mapper_unittest.cc', | 630 'gcm_driver/gcm_account_mapper_unittest.cc', |
629 'gcm_driver/gcm_channel_status_request_unittest.cc', | 631 'gcm_driver/gcm_channel_status_request_unittest.cc', |
630 'gcm_driver/gcm_client_impl_unittest.cc', | 632 'gcm_driver/gcm_client_impl_unittest.cc', |
631 'gcm_driver/gcm_delayed_task_controller_unittest.cc', | 633 'gcm_driver/gcm_delayed_task_controller_unittest.cc', |
632 'gcm_driver/gcm_driver_desktop_unittest.cc', | 634 'gcm_driver/gcm_driver_desktop_unittest.cc', |
633 'gcm_driver/gcm_stats_recorder_impl_unittest.cc', | 635 'gcm_driver/gcm_stats_recorder_impl_unittest.cc', |
634 'feedback/feedback_common_unittest.cc', | 636 'feedback/feedback_common_unittest.cc', |
(...skipping 430 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1065 '../build/isolate.gypi', | 1067 '../build/isolate.gypi', |
1066 ], | 1068 ], |
1067 'sources': [ | 1069 'sources': [ |
1068 'components_unittests.isolate', | 1070 'components_unittests.isolate', |
1069 ], | 1071 ], |
1070 }, | 1072 }, |
1071 ], | 1073 ], |
1072 }], | 1074 }], |
1073 ], | 1075 ], |
1074 } | 1076 } |
OLD | NEW |