| OLD | NEW |
| 1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 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 { | 5 { |
| 6 'variables': { | 6 'variables': { |
| 7 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 }, | 8 }, |
| 9 'targets': [ | 9 'targets': [ |
| 10 { | 10 { |
| (...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 176 | 176 |
| 177 'conditions': [ | 177 'conditions': [ |
| 178 ['chrome_multiple_dll!=1', { | 178 ['chrome_multiple_dll!=1', { |
| 179 'dependencies': [ | 179 'dependencies': [ |
| 180 '<(DEPTH)/third_party/WebKit/public/blink.gyp:blink', | 180 '<(DEPTH)/third_party/WebKit/public/blink.gyp:blink', |
| 181 ], | 181 ], |
| 182 }], | 182 }], |
| 183 ], | 183 ], |
| 184 }, | 184 }, |
| 185 { | 185 { |
| 186 # GN version: //webkit/browser:dump_file_system | 186 # GN version: //storage/browser:dump_file_system |
| 187 'target_name': 'dump_file_system', | 187 'target_name': 'dump_file_system', |
| 188 'type': 'executable', | 188 'type': 'executable', |
| 189 'sources': [ | 189 'sources': [ |
| 190 'browser/fileapi/dump_file_system.cc', | 190 'browser/fileapi/dump_file_system.cc', |
| 191 ], | 191 ], |
| 192 'dependencies': [ | 192 'dependencies': [ |
| 193 '<(DEPTH)/base/base.gyp:base', | 193 '<(DEPTH)/base/base.gyp:base', |
| 194 '<(DEPTH)/storage/storage_common.gyp:storage_common', | 194 '<(DEPTH)/storage/storage_common.gyp:storage_common', |
| 195 'storage', | 195 'storage', |
| 196 ], | 196 ], |
| 197 }, | 197 }, |
| 198 ], | 198 ], |
| 199 } | 199 } |
| OLD | NEW |