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

Side by Side Diff: components/components_tests.gyp

Issue 1504243002: [Offline pages] Refactoring helper classes out from offline_page_model_unittest.cc (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixing gn build and addressing comments Created 5 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
« no previous file with comments | « no previous file | 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 1008 matching lines...) Expand 10 before | Expand all | Expand 10 after
1019 'components.gyp:memory_pressure', 1019 'components.gyp:memory_pressure',
1020 'components.gyp:metrics', 1020 'components.gyp:metrics',
1021 'components.gyp:metrics_net', 1021 'components.gyp:metrics_net',
1022 'components.gyp:metrics_profiler', 1022 'components.gyp:metrics_profiler',
1023 'components.gyp:metrics_test_support', 1023 'components.gyp:metrics_test_support',
1024 'components.gyp:metrics_ui', 1024 'components.gyp:metrics_ui',
1025 'components.gyp:net_log', 1025 'components.gyp:net_log',
1026 'components.gyp:network_time', 1026 'components.gyp:network_time',
1027 'components.gyp:ntp_snippets', 1027 'components.gyp:ntp_snippets',
1028 'components.gyp:offline_pages', 1028 'components.gyp:offline_pages',
1029 'components.gyp:offline_pages_test_support',
1029 'components.gyp:omnibox_browser', 1030 'components.gyp:omnibox_browser',
1030 'components.gyp:omnibox_test_support', 1031 'components.gyp:omnibox_test_support',
1031 'components.gyp:open_from_clipboard', 1032 'components.gyp:open_from_clipboard',
1032 'components.gyp:open_from_clipboard_test_support', 1033 'components.gyp:open_from_clipboard_test_support',
1033 'components.gyp:os_crypt', 1034 'components.gyp:os_crypt',
1034 'components.gyp:password_manager_core_browser', 1035 'components.gyp:password_manager_core_browser',
1035 'components.gyp:password_manager_core_browser_test_support', 1036 'components.gyp:password_manager_core_browser_test_support',
1036 'components.gyp:password_manager_sync_browser', 1037 'components.gyp:password_manager_sync_browser',
1037 'components.gyp:precache_core', 1038 'components.gyp:precache_core',
1038 'components.gyp:pref_registry_test_support', 1039 'components.gyp:pref_registry_test_support',
(...skipping 810 matching lines...) Expand 10 before | Expand all | Expand 10 after
1849 'dependencies': [ 1850 'dependencies': [
1850 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1851 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1851 ], 1852 ],
1852 }], 1853 }],
1853 ], 1854 ],
1854 }, 1855 },
1855 ], 1856 ],
1856 }], 1857 }],
1857 ], 1858 ],
1858 } 1859 }
OLDNEW
« no previous file with comments | « no previous file | components/offline_pages.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698