| OLD | NEW |
| 1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 'target_defaults': { | 6 'target_defaults': { |
| 7 'variables': { | 7 'variables': { |
| 8 'app_base_target': 0, | 8 'app_base_target': 0, |
| 9 }, | 9 }, |
| 10 'target_conditions': [ | 10 'target_conditions': [ |
| (...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 68 # target, but it doesn't work due to a bug in gyp | 68 # target, but it doesn't work due to a bug in gyp |
| 69 'app_resources', | 69 'app_resources', |
| 70 'app_strings', | 70 'app_strings', |
| 71 '../base/base.gyp:base', | 71 '../base/base.gyp:base', |
| 72 '../base/base.gyp:base_i18n', | 72 '../base/base.gyp:base_i18n', |
| 73 '../gfx/gfx.gyp:gfx', | 73 '../gfx/gfx.gyp:gfx', |
| 74 '../net/net.gyp:net', | 74 '../net/net.gyp:net', |
| 75 '../skia/skia.gyp:skia', | 75 '../skia/skia.gyp:skia', |
| 76 '../third_party/icu/icu.gyp:icui18n', | 76 '../third_party/icu/icu.gyp:icui18n', |
| 77 '../third_party/icu/icu.gyp:icuuc', | 77 '../third_party/icu/icu.gyp:icuuc', |
| 78 '../third_party/libjpeg/libjpeg.gyp:libjpeg', | 78 '../third_party/<(libjpeg_gyp_path):libjpeg', |
| 79 '../third_party/libpng/libpng.gyp:libpng', | 79 '../third_party/libpng/libpng.gyp:libpng', |
| 80 '../third_party/sqlite/sqlite.gyp:sqlite', | 80 '../third_party/sqlite/sqlite.gyp:sqlite', |
| 81 '../third_party/zlib/zlib.gyp:zlib', | 81 '../third_party/zlib/zlib.gyp:zlib', |
| 82 ], | 82 ], |
| 83 'include_dirs': [ | 83 'include_dirs': [ |
| 84 '../third_party/mesa/MesaLib/include', | 84 '../third_party/mesa/MesaLib/include', |
| 85 '<(gl_binding_output_dir)', | 85 '<(gl_binding_output_dir)', |
| 86 ], | 86 ], |
| 87 # TODO(gregoryd): The direct_dependent_settings should be shared with | 87 # TODO(gregoryd): The direct_dependent_settings should be shared with |
| 88 # the 64-bit target, but it doesn't work due to a bug in gyp | 88 # the 64-bit target, but it doesn't work due to a bug in gyp |
| (...skipping 356 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 445 'configurations': { | 445 'configurations': { |
| 446 'Common_Base': { | 446 'Common_Base': { |
| 447 'msvs_target_platform': 'x64', | 447 'msvs_target_platform': 'x64', |
| 448 }, | 448 }, |
| 449 }, | 449 }, |
| 450 }, | 450 }, |
| 451 ], | 451 ], |
| 452 }], | 452 }], |
| 453 ], | 453 ], |
| 454 } | 454 } |
| OLD | NEW |