| 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 'variables': { | 5 'variables': { |
| 6 'isolate_dependency_tracked': [ | 6 'isolate_dependency_tracked': [ |
| 7 '<(PRODUCT_DIR)/resources.pak', | 7 '<(PRODUCT_DIR)/resources.pak', |
| 8 '<(PRODUCT_DIR)/unit_tests<(EXECUTABLE_SUFFIX)', | 8 '<(PRODUCT_DIR)/unit_tests<(EXECUTABLE_SUFFIX)', |
| 9 'browser/safe_browsing/two_phase_testserver.py', | 9 'browser/safe_browsing/two_phase_testserver.py', |
| 10 ], | 10 ], |
| 11 'isolate_dependency_untracked': [ | 11 'isolate_dependency_untracked': [ |
| 12 '../base/prefs/test/data/', | 12 '../base/prefs/test/data/', |
| 13 '../extensions/test/data/', |
| 13 '../net/data/', | 14 '../net/data/', |
| 14 '../net/tools/testserver/', | 15 '../net/tools/testserver/', |
| 15 '../testing/test_env.py', | 16 '../testing/test_env.py', |
| 16 '../third_party/hunspell_dictionaries/', | 17 '../third_party/hunspell_dictionaries/', |
| 17 '../third_party/pyftpdlib/', | 18 '../third_party/pyftpdlib/', |
| 18 '../third_party/pywebsocket/', | 19 '../third_party/pywebsocket/', |
| 19 '../third_party/tlslite/', | 20 '../third_party/tlslite/', |
| 20 '../tools/swarm_client/', | 21 '../tools/swarm_client/', |
| 21 'third_party/mock4js/', | 22 'third_party/mock4js/', |
| 22 'test/data/', | 23 'test/data/', |
| (...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 90 '../ppapi/lib/gl/include/KHR/', | 91 '../ppapi/lib/gl/include/KHR/', |
| 91 '../skia/ext/data/', | 92 '../skia/ext/data/', |
| 92 '../third_party/python_26/', | 93 '../third_party/python_26/', |
| 93 '../ui/base/glib/', | 94 '../ui/base/glib/', |
| 94 '<(PRODUCT_DIR)/test_data/ui/', | 95 '<(PRODUCT_DIR)/test_data/ui/', |
| 95 ], | 96 ], |
| 96 }, | 97 }, |
| 97 }], | 98 }], |
| 98 ], | 99 ], |
| 99 } | 100 } |
| OLD | NEW |