| OLD | NEW |
| 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 'chromium_code': 1, | 6 'chromium_code': 1, |
| 7 | 7 |
| 8 'variables': { | 8 'variables': { |
| 9 'version_py_path': 'tools/build/version.py', | 9 'version_py_path': 'tools/build/version.py', |
| 10 'version_path': 'VERSION', | 10 'version_path': 'VERSION', |
| (...skipping 335 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 346 }], | 346 }], |
| 347 ], | 347 ], |
| 348 }, | 348 }, |
| 349 { | 349 { |
| 350 'target_name': 'debugger', | 350 'target_name': 'debugger', |
| 351 'type': '<(library)', | 351 'type': '<(library)', |
| 352 'msvs_guid': '57823D8C-A317-4713-9125-2C91FDFD12D6', | 352 'msvs_guid': '57823D8C-A317-4713-9125-2C91FDFD12D6', |
| 353 'dependencies': [ | 353 'dependencies': [ |
| 354 'chrome_resources', | 354 'chrome_resources', |
| 355 'chrome_strings', | 355 'chrome_strings', |
| 356 '../base/base.gyp:base', |
| 356 '../net/net.gyp:http_server', | 357 '../net/net.gyp:http_server', |
| 357 'theme_resources', | 358 'theme_resources', |
| 358 '../skia/skia.gyp:skia', | 359 '../skia/skia.gyp:skia', |
| 359 '../third_party/icu/icu.gyp:icui18n', | 360 '../third_party/icu/icu.gyp:icui18n', |
| 360 '../third_party/icu/icu.gyp:icuuc', | 361 '../third_party/icu/icu.gyp:icuuc', |
| 361 ], | 362 ], |
| 362 'include_dirs': [ | 363 'include_dirs': [ |
| 363 '..', | 364 '..', |
| 364 ], | 365 ], |
| 365 'sources': [ | 366 'sources': [ |
| (...skipping 1195 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1561 }], # targets | 1562 }], # targets |
| 1562 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris" | 1563 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris" |
| 1563 ], # 'conditions' | 1564 ], # 'conditions' |
| 1564 } | 1565 } |
| 1565 | 1566 |
| 1566 # Local Variables: | 1567 # Local Variables: |
| 1567 # tab-width:2 | 1568 # tab-width:2 |
| 1568 # indent-tabs-mode:nil | 1569 # indent-tabs-mode:nil |
| 1569 # End: | 1570 # End: |
| 1570 # vim: set expandtab tabstop=2 shiftwidth=2: | 1571 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |