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

Side by Side Diff: chrome/unit_tests.isolate

Issue 344883002: Collect UMA statistics on which chrome://flags lead to chrome restart on ChromeOS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased. Created 6 years, 4 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') | testing/buildbot/trybot_analyze_config.json » ('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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 'conditions': [ 5 'conditions': [
6 ['OS=="android" or OS=="linux"', { 6 ['OS=="android" or OS=="linux"', {
7 'variables': { 7 'variables': {
8 'isolate_dependency_untracked': [ 8 'isolate_dependency_untracked': [
9 '<(PRODUCT_DIR)/test_data/', 9 '<(PRODUCT_DIR)/test_data/',
10 ], 10 ],
11 }, 11 },
12 }], 12 }],
13 ['OS=="android" or OS=="linux" or OS=="mac" or OS=="win"', { 13 ['OS=="android" or OS=="linux" or OS=="mac" or OS=="win"', {
14 'variables': { 14 'variables': {
15 'isolate_dependency_tracked': [ 15 'isolate_dependency_tracked': [
16 '../third_party/accessibility-audit/axs_testing.js', 16 '../third_party/accessibility-audit/axs_testing.js',
17 '../tools/metrics/histograms/histograms.xml',
17 '<(PRODUCT_DIR)/resources.pak', 18 '<(PRODUCT_DIR)/resources.pak',
18 ], 19 ],
19 'isolate_dependency_untracked': [ 20 'isolate_dependency_untracked': [
20 '../base/test/data/', 21 '../base/test/data/',
21 '../components/test/data/', 22 '../components/test/data/',
22 '../extensions/test/data/', 23 '../extensions/test/data/',
23 '../net/data/', 24 '../net/data/',
24 '../third_party/hunspell_dictionaries/', 25 '../third_party/hunspell_dictionaries/',
25 '../third_party/zlib/google/test/data/', 26 '../third_party/zlib/google/test/data/',
26 'test/data/', 27 'test/data/',
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
125 'isolate_dependency_untracked': [ 126 'isolate_dependency_untracked': [
126 '../chromeos/test/data/network/', 127 '../chromeos/test/data/network/',
127 ], 128 ],
128 }, 129 },
129 }], 130 }],
130 ], 131 ],
131 'includes': [ 132 'includes': [
132 '../base/base.isolate', 133 '../base/base.isolate',
133 ], 134 ],
134 } 135 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | testing/buildbot/trybot_analyze_config.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698