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

Side by Side Diff: chrome/browser_tests.isolate

Issue 611233004: Reland "Unit test for sync online wallpaper" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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=="linux"', { 6 ['OS=="linux"', {
7 'variables': { 7 'variables': {
8 'command': [ 8 'command': [
9 '../testing/xvfb.py', 9 '../testing/xvfb.py',
10 '<(PRODUCT_DIR)', 10 '<(PRODUCT_DIR)',
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
159 '<(PRODUCT_DIR)/libpeerconnection.dll', 159 '<(PRODUCT_DIR)/libpeerconnection.dll',
160 ], 160 ],
161 }, 161 },
162 }], 162 }],
163 ['chromeos==1', { 163 ['chromeos==1', {
164 'variables': { 164 'variables': {
165 'files': [ 165 'files': [
166 '../chromeos/test/data/', 166 '../chromeos/test/data/',
167 '../ui/file_manager/file_manager/', 167 '../ui/file_manager/file_manager/',
168 '../ui/webui/resources/js/', 168 '../ui/webui/resources/js/',
169 '../chrome/browser/resources/chromeos/wallpaper_manager/',
169 '<(PRODUCT_DIR)/chromevox_test_data/', 170 '<(PRODUCT_DIR)/chromevox_test_data/',
170 '<(PRODUCT_DIR)/content_shell.pak', 171 '<(PRODUCT_DIR)/content_shell.pak',
171 '<(PRODUCT_DIR)/keyboard_resources.pak', 172 '<(PRODUCT_DIR)/keyboard_resources.pak',
172 '<(PRODUCT_DIR)/libexif.so', 173 '<(PRODUCT_DIR)/libexif.so',
173 '<(PRODUCT_DIR)/locales/', 174 '<(PRODUCT_DIR)/locales/',
174 '<(PRODUCT_DIR)/nacl_helper', 175 '<(PRODUCT_DIR)/nacl_helper',
175 '<(PRODUCT_DIR)/nacl_irt_x86_64.nexe', 176 '<(PRODUCT_DIR)/nacl_irt_x86_64.nexe',
176 '<(PRODUCT_DIR)/resources/chromeos/', 177 '<(PRODUCT_DIR)/resources/chromeos/',
177 'browser/chromeos/login/test/https_forwarder.py', 178 'browser/chromeos/login/test/https_forwarder.py',
178 ], 179 ],
179 }, 180 },
180 }], 181 }],
181 ], 182 ],
182 'includes': [ 183 'includes': [
183 '../base/base.isolate', 184 '../base/base.isolate',
184 'chrome.isolate', 185 'chrome.isolate',
185 ], 186 ],
186 } 187 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698