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

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: Fix test post-rebase. Created 6 years, 6 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/user_gesture/background.js ('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 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 '../testing/test_env.py', 63 '../testing/test_env.py',
64 '<(PRODUCT_DIR)/unit_tests<(EXECUTABLE_SUFFIX)', 64 '<(PRODUCT_DIR)/unit_tests<(EXECUTABLE_SUFFIX)',
65 'browser/safe_browsing/two_phase_testserver.py', 65 'browser/safe_browsing/two_phase_testserver.py',
66 ], 66 ],
67 'isolate_dependency_untracked': [ 67 'isolate_dependency_untracked': [
68 '../net/tools/testserver/', 68 '../net/tools/testserver/',
69 '../third_party/pyftpdlib/', 69 '../third_party/pyftpdlib/',
70 '../third_party/pywebsocket/', 70 '../third_party/pywebsocket/',
71 '../third_party/tlslite/', 71 '../third_party/tlslite/',
72 '<(PRODUCT_DIR)/pyproto/', 72 '<(PRODUCT_DIR)/pyproto/',
73 '<(PRODUCT_DIR)/test_data/chrome/renderer/resources/extensions/',
73 ], 74 ],
74 }, 75 },
75 }], 76 }],
76 ['OS=="linux" or OS=="mac"', { 77 ['OS=="linux" or OS=="mac"', {
77 'variables': { 78 'variables': {
78 # Can't be enabled on Windows due to http://crbug.com/342913 79 # Can't be enabled on Windows due to http://crbug.com/342913
79 'read_only': 1, 80 'read_only': 1,
80 }, 81 },
81 }], 82 }],
82 ['OS=="mac"', { 83 ['OS=="mac"', {
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
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/user_gesture/background.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698