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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 746563002: Revert of Add chrome sync tests to the GN build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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 | « chrome/chrome_tests.gypi ('k') | chrome/test/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 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 'variables': { 5 'variables': {
6 'chrome_unit_tests_sources': [ 6 'chrome_unit_tests_sources': [
7 '../apps/saved_files_service_unittest.cc', 7 '../apps/saved_files_service_unittest.cc',
8 '../components/autofill/content/renderer/test_password_autofill_agent.cc', 8 '../components/autofill/content/renderer/test_password_autofill_agent.cc',
9 '../components/autofill/content/renderer/test_password_autofill_agent.h', 9 '../components/autofill/content/renderer/test_password_autofill_agent.h',
10 '../components/autofill/content/renderer/test_password_generation_agent.cc ', 10 '../components/autofill/content/renderer/test_password_generation_agent.cc ',
(...skipping 1433 matching lines...) Expand 10 before | Expand all | Expand 10 after
1444 '../tools/json_schema_compiler/test/simple_api_unittest.cc', 1444 '../tools/json_schema_compiler/test/simple_api_unittest.cc',
1445 '../tools/json_schema_compiler/test/error_generation_unittest.cc', 1445 '../tools/json_schema_compiler/test/error_generation_unittest.cc',
1446 '../ui/webui/resources/js/cr.js', 1446 '../ui/webui/resources/js/cr.js',
1447 1447
1448 ], 1448 ],
1449 }, 1449 },
1450 'targets': [ 1450 'targets': [
1451 { 1451 {
1452 # This target contains mocks and test utilities that don't belong in 1452 # This target contains mocks and test utilities that don't belong in
1453 # production libraries but are used by more than one test executable. 1453 # production libraries but are used by more than one test executable.
1454 #
1455 # GN version: //chrome/test:test_support
1456 'target_name': 'test_support_common', 1454 'target_name': 'test_support_common',
1457 'type': 'static_library', 1455 'type': 'static_library',
1458 'dependencies': [ 1456 'dependencies': [
1459 # NOTE: New dependencies should generally be added in the OS!="ios" 1457 # NOTE: New dependencies should generally be added in the OS!="ios"
1460 # dependencies block below, rather than here. 1458 # dependencies block below, rather than here.
1461 'browser', 1459 'browser',
1462 'chrome_resources.gyp:chrome_resources', 1460 'chrome_resources.gyp:chrome_resources',
1463 'chrome_resources.gyp:chrome_strings', 1461 'chrome_resources.gyp:chrome_strings',
1464 'chrome_resources.gyp:theme_resources', 1462 'chrome_resources.gyp:theme_resources',
1465 'common', 1463 'common',
(...skipping 1472 matching lines...) Expand 10 before | Expand all | Expand 10 after
2938 'dependencies': [ 2936 'dependencies': [
2939 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2937 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2940 ], 2938 ],
2941 }], 2939 }],
2942 ], 2940 ],
2943 }, 2941 },
2944 ], 2942 ],
2945 }], 2943 }],
2946 ], # 'conditions' 2944 ], # 'conditions'
2947 } 2945 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698