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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 777863002: Introduce new component webdata_services (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix component build & gn build Created 6 years 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 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 1400 matching lines...) Expand 10 before | Expand all | Expand 10 after
1411 # TODO(yael): Move to //components/components_tests.gypi once 1411 # TODO(yael): Move to //components/components_tests.gypi once
1412 # nacl_defines is moved out of chrome.gyp into a common place. 1412 # nacl_defines is moved out of chrome.gyp into a common place.
1413 '../components/nacl/loader/nacl_ipc_adapter_unittest.cc', 1413 '../components/nacl/loader/nacl_ipc_adapter_unittest.cc',
1414 '../components/nacl/loader/nacl_validation_query_unittest.cc', 1414 '../components/nacl/loader/nacl_validation_query_unittest.cc',
1415 1415
1416 '../components/search_engines/template_url_fetcher_unittest.cc', 1416 '../components/search_engines/template_url_fetcher_unittest.cc',
1417 '../components/search_engines/template_url_parser_unittest.cc', 1417 '../components/search_engines/template_url_parser_unittest.cc',
1418 '../components/search_engines/template_url_service_sync_unittest.cc', 1418 '../components/search_engines/template_url_service_sync_unittest.cc',
1419 '../components/search_engines/template_url_service_unittest.cc', 1419 '../components/search_engines/template_url_service_unittest.cc',
1420 1420
1421 '../components/webdata/common/web_data_service_test_util.cc', 1421 '../components/webdata_services/web_data_service_test_util.cc',
jochen (gone - plz use gerrit) 2014/12/09 15:43:17 why aren't those compiled into components_unittest
sdefresne 2014/12/12 16:53:37 Those files used to have dependencies on //chrome.
1422 '../components/webdata/common/web_data_service_test_util.h', 1422 '../components/webdata_services/web_data_service_test_util.h',
1423 1423
1424 '../skia/ext/analysis_canvas_unittest.cc', 1424 '../skia/ext/analysis_canvas_unittest.cc',
1425 '../skia/ext/bitmap_platform_device_mac_unittest.cc', 1425 '../skia/ext/bitmap_platform_device_mac_unittest.cc',
1426 '../skia/ext/convolver_unittest.cc', 1426 '../skia/ext/convolver_unittest.cc',
1427 '../skia/ext/image_operations_unittest.cc', 1427 '../skia/ext/image_operations_unittest.cc',
1428 '../skia/ext/pixel_ref_utils_unittest.cc', 1428 '../skia/ext/pixel_ref_utils_unittest.cc',
1429 '../skia/ext/platform_canvas_unittest.cc', 1429 '../skia/ext/platform_canvas_unittest.cc',
1430 '../skia/ext/recursive_gaussian_convolution_unittest.cc', 1430 '../skia/ext/recursive_gaussian_convolution_unittest.cc',
1431 '../skia/ext/refptr_unittest.cc', 1431 '../skia/ext/refptr_unittest.cc',
1432 '../skia/ext/skia_utils_ios_unittest.mm', 1432 '../skia/ext/skia_utils_ios_unittest.mm',
(...skipping 1511 matching lines...) Expand 10 before | Expand all | Expand 10 after
2944 'dependencies': [ 2944 'dependencies': [
2945 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2945 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2946 ], 2946 ],
2947 }], 2947 }],
2948 ], 2948 ],
2949 }, 2949 },
2950 ], 2950 ],
2951 }], 2951 }],
2952 ], # 'conditions' 2952 ], # 'conditions'
2953 } 2953 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698