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

Side by Side Diff: components/components_tests.gyp

Issue 2007473004: [Autofill] Migrate ContentAutofillDriver<-->AutofillAgent IPCs to mojo. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase only Created 4 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
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 1315 matching lines...) Expand 10 before | Expand all | Expand 10 after
1326 '<@(tracing_unittest_sources)', 1326 '<@(tracing_unittest_sources)',
1327 '<@(visitedlink_unittest_sources)', 1327 '<@(visitedlink_unittest_sources)',
1328 '<@(wallpaper_unittest_sources)', 1328 '<@(wallpaper_unittest_sources)',
1329 '<@(web_cache_unittest_sources)', 1329 '<@(web_cache_unittest_sources)',
1330 '<@(webcrypto_unittest_sources)', 1330 '<@(webcrypto_unittest_sources)',
1331 '<@(web_modal_unittest_sources)', 1331 '<@(web_modal_unittest_sources)',
1332 '<@(zoom_unittest_sources)', 1332 '<@(zoom_unittest_sources)',
1333 ], 1333 ],
1334 'dependencies': [ 1334 'dependencies': [
1335 '../content/content_shell_and_tests.gyp:test_support_content', 1335 '../content/content_shell_and_tests.gyp:test_support_content',
1336 '../mojo/mojo_base.gyp:mojo_common_lib',
1336 '../skia/skia.gyp:skia', 1337 '../skia/skia.gyp:skia',
1337 'components.gyp:autofill_content_browser', 1338 'components.gyp:autofill_content_browser',
1338 'components.gyp:autofill_content_renderer', 1339 'components.gyp:autofill_content_renderer',
1339 'components.gyp:autofill_content_test_support', 1340 'components.gyp:autofill_content_test_support',
1340 'components.gyp:autofill_content_test_types_mojo_bindings', 1341 'components.gyp:autofill_content_test_types_mojo_bindings',
1341 'components.gyp:certificate_transparency', 1342 'components.gyp:certificate_transparency',
1342 'components.gyp:crash_test_support', 1343 'components.gyp:crash_test_support',
1343 'components.gyp:data_reduction_proxy_content_browser', 1344 'components.gyp:data_reduction_proxy_content_browser',
1344 'components.gyp:data_use_measurement_content', 1345 'components.gyp:data_use_measurement_content',
1345 'components.gyp:devtools_http_handler', 1346 'components.gyp:devtools_http_handler',
(...skipping 692 matching lines...) Expand 10 before | Expand all | Expand 10 after
2038 'dependencies': [ 2039 'dependencies': [
2039 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2040 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2040 ], 2041 ],
2041 }], 2042 }],
2042 ], 2043 ],
2043 }, 2044 },
2044 ], 2045 ],
2045 }], 2046 }],
2046 ], 2047 ],
2047 } 2048 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698