| OLD | NEW |
| 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 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 46 '../testing/test_env.py', | 46 '../testing/test_env.py', |
| 47 '<(PRODUCT_DIR)/content_browsertests<(EXECUTABLE_SUFFIX)', | 47 '<(PRODUCT_DIR)/content_browsertests<(EXECUTABLE_SUFFIX)', |
| 48 ], | 48 ], |
| 49 'isolate_dependency_untracked': [ | 49 'isolate_dependency_untracked': [ |
| 50 '../net/tools/testserver/', | 50 '../net/tools/testserver/', |
| 51 '../third_party/WebKit/Tools/Scripts/', | 51 '../third_party/WebKit/Tools/Scripts/', |
| 52 '../third_party/lighttpd/', | 52 '../third_party/lighttpd/', |
| 53 '../third_party/pyftpdlib/', | 53 '../third_party/pyftpdlib/', |
| 54 '../third_party/pywebsocket/', | 54 '../third_party/pywebsocket/', |
| 55 '../third_party/tlslite/', | 55 '../third_party/tlslite/', |
| 56 '../tools/swarm_client/', | 56 '../tools/swarming_client/', |
| 57 ], | 57 ], |
| 58 }, | 58 }, |
| 59 }], | 59 }], |
| 60 ['OS=="mac"', { | 60 ['OS=="mac"', { |
| 61 'variables': { | 61 'variables': { |
| 62 'isolate_dependency_tracked': [ | 62 'isolate_dependency_tracked': [ |
| 63 '<(PRODUCT_DIR)/clearkeycdmadapter.plugin', | 63 '<(PRODUCT_DIR)/clearkeycdmadapter.plugin', |
| 64 '<(PRODUCT_DIR)/content_resources.pak', | 64 '<(PRODUCT_DIR)/content_resources.pak', |
| 65 '<(PRODUCT_DIR)/ffmpegsumo.so', | 65 '<(PRODUCT_DIR)/ffmpegsumo.so', |
| 66 '<(PRODUCT_DIR)/plugins/TestNestscapePlugin.plugin', | 66 '<(PRODUCT_DIR)/plugins/TestNestscapePlugin.plugin', |
| (...skipping 27 matching lines...) Expand all Loading... |
| 94 # The two directories below are only needed for | 94 # The two directories below are only needed for |
| 95 # WorkerXHRHttpLayoutTest.Tests which are currently disabled. | 95 # WorkerXHRHttpLayoutTest.Tests which are currently disabled. |
| 96 #'../third_party/cygwin/', | 96 #'../third_party/cygwin/', |
| 97 #'../third_party/perl/perl/', | 97 #'../third_party/perl/perl/', |
| 98 '../third_party/python_26/', | 98 '../third_party/python_26/', |
| 99 ], | 99 ], |
| 100 }, | 100 }, |
| 101 }], | 101 }], |
| 102 ], | 102 ], |
| 103 } | 103 } |
| OLD | NEW |