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

Side by Side Diff: components/components_tests.gyp

Issue 2026353002: [Autofill] Credit Card Assist Infobar (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: addressed more comments Created 4 years, 4 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 1482 matching lines...) Expand 10 before | Expand all | Expand 10 after
1493 '$(SDKROOT)/System/Library/Frameworks/Foundation.framework', 1493 '$(SDKROOT)/System/Library/Frameworks/Foundation.framework',
1494 '$(SDKROOT)/System/Library/Frameworks/ImageCaptureCore.framework', 1494 '$(SDKROOT)/System/Library/Frameworks/ImageCaptureCore.framework',
1495 ], 1495 ],
1496 }, 1496 },
1497 'sources!': [ 1497 'sources!': [
1498 'password_manager/core/browser/password_store_default_unittest.cc', 1498 'password_manager/core/browser/password_store_default_unittest.cc',
1499 ], 1499 ],
1500 }], 1500 }],
1501 ['OS == "android"', { 1501 ['OS == "android"', {
1502 'sources': [ 1502 'sources': [
1503 'autofill/core/browser/assist_manager_unittest.cc',
1503 'data_usage/android/traffic_stats_amortizer_unittest.cc', 1504 'data_usage/android/traffic_stats_amortizer_unittest.cc',
1504 'invalidation/impl/invalidation_logger_unittest.cc', 1505 'invalidation/impl/invalidation_logger_unittest.cc',
1505 'invalidation/impl/invalidation_service_android_unittest.cc', 1506 'invalidation/impl/invalidation_service_android_unittest.cc',
1506 ], 1507 ],
1507 'sources!': [ 1508 'sources!': [
1508 'gcm_driver/gcm_account_mapper_unittest.cc', 1509 'gcm_driver/gcm_account_mapper_unittest.cc',
1509 'gcm_driver/gcm_channel_status_request_unittest.cc', 1510 'gcm_driver/gcm_channel_status_request_unittest.cc',
1510 'gcm_driver/gcm_client_impl_unittest.cc', 1511 'gcm_driver/gcm_client_impl_unittest.cc',
1511 'gcm_driver/gcm_driver_desktop_unittest.cc', 1512 'gcm_driver/gcm_driver_desktop_unittest.cc',
1512 'gcm_driver/gcm_stats_recorder_impl_unittest.cc', 1513 'gcm_driver/gcm_stats_recorder_impl_unittest.cc',
(...skipping 539 matching lines...) Expand 10 before | Expand all | Expand 10 after
2052 'dependencies': [ 2053 'dependencies': [
2053 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2054 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2054 ], 2055 ],
2055 }], 2056 }],
2056 ], 2057 ],
2057 }, 2058 },
2058 ], 2059 ],
2059 }], 2060 }],
2060 ], 2061 ],
2061 } 2062 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698