| 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 'variables': { | 5 'variables': { |
| 6 'isolate_dependency_tracked': [ | 6 'isolate_dependency_tracked': [ |
| 7 '<(PRODUCT_DIR)/content_unittests<(EXECUTABLE_SUFFIX)', | 7 '<(PRODUCT_DIR)/content_unittests<(EXECUTABLE_SUFFIX)', |
| 8 ], | 8 ], |
| 9 'isolate_dependency_untracked': [ | 9 'isolate_dependency_untracked': [ |
| 10 'browser/gpu/gpu_driver_bug_list.json', |
| 11 'browser/gpu/gpu_switching_list.json', |
| 10 'browser/gpu/software_rendering_list.json', | 12 'browser/gpu/software_rendering_list.json', |
| 11 'test/data/', | 13 'test/data/', |
| 12 '../third_party/hyphen/hyph_en_US.dic', | 14 '../third_party/hyphen/hyph_en_US.dic', |
| 13 '../webkit/data/', | 15 '../webkit/data/', |
| 14 ], | 16 ], |
| 15 }, | 17 }, |
| 16 'conditions': [ | 18 'conditions': [ |
| 17 ['OS=="linux"', { | 19 ['OS=="linux"', { |
| 18 'variables': { | 20 'variables': { |
| 19 'command': [ | 21 'command': [ |
| (...skipping 27 matching lines...) Expand all Loading... |
| 47 ['OS=="win"', { | 49 ['OS=="win"', { |
| 48 'variables': { | 50 'variables': { |
| 49 'isolate_dependency_untracked': [ | 51 'isolate_dependency_untracked': [ |
| 50 '<(PRODUCT_DIR)/ffmpegsumo.dll', | 52 '<(PRODUCT_DIR)/ffmpegsumo.dll', |
| 51 '<(PRODUCT_DIR)/icudt.dll', | 53 '<(PRODUCT_DIR)/icudt.dll', |
| 52 ], | 54 ], |
| 53 }, | 55 }, |
| 54 }], | 56 }], |
| 55 ], | 57 ], |
| 56 } | 58 } |
| OLD | NEW |