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

Side by Side Diff: components/components_tests.gyp

Issue 1237403003: [Password manager IOS upsteaming] Upstreaming login database (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Histograms Created 5 years, 5 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
« no previous file with comments | « no previous file | components/password_manager.gypi » ('j') | components/password_manager.gypi » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 989 matching lines...) Expand 10 before | Expand all | Expand 10 after
1000 '../third_party/nss/nss.gyp:nspr', 1000 '../third_party/nss/nss.gyp:nspr',
1001 '../third_party/nss/nss.gyp:nss', 1001 '../third_party/nss/nss.gyp:nss',
1002 ], 1002 ],
1003 }], 1003 }],
1004 ], 1004 ],
1005 }], 1005 }],
1006 ], 1006 ],
1007 }, { # 'OS == "ios"' 1007 }, { # 'OS == "ios"'
1008 'sources': [ 1008 'sources': [
1009 'open_from_clipboard/clipboard_recent_content_ios_unittest.mm', 1009 'open_from_clipboard/clipboard_recent_content_ios_unittest.mm',
1010 'password_manager/core/browser/login_database_ios_unittest.cc',
1010 'webp_transcode/webp_decoder_unittest.mm', 1011 'webp_transcode/webp_decoder_unittest.mm',
1011 'webp_transcode/webp_network_client_unittest.mm', 1012 'webp_transcode/webp_network_client_unittest.mm',
1012 ], 1013 ],
1013 'sources!': [ 1014 'sources!': [
1014 'metrics/gpu/gpu_metrics_provider_unittest.cc', 1015 'metrics/gpu/gpu_metrics_provider_unittest.cc',
1015 ], 1016 ],
1016 'sources/': [ 1017 'sources/': [
1017 # Exclude all tests that depends on //content (based on layered- 1018 # Exclude all tests that depends on //content (based on layered-
1018 # component directory structure). 1019 # component directory structure).
1019 ['exclude', '^[^/]*/content/'], 1020 ['exclude', '^[^/]*/content/'],
(...skipping 524 matching lines...) Expand 10 before | Expand all | Expand 10 after
1544 ], 1545 ],
1545 'variables': { 1546 'variables': {
1546 'test_suite_name': 'components_unittests', 1547 'test_suite_name': 'components_unittests',
1547 }, 1548 },
1548 'includes': [ '../build/apk_test.gypi' ], 1549 'includes': [ '../build/apk_test.gypi' ],
1549 }, 1550 },
1550 ], 1551 ],
1551 }], 1552 }],
1552 ], 1553 ],
1553 } 1554 }
OLDNEW
« no previous file with comments | « no previous file | components/password_manager.gypi » ('j') | components/password_manager.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698