| 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 { | 5 { |
| 6 'targets': [ | 6 'targets': [ |
| 7 { | 7 { |
| 8 'target_name': 'browser', | 8 'target_name': 'browser', |
| 9 'type': 'static_library', | 9 'type': 'static_library', |
| 10 'dependencies': [ | 10 'dependencies': [ |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 44 '../third_party/icu/icu.gyp:icuuc', | 44 '../third_party/icu/icu.gyp:icuuc', |
| 45 '../third_party/leveldb/leveldb.gyp:leveldb', | 45 '../third_party/leveldb/leveldb.gyp:leveldb', |
| 46 '../third_party/libjingle/libjingle.gyp:libjingle', | 46 '../third_party/libjingle/libjingle.gyp:libjingle', |
| 47 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', | 47 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', |
| 48 '../third_party/libphonenumber/libphonenumber.gyp:phonenumber_proto', | 48 '../third_party/libphonenumber/libphonenumber.gyp:phonenumber_proto', |
| 49 '../third_party/libxml/libxml.gyp:libxml', | 49 '../third_party/libxml/libxml.gyp:libxml', |
| 50 '../third_party/npapi/npapi.gyp:npapi', | 50 '../third_party/npapi/npapi.gyp:npapi', |
| 51 '../ui/base/strings/ui_strings.gyp:ui_strings', | 51 '../ui/base/strings/ui_strings.gyp:ui_strings', |
| 52 '../ui/gfx/surface/surface.gyp:surface', | 52 '../ui/gfx/surface/surface.gyp:surface', |
| 53 '../ui/ui.gyp:ui_resources', | 53 '../ui/ui.gyp:ui_resources', |
| 54 '../ui/ui.gyp:ui_resources_large', | |
| 55 '../ui/ui.gyp:ui_resources_standard', | |
| 56 '../webkit/support/webkit_support.gyp:appcache', | 54 '../webkit/support/webkit_support.gyp:appcache', |
| 57 '../webkit/support/webkit_support.gyp:blob', | 55 '../webkit/support/webkit_support.gyp:blob', |
| 58 '../webkit/support/webkit_support.gyp:database', | 56 '../webkit/support/webkit_support.gyp:database', |
| 59 '../webkit/support/webkit_support.gyp:fileapi', | 57 '../webkit/support/webkit_support.gyp:fileapi', |
| 60 '../webkit/support/webkit_support.gyp:glue', | 58 '../webkit/support/webkit_support.gyp:glue', |
| 61 '../webkit/support/webkit_support.gyp:quota', | 59 '../webkit/support/webkit_support.gyp:quota', |
| 62 '../webkit/support/webkit_support.gyp:webkit_resources', | 60 '../webkit/support/webkit_support.gyp:webkit_resources', |
| 63 ], | 61 ], |
| 64 'include_dirs': [ | 62 'include_dirs': [ |
| 65 '..', | 63 '..', |
| (...skipping 4953 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5019 # weak imports in dependents, who still must #include | 5017 # weak imports in dependents, who still must #include |
| 5020 # closure_blocks_leopard_compat.h to get weak imports. | 5018 # closure_blocks_leopard_compat.h to get weak imports. |
| 5021 'type': 'none', | 5019 'type': 'none', |
| 5022 }], | 5020 }], |
| 5023 ], | 5021 ], |
| 5024 }, | 5022 }, |
| 5025 ], | 5023 ], |
| 5026 }], | 5024 }], |
| 5027 ], | 5025 ], |
| 5028 } | 5026 } |
| OLD | NEW |