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

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: upload for recommit after chromite fix 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
« no previous file with comments | « no previous file | chrome/chrome.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 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
134 'isolate_dependency_tracked': [ 134 'isolate_dependency_tracked': [
135 '<(PRODUCT_DIR)/libpeerconnection.dll', 135 '<(PRODUCT_DIR)/libpeerconnection.dll',
136 ], 136 ],
137 }, 137 },
138 }], 138 }],
139 ['chromeos==1', { 139 ['chromeos==1', {
140 'variables': { 140 'variables': {
141 'isolate_dependency_tracked': [ 141 'isolate_dependency_tracked': [
142 '<(PRODUCT_DIR)/keyboard_resources.pak', 142 '<(PRODUCT_DIR)/keyboard_resources.pak',
143 '<(PRODUCT_DIR)/libexif.so', 143 '<(PRODUCT_DIR)/libexif.so',
144 '<(PRODUCT_DIR)/libppGoogleNaClPluginChrome.so',
145 '<(PRODUCT_DIR)/nacl_helper', 144 '<(PRODUCT_DIR)/nacl_helper',
146 '<(PRODUCT_DIR)/nacl_irt_x86_64.nexe', 145 '<(PRODUCT_DIR)/nacl_irt_x86_64.nexe',
147 'browser/chromeos/login/test/https_forwarder.py', 146 'browser/chromeos/login/test/https_forwarder.py',
148 ], 147 ],
149 'isolate_dependency_untracked': [ 148 'isolate_dependency_untracked': [
150 '../chromeos/test/data/', 149 '../chromeos/test/data/',
151 '../google_apis/test/', 150 '../google_apis/test/',
152 '../ui/file_manager/file_manager/', 151 '../ui/file_manager/file_manager/',
153 '../ui/webui/resources/js/', 152 '../ui/webui/resources/js/',
154 '<(PRODUCT_DIR)/chromevox_test_data/', 153 '<(PRODUCT_DIR)/chromevox_test_data/',
155 '<(PRODUCT_DIR)/locales/', 154 '<(PRODUCT_DIR)/locales/',
156 '<(PRODUCT_DIR)/resources/chromeos/', 155 '<(PRODUCT_DIR)/resources/chromeos/',
157 ], 156 ],
158 }, 157 },
159 }], 158 }],
160 ], 159 ],
161 } 160 }
OLDNEW
« no previous file with comments | « no previous file | chrome/chrome.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698