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

Side by Side Diff: chrome/browser_tests.isolate

Issue 166953002: Add a UMA stat to track if the Browser blacklist is Set on the Renderer (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 6 years, 10 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
« no previous file with comments | « no previous file | chrome/chrome_renderer.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 'includes': [ 5 'includes': [
6 'chrome.isolate', 6 'chrome.isolate',
7 ], 7 ],
8 'conditions': [ 8 'conditions': [
9 ['OS=="linux"', { 9 ['OS=="linux"', {
10 'variables': { 10 'variables': {
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
125 '../testing/test_env.py', 125 '../testing/test_env.py',
126 '<(PRODUCT_DIR)/browser_tests<(EXECUTABLE_SUFFIX)', 126 '<(PRODUCT_DIR)/browser_tests<(EXECUTABLE_SUFFIX)',
127 '--test-launcher-bot-mode', 127 '--test-launcher-bot-mode',
128 ], 128 ],
129 }, 129 },
130 }], 130 }],
131 ['OS=="win"', { 131 ['OS=="win"', {
132 'variables': { 132 'variables': {
133 'isolate_dependency_tracked': [ 133 'isolate_dependency_tracked': [
134 '../native_client/build/build_nexe.py', 134 '../native_client/build/build_nexe.py',
135 '<(PRODUCT_DIR)/chrome_elf.dll',
135 '<(PRODUCT_DIR)/clearkeycdm.dll', 136 '<(PRODUCT_DIR)/clearkeycdm.dll',
136 '<(PRODUCT_DIR)/clearkeycdmadapter.dll', 137 '<(PRODUCT_DIR)/clearkeycdmadapter.dll',
137 '<(PRODUCT_DIR)/ppapi_tests.dll', 138 '<(PRODUCT_DIR)/ppapi_tests.dll',
138 '<(PRODUCT_DIR)/security_tests.dll', 139 '<(PRODUCT_DIR)/security_tests.dll',
139 'tools/build/repack_locales.py', 140 'tools/build/repack_locales.py',
140 ], 141 ],
141 'isolate_dependency_untracked': [ 142 'isolate_dependency_untracked': [
142 '../third_party/npapi/npspy/extern/plugin/', 143 '../third_party/npapi/npspy/extern/plugin/',
143 '../third_party/psyco_win32/psyco/', 144 '../third_party/psyco_win32/psyco/',
144 ], 145 ],
145 }, 146 },
146 }], 147 }],
147 ['OS=="win" and libpeer_target_type=="loadable_module"', { 148 ['OS=="win" and libpeer_target_type=="loadable_module"', {
148 'variables': { 149 'variables': {
149 'isolate_dependency_tracked': [ 150 'isolate_dependency_tracked': [
150 '<(PRODUCT_DIR)/libpeerconnection.dll', 151 '<(PRODUCT_DIR)/libpeerconnection.dll',
151 ], 152 ],
152 }, 153 },
153 }], 154 }],
154 ['chromeos==1', { 155 ['chromeos==1', {
155 'variables': { 156 'variables': {
156 'isolate_dependency_untracked': [ 157 'isolate_dependency_untracked': [
157 '<(PRODUCT_DIR)/chromevox_test_data/', 158 '<(PRODUCT_DIR)/chromevox_test_data/',
158 ], 159 ],
159 }, 160 },
160 }], 161 }],
161 ], 162 ],
162 } 163 }
OLDNEW
« no previous file with comments | « no previous file | chrome/chrome_renderer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698