OLD | NEW |
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 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
60 'isolate_dependency_tracked': [ | 60 'isolate_dependency_tracked': [ |
61 '../testing/test_env.py', | 61 '../testing/test_env.py', |
62 '<(PRODUCT_DIR)/unit_tests<(EXECUTABLE_SUFFIX)', | 62 '<(PRODUCT_DIR)/unit_tests<(EXECUTABLE_SUFFIX)', |
63 'browser/safe_browsing/two_phase_testserver.py', | 63 'browser/safe_browsing/two_phase_testserver.py', |
64 ], | 64 ], |
65 'isolate_dependency_untracked': [ | 65 'isolate_dependency_untracked': [ |
66 '../net/tools/testserver/', | 66 '../net/tools/testserver/', |
67 '../third_party/pyftpdlib/', | 67 '../third_party/pyftpdlib/', |
68 '../third_party/pywebsocket/', | 68 '../third_party/pywebsocket/', |
69 '../third_party/tlslite/', | 69 '../third_party/tlslite/', |
70 '../tools/swarm_client/', | 70 '../tools/swarming_client/', |
71 '<(PRODUCT_DIR)/pyproto/', | 71 '<(PRODUCT_DIR)/pyproto/', |
72 ], | 72 ], |
73 }, | 73 }, |
74 }], | 74 }], |
75 ['OS=="mac"', { | 75 ['OS=="mac"', { |
76 'variables': { | 76 'variables': { |
77 'isolate_dependency_tracked': [ | 77 'isolate_dependency_tracked': [ |
78 '<(PRODUCT_DIR)/ffmpegsumo.so', | 78 '<(PRODUCT_DIR)/ffmpegsumo.so', |
79 ], | 79 ], |
80 'isolate_dependency_untracked': [ | 80 'isolate_dependency_untracked': [ |
(...skipping 25 matching lines...) Expand all Loading... |
106 'isolate_dependency_untracked': [ | 106 'isolate_dependency_untracked': [ |
107 '../ppapi/lib/gl/include/KHR/', | 107 '../ppapi/lib/gl/include/KHR/', |
108 '../skia/ext/data/', | 108 '../skia/ext/data/', |
109 '../third_party/python_26/', | 109 '../third_party/python_26/', |
110 '../ui/base/glib/', | 110 '../ui/base/glib/', |
111 ], | 111 ], |
112 }, | 112 }, |
113 }], | 113 }], |
114 ], | 114 ], |
115 } | 115 } |
OLD | NEW |