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

Side by Side Diff: chrome/browser_tests.isolate

Issue 399693002: Add media/test/data to content_browsertests and browser_tests isolate files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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 | 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 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 '<(PRODUCT_DIR)/test_page.css', 60 '<(PRODUCT_DIR)/test_page.css',
61 'browser/policy/test/asn1der.py', 61 'browser/policy/test/asn1der.py',
62 'browser/policy/test/policy_testserver.py', 62 'browser/policy/test/policy_testserver.py',
63 'browser/safe_browsing/safe_browsing_testserver.py', 63 'browser/safe_browsing/safe_browsing_testserver.py',
64 'common/extensions/docs/examples/apps/calculator/app/controller.js', 64 'common/extensions/docs/examples/apps/calculator/app/controller.js',
65 'common/extensions/docs/examples/apps/calculator/app/model.js', 65 'common/extensions/docs/examples/apps/calculator/app/model.js',
66 'common/extensions/docs/examples/apps/calculator/app/view.js', 66 'common/extensions/docs/examples/apps/calculator/app/view.js',
67 ], 67 ],
68 'isolate_dependency_untracked': [ 68 'isolate_dependency_untracked': [
69 '../content/test/data/', 69 '../content/test/data/',
70 '../media/test/data/',
70 '../net/data/', 71 '../net/data/',
71 '../net/tools/testserver/', 72 '../net/tools/testserver/',
72 '../third_party/WebKit/Tools/Scripts/', 73 '../third_party/WebKit/Tools/Scripts/',
73 '../third_party/pyftpdlib/', 74 '../third_party/pyftpdlib/',
74 '../third_party/pywebsocket/', 75 '../third_party/pywebsocket/',
75 '../third_party/safe_browsing/', 76 '../third_party/safe_browsing/',
76 '../third_party/simplejson/', 77 '../third_party/simplejson/',
77 '../third_party/tlslite/', 78 '../third_party/tlslite/',
78 '<(PRODUCT_DIR)/nacl_test_data/', 79 '<(PRODUCT_DIR)/nacl_test_data/',
79 '<(PRODUCT_DIR)/pnacl/', 80 '<(PRODUCT_DIR)/pnacl/',
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
157 }], 158 }],
158 ['chromeos==1', { 159 ['chromeos==1', {
159 'variables': { 160 'variables': {
160 'isolate_dependency_untracked': [ 161 'isolate_dependency_untracked': [
161 '<(PRODUCT_DIR)/chromevox_test_data/', 162 '<(PRODUCT_DIR)/chromevox_test_data/',
162 ], 163 ],
163 }, 164 },
164 }], 165 }],
165 ], 166 ],
166 } 167 }
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