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

Side by Side Diff: chrome/unit_tests.isolate

Issue 291193009: Reland: Allow high-res bitmaps to be passed in from notifications API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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 | Annotate | Revision Log
« no previous file with comments | « chrome/test/data/extensions/api_test/notifications/api/partial_update/manifest.json ('k') | no next file » | 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 ],
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 'variables': { 95 'variables': {
96 'command': [ 96 'command': [
97 '../testing/test_env.py', 97 '../testing/test_env.py',
98 '<(PRODUCT_DIR)/unit_tests<(EXECUTABLE_SUFFIX)', 98 '<(PRODUCT_DIR)/unit_tests<(EXECUTABLE_SUFFIX)',
99 '--brave-new-test-launcher', 99 '--brave-new-test-launcher',
100 '--test-launcher-bot-mode', 100 '--test-launcher-bot-mode',
101 ], 101 ],
102 'isolate_dependency_untracked': [ 102 'isolate_dependency_untracked': [
103 '<(PRODUCT_DIR)/test_data/chrome/browser/resources/google_now/', 103 '<(PRODUCT_DIR)/test_data/chrome/browser/resources/google_now/',
104 '<(PRODUCT_DIR)/test_data/chrome/browser/resources/print_preview/', 104 '<(PRODUCT_DIR)/test_data/chrome/browser/resources/print_preview/',
105 '<(PRODUCT_DIR)/test_data/chrome/renderer/resources/extensions/',
csharp 2014/05/26 13:05:55 Do the tests not need access to these files when r
dewittj 2014/05/27 16:16:43 Tests don't seem to require this on linux, and I'm
csharp 2014/05/27 16:56:35 If the tests don't need these files for linux, the
105 '<(PRODUCT_DIR)/test_data/chrome/test/data/unit/', 106 '<(PRODUCT_DIR)/test_data/chrome/test/data/unit/',
106 '<(PRODUCT_DIR)/test_data/ui/', 107 '<(PRODUCT_DIR)/test_data/ui/',
107 ], 108 ],
108 }, 109 },
109 }], 110 }],
110 ['OS=="win"', { 111 ['OS=="win"', {
111 'variables': { 112 'variables': {
112 'isolate_dependency_tracked': [ 113 'isolate_dependency_tracked': [
113 '<(PRODUCT_DIR)/chrome_elf.dll', 114 '<(PRODUCT_DIR)/chrome_elf.dll',
114 '<(PRODUCT_DIR)/ffmpegsumo.dll', 115 '<(PRODUCT_DIR)/ffmpegsumo.dll',
115 '<(PRODUCT_DIR)/libexif.dll', 116 '<(PRODUCT_DIR)/libexif.dll',
116 '<(PRODUCT_DIR)/osmesa.dll', 117 '<(PRODUCT_DIR)/osmesa.dll',
117 ], 118 ],
118 'isolate_dependency_untracked': [ 119 'isolate_dependency_untracked': [
119 '../ppapi/lib/gl/include/KHR/', 120 '../ppapi/lib/gl/include/KHR/',
120 '../skia/ext/data/', 121 '../skia/ext/data/',
121 '../ui/base/glib/', 122 '../ui/base/glib/',
122 ], 123 ],
123 }, 124 },
124 }], 125 }],
125 ], 126 ],
126 'includes': [ 127 'includes': [
127 '../base/base.isolate', 128 '../base/base.isolate',
128 ], 129 ],
129 } 130 }
OLDNEW
« no previous file with comments | « chrome/test/data/extensions/api_test/notifications/api/partial_update/manifest.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698