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

Side by Side Diff: content/content_browsertests.isolate

Issue 196283016: Add a wrapper script which modifies the .isolate on the fly. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Works Created 6 years, 8 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) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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"', { 6 ['OS=="android"', {
7 'variables': { 7 'variables': {
8 'isolate_dependency_tracked': [ 8 'isolate_dependency_tracked': [
9 '<(PRODUCT_DIR)/content_shell/assets/content_shell.pak', 9 '<(PRODUCT_DIR)/content_shell/assets/content_shell.pak',
10 ], 10 ],
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 '../testing/test_env.py', 45 '../testing/test_env.py',
46 '<(PRODUCT_DIR)/content_browsertests<(EXECUTABLE_SUFFIX)', 46 '<(PRODUCT_DIR)/content_browsertests<(EXECUTABLE_SUFFIX)',
47 ], 47 ],
48 'isolate_dependency_untracked': [ 48 'isolate_dependency_untracked': [
49 '../net/tools/testserver/', 49 '../net/tools/testserver/',
50 '../third_party/WebKit/Tools/Scripts/', 50 '../third_party/WebKit/Tools/Scripts/',
51 '../third_party/lighttpd/', 51 '../third_party/lighttpd/',
52 '../third_party/pyftpdlib/', 52 '../third_party/pyftpdlib/',
53 '../third_party/pywebsocket/', 53 '../third_party/pywebsocket/',
54 '../third_party/tlslite/', 54 '../third_party/tlslite/',
55 '../tools/swarming_client/',
56 ], 55 ],
57 }, 56 },
58 }], 57 }],
59 ['OS=="mac"', { 58 ['OS=="mac"', {
60 'variables': { 59 'variables': {
61 'isolate_dependency_tracked': [ 60 'isolate_dependency_tracked': [
62 '<(PRODUCT_DIR)/clearkeycdmadapter.plugin', 61 '<(PRODUCT_DIR)/clearkeycdmadapter.plugin',
63 '<(PRODUCT_DIR)/content_resources.pak', 62 '<(PRODUCT_DIR)/content_resources.pak',
64 '<(PRODUCT_DIR)/ffmpegsumo.so', 63 '<(PRODUCT_DIR)/ffmpegsumo.so',
65 '<(PRODUCT_DIR)/plugins/TestNestscapePlugin.plugin', 64 '<(PRODUCT_DIR)/plugins/TestNestscapePlugin.plugin',
(...skipping 22 matching lines...) Expand all
88 '<(PRODUCT_DIR)/clearkeycdmadapter.dll', 87 '<(PRODUCT_DIR)/clearkeycdmadapter.dll',
89 '<(PRODUCT_DIR)/content_shell.pak', 88 '<(PRODUCT_DIR)/content_shell.pak',
90 '<(PRODUCT_DIR)/mojo_system.dll', 89 '<(PRODUCT_DIR)/mojo_system.dll',
91 '<(PRODUCT_DIR)/plugins/np_test_netscape_plugin.dll', 90 '<(PRODUCT_DIR)/plugins/np_test_netscape_plugin.dll',
92 '<(PRODUCT_DIR)/plugins/npapi_test_plugin.dll', 91 '<(PRODUCT_DIR)/plugins/npapi_test_plugin.dll',
93 ], 92 ],
94 }, 93 },
95 }], 94 }],
96 ], 95 ],
97 } 96 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698