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

Side by Side Diff: components/components_tests.gyp

Issue 1226173004: Componentize //chrome/browser/offline_pages (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated unittest and gn build 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
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 319 matching lines...) Expand 10 before | Expand all | Expand 10 after
330 'navigation_interception/intercept_navigation_resource_throttle_unittest.c c', 330 'navigation_interception/intercept_navigation_resource_throttle_unittest.c c',
331 ], 331 ],
332 'network_hints_unittest_sources': [ 332 'network_hints_unittest_sources': [
333 'network_hints/renderer/dns_prefetch_queue_unittest.cc', 333 'network_hints/renderer/dns_prefetch_queue_unittest.cc',
334 'network_hints/renderer/renderer_dns_prefetch_unittest.cc', 334 'network_hints/renderer/renderer_dns_prefetch_unittest.cc',
335 ], 335 ],
336 'network_time_unittest_sources': [ 336 'network_time_unittest_sources': [
337 'network_time/network_time_tracker_unittest.cc', 337 'network_time/network_time_tracker_unittest.cc',
338 ], 338 ],
339 'offline_page_unittest_sources': [ 339 'offline_page_unittest_sources': [
340 'offline_pages/offline_page_metadata_store_impl_unittest.cc',
340 'offline_pages/offline_page_model_unittest.cc', 341 'offline_pages/offline_page_model_unittest.cc',
341 ], 342 ],
342 'omnibox_unittest_sources': [ 343 'omnibox_unittest_sources': [
343 'omnibox/browser/answers_cache_unittest.cc', 344 'omnibox/browser/answers_cache_unittest.cc',
344 'omnibox/browser/autocomplete_input_unittest.cc', 345 'omnibox/browser/autocomplete_input_unittest.cc',
345 'omnibox/browser/autocomplete_match_unittest.cc', 346 'omnibox/browser/autocomplete_match_unittest.cc',
346 'omnibox/browser/autocomplete_result_unittest.cc', 347 'omnibox/browser/autocomplete_result_unittest.cc',
347 'omnibox/browser/base_search_provider_unittest.cc', 348 'omnibox/browser/base_search_provider_unittest.cc',
348 'omnibox/browser/in_memory_url_index_types_unittest.cc', 349 'omnibox/browser/in_memory_url_index_types_unittest.cc',
349 'omnibox/browser/keyword_provider_unittest.cc', 350 'omnibox/browser/keyword_provider_unittest.cc',
(...skipping 1154 matching lines...) Expand 10 before | Expand all | Expand 10 after
1504 ], 1505 ],
1505 'variables': { 1506 'variables': {
1506 'test_suite_name': 'components_unittests', 1507 'test_suite_name': 'components_unittests',
1507 }, 1508 },
1508 'includes': [ '../build/apk_test.gypi' ], 1509 'includes': [ '../build/apk_test.gypi' ],
1509 }, 1510 },
1510 ], 1511 ],
1511 }], 1512 }],
1512 ], 1513 ],
1513 } 1514 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698