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

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: Use PathService to get DIR_SOURCE_ROOT in unit test. 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
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',
M-A Ruel 2014/07/29 19:19:41 It's needed in android too?
Alexander Alekseev 2014/07/31 00:18:08 If AboutFlagsTest unittest is run on android is is
M-A Ruel 2014/07/31 13:29:25 Good.
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 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
121 '../skia/ext/data/', 122 '../skia/ext/data/',
122 '../ui/base/glib/', 123 '../ui/base/glib/',
123 ], 124 ],
124 }, 125 },
125 }], 126 }],
126 ], 127 ],
127 'includes': [ 128 'includes': [
128 '../base/base.isolate', 129 '../base/base.isolate',
129 ], 130 ],
130 } 131 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698