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

Side by Side Diff: chrome/browser_tests.isolate

Issue 567153002: Utilize TestContentClient in RenderViewTest as resources are being migrated to using grd system. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Sigh!!! ChromeOS dependency! Created 6 years, 3 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 | content/content_browsertests.isolate » ('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 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 'isolate_dependency_untracked': [ 85 'isolate_dependency_untracked': [
86 '../third_party/bidichecker/', 86 '../third_party/bidichecker/',
87 '<(PRODUCT_DIR)/lib64/', 87 '<(PRODUCT_DIR)/lib64/',
88 ], 88 ],
89 }, 89 },
90 }], 90 }],
91 ['OS=="mac"', { 91 ['OS=="mac"', {
92 'variables': { 92 'variables': {
93 'isolate_dependency_tracked': [ 93 'isolate_dependency_tracked': [
94 '<(PRODUCT_DIR)/clearkeycdmadapter.plugin', 94 '<(PRODUCT_DIR)/clearkeycdmadapter.plugin',
95 '<(PRODUCT_DIR)/content_shell.pak',
95 '<(PRODUCT_DIR)/libclearkeycdm.dylib', 96 '<(PRODUCT_DIR)/libclearkeycdm.dylib',
96 '<(PRODUCT_DIR)/osmesa.so', 97 '<(PRODUCT_DIR)/osmesa.so',
97 '<(PRODUCT_DIR)/ppapi_nacl_tests_glibc_x32.nexe', 98 '<(PRODUCT_DIR)/ppapi_nacl_tests_glibc_x32.nexe',
98 '<(PRODUCT_DIR)/ppapi_nacl_tests_newlib_x32.nexe', 99 '<(PRODUCT_DIR)/ppapi_nacl_tests_newlib_x32.nexe',
99 '<(PRODUCT_DIR)/ppapi_nacl_tests_pnacl_newlib_x32.nexe', 100 '<(PRODUCT_DIR)/ppapi_nacl_tests_pnacl_newlib_x32.nexe',
100 '<(PRODUCT_DIR)/ppapi_tests.plugin/Contents/MacOS/ppapi_tests', 101 '<(PRODUCT_DIR)/ppapi_tests.plugin/Contents/MacOS/ppapi_tests',
101 ], 102 ],
102 'isolate_dependency_untracked': [ 103 'isolate_dependency_untracked': [
103 '<(PRODUCT_DIR)/lib32/', 104 '<(PRODUCT_DIR)/lib32/',
104 '<(PRODUCT_DIR)/plugins/npapi_test_plugin.plugin/', 105 '<(PRODUCT_DIR)/plugins/npapi_test_plugin.plugin/',
(...skipping 29 matching lines...) Expand all
134 ['OS=="win" and libpeer_target_type=="loadable_module"', { 135 ['OS=="win" and libpeer_target_type=="loadable_module"', {
135 'variables': { 136 'variables': {
136 'isolate_dependency_tracked': [ 137 'isolate_dependency_tracked': [
137 '<(PRODUCT_DIR)/libpeerconnection.dll', 138 '<(PRODUCT_DIR)/libpeerconnection.dll',
138 ], 139 ],
139 }, 140 },
140 }], 141 }],
141 ['chromeos==1', { 142 ['chromeos==1', {
142 'variables': { 143 'variables': {
143 'isolate_dependency_tracked': [ 144 'isolate_dependency_tracked': [
145 '<(PRODUCT_DIR)/content_shell.pak',
144 '<(PRODUCT_DIR)/keyboard_resources.pak', 146 '<(PRODUCT_DIR)/keyboard_resources.pak',
145 '<(PRODUCT_DIR)/libexif.so', 147 '<(PRODUCT_DIR)/libexif.so',
146 '<(PRODUCT_DIR)/nacl_helper', 148 '<(PRODUCT_DIR)/nacl_helper',
147 '<(PRODUCT_DIR)/nacl_irt_x86_64.nexe', 149 '<(PRODUCT_DIR)/nacl_irt_x86_64.nexe',
148 'browser/chromeos/login/test/https_forwarder.py', 150 'browser/chromeos/login/test/https_forwarder.py',
149 ], 151 ],
150 'isolate_dependency_untracked': [ 152 'isolate_dependency_untracked': [
151 '../chromeos/test/data/', 153 '../chromeos/test/data/',
152 '../ui/file_manager/file_manager/', 154 '../ui/file_manager/file_manager/',
153 '../ui/webui/resources/js/', 155 '../ui/webui/resources/js/',
154 '<(PRODUCT_DIR)/chromevox_test_data/', 156 '<(PRODUCT_DIR)/chromevox_test_data/',
155 '<(PRODUCT_DIR)/locales/', 157 '<(PRODUCT_DIR)/locales/',
156 '<(PRODUCT_DIR)/resources/chromeos/', 158 '<(PRODUCT_DIR)/resources/chromeos/',
157 ], 159 ],
158 }, 160 },
159 }], 161 }],
160 ], 162 ],
161 } 163 }
OLDNEW
« no previous file with comments | « no previous file | content/content_browsertests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698