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

Side by Side Diff: chrome/unit_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 | « chrome/tools/build/win/FILES.cfg ('k') | components/nacl.gyp » ('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 ['OS=="android" or OS=="linux"', { 6 ['OS=="android" or OS=="linux"', {
7 'variables': { 7 'variables': {
8 'isolate_dependency_untracked': [ 8 'isolate_dependency_untracked': [
9 '<(PRODUCT_DIR)/test_data/', 9 '<(PRODUCT_DIR)/test_data/',
10 ], 10 ],
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 '--brave-new-test-launcher', 45 '--brave-new-test-launcher',
46 '--test-launcher-bot-mode', 46 '--test-launcher-bot-mode',
47 ], 47 ],
48 'isolate_dependency_tracked': [ 48 'isolate_dependency_tracked': [
49 '../testing/xvfb.py', 49 '../testing/xvfb.py',
50 '<(PRODUCT_DIR)/libffmpegsumo.so', 50 '<(PRODUCT_DIR)/libffmpegsumo.so',
51 '<(PRODUCT_DIR)/libosmesa.so', 51 '<(PRODUCT_DIR)/libosmesa.so',
52 '<(PRODUCT_DIR)/locales/fr.pak', 52 '<(PRODUCT_DIR)/locales/fr.pak',
53 '<(PRODUCT_DIR)/xdisplaycheck<(EXECUTABLE_SUFFIX)', 53 '<(PRODUCT_DIR)/xdisplaycheck<(EXECUTABLE_SUFFIX)',
54 ], 54 ],
55 'isolate_dependency_touched': [
56 '<(PRODUCT_DIR)/libppGoogleNaClPluginChrome.so',
57 ],
58 }, 55 },
59 }], 56 }],
60 ['OS=="linux" or OS=="mac" or OS=="win"', { 57 ['OS=="linux" or OS=="mac" or OS=="win"', {
61 'variables': { 58 'variables': {
62 'isolate_dependency_tracked': [ 59 'isolate_dependency_tracked': [
63 '../testing/test_env.py', 60 '../testing/test_env.py',
64 '<(PRODUCT_DIR)/unit_tests<(EXECUTABLE_SUFFIX)', 61 '<(PRODUCT_DIR)/unit_tests<(EXECUTABLE_SUFFIX)',
65 ], 62 ],
66 'isolate_dependency_untracked': [ 63 'isolate_dependency_untracked': [
67 '../net/tools/testserver/', 64 '../net/tools/testserver/',
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
124 'isolate_dependency_untracked': [ 121 'isolate_dependency_untracked': [
125 '../chromeos/test/data/network/', 122 '../chromeos/test/data/network/',
126 ], 123 ],
127 }, 124 },
128 }], 125 }],
129 ], 126 ],
130 'includes': [ 127 'includes': [
131 '../base/base.isolate', 128 '../base/base.isolate',
132 ], 129 ],
133 } 130 }
OLDNEW
« no previous file with comments | « chrome/tools/build/win/FILES.cfg ('k') | components/nacl.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698