| 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         ], | 
| 11       }, | 11       }, | 
| 12     }], | 12     }], | 
| 13     ['OS=="android" or OS=="linux" or OS=="mac" or OS=="win"', { | 13     ['OS=="android" or OS=="linux" or OS=="mac" or OS=="win"', { | 
| 14       'variables': { | 14       'variables': { | 
| 15         'isolate_dependency_tracked': [ | 15         'isolate_dependency_tracked': [ | 
|  | 16           '../third_party/accessibility-audit/axs_testing.js', | 
| 16           '<(PRODUCT_DIR)/resources.pak', | 17           '<(PRODUCT_DIR)/resources.pak', | 
| 17         ], | 18         ], | 
| 18         'isolate_dependency_untracked': [ | 19         'isolate_dependency_untracked': [ | 
| 19           '../base/test/data/', | 20           '../base/test/data/', | 
| 20           '../components/test/data/', | 21           '../components/test/data/', | 
| 21           '../extensions/test/data/', | 22           '../extensions/test/data/', | 
| 22           '../net/data/', | 23           '../net/data/', | 
| 23           '../third_party/accessibility-developer-tools/gen/', |  | 
| 24           '../third_party/hunspell_dictionaries/', | 24           '../third_party/hunspell_dictionaries/', | 
| 25           '../third_party/zlib/google/test/data/', | 25           '../third_party/zlib/google/test/data/', | 
| 26           'test/data/', | 26           'test/data/', | 
| 27           'third_party/mock4js/', | 27           'third_party/mock4js/', | 
| 28         ], | 28         ], | 
| 29       }, | 29       }, | 
| 30     }], | 30     }], | 
| 31     ['OS=="android" or OS=="linux" or OS=="win"', { | 31     ['OS=="android" or OS=="linux" or OS=="win"', { | 
| 32       'variables': { | 32       'variables': { | 
| 33         'isolate_dependency_tracked': [ | 33         'isolate_dependency_tracked': [ | 
| (...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after  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 | 
|---|