Chromium Code Reviews| OLD | NEW |
|---|---|
| 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 Loading... | |
| 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 } |
| OLD | NEW |