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

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: renamed to autofill_assistant 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 1481 matching lines...) Expand 10 before | Expand all | Expand 10 after
1492 '$(SDKROOT)/System/Library/Frameworks/Foundation.framework', 1492 '$(SDKROOT)/System/Library/Frameworks/Foundation.framework',
1493 '$(SDKROOT)/System/Library/Frameworks/ImageCaptureCore.framework', 1493 '$(SDKROOT)/System/Library/Frameworks/ImageCaptureCore.framework',
1494 ], 1494 ],
1495 }, 1495 },
1496 'sources!': [ 1496 'sources!': [
1497 'password_manager/core/browser/password_store_default_unittest.cc', 1497 'password_manager/core/browser/password_store_default_unittest.cc',
1498 ], 1498 ],
1499 }], 1499 }],
1500 ['OS == "android"', { 1500 ['OS == "android"', {
1501 'sources': [ 1501 'sources': [
1502 'autofill/core/browser/autofill_assistant_unittest.cc',
1502 'data_usage/android/traffic_stats_amortizer_unittest.cc', 1503 'data_usage/android/traffic_stats_amortizer_unittest.cc',
1503 'invalidation/impl/invalidation_logger_unittest.cc', 1504 'invalidation/impl/invalidation_logger_unittest.cc',
1504 'invalidation/impl/invalidation_service_android_unittest.cc', 1505 'invalidation/impl/invalidation_service_android_unittest.cc',
1505 ], 1506 ],
1506 'sources!': [ 1507 'sources!': [
1507 'gcm_driver/gcm_account_mapper_unittest.cc', 1508 'gcm_driver/gcm_account_mapper_unittest.cc',
1508 'gcm_driver/gcm_channel_status_request_unittest.cc', 1509 'gcm_driver/gcm_channel_status_request_unittest.cc',
1509 'gcm_driver/gcm_client_impl_unittest.cc', 1510 'gcm_driver/gcm_client_impl_unittest.cc',
1510 'gcm_driver/gcm_driver_desktop_unittest.cc', 1511 'gcm_driver/gcm_driver_desktop_unittest.cc',
1511 'gcm_driver/gcm_stats_recorder_impl_unittest.cc', 1512 'gcm_driver/gcm_stats_recorder_impl_unittest.cc',
(...skipping 539 matching lines...) Expand 10 before | Expand all | Expand 10 after
2051 'dependencies': [ 2052 'dependencies': [
2052 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2053 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2053 ], 2054 ],
2054 }], 2055 }],
2055 ], 2056 ],
2056 }, 2057 },
2057 ], 2058 ],
2058 }], 2059 }],
2059 ], 2060 ],
2060 } 2061 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698