| 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 { | 5 { |
| 6 'variables': { | 6 'variables': { |
| 7 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 }, | 8 }, |
| 9 'targets': [ | 9 'targets': [ |
| 10 { | 10 { |
| (...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 75 'dependencies': [ | 75 'dependencies': [ |
| 76 '<(DEPTH)/base/base.gyp:base', | 76 '<(DEPTH)/base/base.gyp:base', |
| 77 '<(DEPTH)/base/base.gyp:base_i18n', | 77 '<(DEPTH)/base/base.gyp:base_i18n', |
| 78 '<(DEPTH)/base/base.gyp:base_static', | 78 '<(DEPTH)/base/base.gyp:base_static', |
| 79 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:d
ynamic_annotations', | 79 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:d
ynamic_annotations', |
| 80 '<(DEPTH)/skia/skia.gyp:skia', | 80 '<(DEPTH)/skia/skia.gyp:skia', |
| 81 '<(DEPTH)/third_party/harfbuzz-ng/harfbuzz.gyp:harfbuzz-ng', | 81 '<(DEPTH)/third_party/harfbuzz-ng/harfbuzz.gyp:harfbuzz-ng', |
| 82 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', | 82 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', |
| 83 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', | 83 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', |
| 84 '<(DEPTH)/third_party/libpng/libpng.gyp:libpng', | 84 '<(DEPTH)/third_party/libpng/libpng.gyp:libpng', |
| 85 » '<(DEPTH)//third_party/qcms/qcms.gyp:qcms", | 85 '<(DEPTH)//third_party/qcms/qcms.gyp:qcms', |
| 86 '<(DEPTH)/third_party/zlib/zlib.gyp:zlib', | 86 '<(DEPTH)/third_party/zlib/zlib.gyp:zlib', |
| 87 'gfx_geometry', | 87 'gfx_geometry', |
| 88 'gfx_range', | 88 'gfx_range', |
| 89 ], | 89 ], |
| 90 # text_elider.h includes ICU headers. | 90 # text_elider.h includes ICU headers. |
| 91 'export_dependent_settings': [ | 91 'export_dependent_settings': [ |
| 92 '<(DEPTH)/skia/skia.gyp:skia', | 92 '<(DEPTH)/skia/skia.gyp:skia', |
| 93 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', | 93 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', |
| 94 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', | 94 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', |
| 95 ], | 95 ], |
| (...skipping 491 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 587 'configurations': { | 587 'configurations': { |
| 588 'Common_Base': { | 588 'Common_Base': { |
| 589 'msvs_target_platform': 'x64', | 589 'msvs_target_platform': 'x64', |
| 590 }, | 590 }, |
| 591 }, | 591 }, |
| 592 }, | 592 }, |
| 593 ], | 593 ], |
| 594 }], | 594 }], |
| 595 ], | 595 ], |
| 596 } | 596 } |
| OLD | NEW |