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

Side by Side Diff: chrome/browser_tests.isolate

Issue 1481703002: win: Move Crashpad all into chrome.exe (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix and rebase Created 5 years 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
« no previous file with comments | « chrome/browser/crash_upload_list_crashpad.cc ('k') | chrome/chrome_dll.gypi » ('j') | 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 ['use_x11==0', { 6 ['use_x11==0', {
7 'variables': { 7 'variables': {
8 'command': [ 8 'command': [
9 '../testing/test_env.py', 9 '../testing/test_env.py',
10 '<(PRODUCT_DIR)/browser_tests<(EXECUTABLE_SUFFIX)', 10 '<(PRODUCT_DIR)/browser_tests<(EXECUTABLE_SUFFIX)',
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
198 ], 198 ],
199 }, 199 },
200 }], 200 }],
201 ['OS=="win"', { 201 ['OS=="win"', {
202 'variables': { 202 'variables': {
203 'files': [ 203 'files': [
204 '../native_client/build/build_nexe.py', 204 '../native_client/build/build_nexe.py',
205 '<(PRODUCT_DIR)/chrome_elf.dll', 205 '<(PRODUCT_DIR)/chrome_elf.dll',
206 '<(PRODUCT_DIR)/clearkeycdm.dll', 206 '<(PRODUCT_DIR)/clearkeycdm.dll',
207 '<(PRODUCT_DIR)/clearkeycdmadapter.dll', 207 '<(PRODUCT_DIR)/clearkeycdmadapter.dll',
208 '<(PRODUCT_DIR)/crashpad_handler.exe',
208 '<(PRODUCT_DIR)/plugins/', 209 '<(PRODUCT_DIR)/plugins/',
209 '<(PRODUCT_DIR)/power_saver_test_plugin.dll', 210 '<(PRODUCT_DIR)/power_saver_test_plugin.dll',
210 '<(PRODUCT_DIR)/ppapi_tests.dll', 211 '<(PRODUCT_DIR)/ppapi_tests.dll',
211 'tools/build/repack_locales.py', 212 'tools/build/repack_locales.py',
212 ], 213 ],
213 }, 214 },
214 }], 215 }],
215 ['OS=="win" and branding=="Chrome" and enable_pepper_cdms==1', { 216 ['OS=="win" and branding=="Chrome" and enable_pepper_cdms==1', {
216 'variables': { 217 'variables': {
217 'files': [ 218 'files': [
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
265 'browser/chromeos/login/test/https_forwarder.py', 266 'browser/chromeos/login/test/https_forwarder.py',
266 ], 267 ],
267 }, 268 },
268 }], 269 }],
269 ], 270 ],
270 'includes': [ 271 'includes': [
271 '../base/base.isolate', 272 '../base/base.isolate',
272 'chrome.isolate', 273 'chrome.isolate',
273 ], 274 ],
274 } 275 }
OLDNEW
« no previous file with comments | « chrome/browser/crash_upload_list_crashpad.cc ('k') | chrome/chrome_dll.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698