Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(246)

Side by Side Diff: components/components_tests.gyp

Issue 830503004: Data Reduction Proxy blocking page and resources (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@interstitalStep1
Patch Set: Rebase and crash fixes Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 697 matching lines...) Expand 10 before | Expand all | Expand 10 after
708 '$(SDKROOT)/System/Library/Frameworks/Foundation.framework', 708 '$(SDKROOT)/System/Library/Frameworks/Foundation.framework',
709 '$(SDKROOT)/System/Library/Frameworks/ImageCaptureCore.framewo rk', 709 '$(SDKROOT)/System/Library/Frameworks/ImageCaptureCore.framewo rk',
710 ], 710 ],
711 }, 711 },
712 'sources!': [ 712 'sources!': [
713 'password_manager/core/browser/password_store_default_unittest.c c', 713 'password_manager/core/browser/password_store_default_unittest.c c',
714 ], 714 ],
715 }], 715 }],
716 ['OS == "android"', { 716 ['OS == "android"', {
717 'sources': [ 717 'sources': [
718 'data_reduction_proxy/content/browser/data_reduction_proxy_block ing_page_unittest.cc',
718 'data_reduction_proxy/content/browser/data_reduction_proxy_resou rce_throttle_unittest.cc', 719 'data_reduction_proxy/content/browser/data_reduction_proxy_resou rce_throttle_unittest.cc',
719 'data_reduction_proxy/content/browser/data_reduction_proxy_ui_ma nager_unittest.cc', 720 'data_reduction_proxy/content/browser/data_reduction_proxy_ui_ma nager_unittest.cc',
720 'invalidation/invalidation_service_android_unittest.cc', 721 'invalidation/invalidation_service_android_unittest.cc',
721 ], 722 ],
722 'sources!': [ 723 'sources!': [
723 'gcm_driver/gcm_account_mapper_unittest.cc', 724 'gcm_driver/gcm_account_mapper_unittest.cc',
724 'gcm_driver/gcm_channel_status_request_unittest.cc', 725 'gcm_driver/gcm_channel_status_request_unittest.cc',
725 'gcm_driver/gcm_client_impl_unittest.cc', 726 'gcm_driver/gcm_client_impl_unittest.cc',
726 'gcm_driver/gcm_delayed_task_controller_unittest.cc', 727 'gcm_driver/gcm_delayed_task_controller_unittest.cc',
727 'gcm_driver/gcm_driver_desktop_unittest.cc', 728 'gcm_driver/gcm_driver_desktop_unittest.cc',
(...skipping 382 matching lines...) Expand 10 before | Expand all | Expand 10 after
1110 'dependencies': [ 1111 'dependencies': [
1111 '../base/allocator/allocator.gyp:allocator', 1112 '../base/allocator/allocator.gyp:allocator',
1112 ], 1113 ],
1113 }], 1114 }],
1114 ], 1115 ],
1115 }, 1116 },
1116 ], 1117 ],
1117 }], 1118 }],
1118 ], 1119 ],
1119 } 1120 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698