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

Side by Side Diff: chrome/browser_tests.isolate

Issue 397243004: Pepper: Remove trusted plugin loadable module. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixes for mseaborn Created 6 years, 4 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
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 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
146 'isolate_dependency_tracked': [ 146 'isolate_dependency_tracked': [
147 '<(PRODUCT_DIR)/libpeerconnection.dll', 147 '<(PRODUCT_DIR)/libpeerconnection.dll',
148 ], 148 ],
149 }, 149 },
150 }], 150 }],
151 ['chromeos==1', { 151 ['chromeos==1', {
152 'variables': { 152 'variables': {
153 'isolate_dependency_tracked': [ 153 'isolate_dependency_tracked': [
154 '<(PRODUCT_DIR)/keyboard_resources.pak', 154 '<(PRODUCT_DIR)/keyboard_resources.pak',
155 '<(PRODUCT_DIR)/libexif.so', 155 '<(PRODUCT_DIR)/libexif.so',
156 '<(PRODUCT_DIR)/libppGoogleNaClPluginChrome.so',
157 '<(PRODUCT_DIR)/nacl_helper', 156 '<(PRODUCT_DIR)/nacl_helper',
158 '<(PRODUCT_DIR)/nacl_irt_x86_64.nexe', 157 '<(PRODUCT_DIR)/nacl_irt_x86_64.nexe',
159 'browser/chromeos/login/test/https_forwarder.py', 158 'browser/chromeos/login/test/https_forwarder.py',
160 ], 159 ],
161 'isolate_dependency_untracked': [ 160 'isolate_dependency_untracked': [
162 '../chromeos/test/data/', 161 '../chromeos/test/data/',
163 '../google_apis/test/', 162 '../google_apis/test/',
164 '../ui/file_manager/file_manager/', 163 '../ui/file_manager/file_manager/',
165 '../ui/webui/resources/js/', 164 '../ui/webui/resources/js/',
166 '<(PRODUCT_DIR)/chromevox_test_data/', 165 '<(PRODUCT_DIR)/chromevox_test_data/',
167 '<(PRODUCT_DIR)/locales/', 166 '<(PRODUCT_DIR)/locales/',
168 '<(PRODUCT_DIR)/resources/chromeos/', 167 '<(PRODUCT_DIR)/resources/chromeos/',
169 ], 168 ],
170 }, 169 },
171 }], 170 }],
172 ], 171 ],
173 } 172 }
OLDNEW
« no previous file with comments | « no previous file | chrome/chrome.isolate » ('j') | ppapi/native_client/src/trusted/plugin/ppapi_entrypoints.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698