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

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 for android port 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 | « chrome/chrome_tests_unit.gypi ('k') | components/offline_pages.gypi » ('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 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 324 matching lines...) Expand 10 before | Expand all | Expand 10 after
335 'navigation_interception/intercept_navigation_resource_throttle_unittest.c c', 335 'navigation_interception/intercept_navigation_resource_throttle_unittest.c c',
336 ], 336 ],
337 'network_hints_unittest_sources': [ 337 'network_hints_unittest_sources': [
338 'network_hints/renderer/dns_prefetch_queue_unittest.cc', 338 'network_hints/renderer/dns_prefetch_queue_unittest.cc',
339 'network_hints/renderer/renderer_dns_prefetch_unittest.cc', 339 'network_hints/renderer/renderer_dns_prefetch_unittest.cc',
340 ], 340 ],
341 'network_time_unittest_sources': [ 341 'network_time_unittest_sources': [
342 'network_time/network_time_tracker_unittest.cc', 342 'network_time/network_time_tracker_unittest.cc',
343 ], 343 ],
344 'offline_page_unittest_sources': [ 344 'offline_page_unittest_sources': [
345 'offline_pages/offline_page_metadata_store_impl_unittest.cc',
345 'offline_pages/offline_page_model_unittest.cc', 346 'offline_pages/offline_page_model_unittest.cc',
346 ], 347 ],
347 'omnibox_unittest_sources': [ 348 'omnibox_unittest_sources': [
348 'omnibox/browser/answers_cache_unittest.cc', 349 'omnibox/browser/answers_cache_unittest.cc',
349 'omnibox/browser/autocomplete_input_unittest.cc', 350 'omnibox/browser/autocomplete_input_unittest.cc',
350 'omnibox/browser/autocomplete_match_unittest.cc', 351 'omnibox/browser/autocomplete_match_unittest.cc',
351 'omnibox/browser/autocomplete_result_unittest.cc', 352 'omnibox/browser/autocomplete_result_unittest.cc',
352 'omnibox/browser/base_search_provider_unittest.cc', 353 'omnibox/browser/base_search_provider_unittest.cc',
353 'omnibox/browser/in_memory_url_index_types_unittest.cc', 354 'omnibox/browser/in_memory_url_index_types_unittest.cc',
354 'omnibox/browser/keyword_provider_unittest.cc', 355 'omnibox/browser/keyword_provider_unittest.cc',
(...skipping 1189 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 | « chrome/chrome_tests_unit.gypi ('k') | components/offline_pages.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698