| 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 'chrome_common_target': 0, | 8 'chrome_common_target': 0, |
| 9 }, | 9 }, |
| 10 'target_conditions': [ | 10 'target_conditions': [ |
| (...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 209 'chrome_strings', | 209 'chrome_strings', |
| 210 'common_constants', | 210 'common_constants', |
| 211 'common_net', | 211 'common_net', |
| 212 'default_plugin/default_plugin.gyp:default_plugin', | 212 'default_plugin/default_plugin.gyp:default_plugin', |
| 213 'theme_resources', | 213 'theme_resources', |
| 214 '../app/app.gyp:app_base', | 214 '../app/app.gyp:app_base', |
| 215 '../app/app.gyp:app_resources', | 215 '../app/app.gyp:app_resources', |
| 216 '../base/base.gyp:base', | 216 '../base/base.gyp:base', |
| 217 '../base/base.gyp:base_i18n', | 217 '../base/base.gyp:base_i18n', |
| 218 '../build/temp_gyp/googleurl.gyp:googleurl', | 218 '../build/temp_gyp/googleurl.gyp:googleurl', |
| 219 # Don't include now since it's empty and so will cause a linker error. |
| 220 #'../content/content.gyp:content_common', |
| 219 '../ipc/ipc.gyp:ipc', | 221 '../ipc/ipc.gyp:ipc', |
| 220 '../net/net.gyp:net', | 222 '../net/net.gyp:net', |
| 221 '../printing/printing.gyp:printing', | 223 '../printing/printing.gyp:printing', |
| 222 '../skia/skia.gyp:skia', | 224 '../skia/skia.gyp:skia', |
| 223 '../third_party/bzip2/bzip2.gyp:bzip2', | 225 '../third_party/bzip2/bzip2.gyp:bzip2', |
| 224 '../third_party/icu/icu.gyp:icui18n', | 226 '../third_party/icu/icu.gyp:icui18n', |
| 225 '../third_party/icu/icu.gyp:icuuc', | 227 '../third_party/icu/icu.gyp:icuuc', |
| 226 '../third_party/libxml/libxml.gyp:libxml', | 228 '../third_party/libxml/libxml.gyp:libxml', |
| 227 '../third_party/sqlite/sqlite.gyp:sqlite', | 229 '../third_party/sqlite/sqlite.gyp:sqlite', |
| 228 '../third_party/zlib/zlib.gyp:zlib', | 230 '../third_party/zlib/zlib.gyp:zlib', |
| (...skipping 410 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 639 'configurations': { | 641 'configurations': { |
| 640 'Common_Base': { | 642 'Common_Base': { |
| 641 'msvs_target_platform': 'x64', | 643 'msvs_target_platform': 'x64', |
| 642 }, | 644 }, |
| 643 }, | 645 }, |
| 644 }, | 646 }, |
| 645 ], | 647 ], |
| 646 }], | 648 }], |
| 647 ], | 649 ], |
| 648 } | 650 } |
| OLD | NEW |