| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| 2 # | 2 # |
| 3 # Use of this source code is governed by a BSD-style license that can be | 3 # Use of this source code is governed by a BSD-style license that can be |
| 4 # found in the LICENSE file. | 4 # found in the LICENSE file. |
| 5 | 5 |
| 6 { | 6 { |
| 7 'targets': [ | 7 'targets': [ |
| 8 { | 8 { |
| 9 'target_name': 'browser', | 9 'target_name': 'browser', |
| 10 'type': 'static_library', | 10 'type': 'static_library', |
| (...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 47 '../third_party/cld/cld.gyp:cld', | 47 '../third_party/cld/cld.gyp:cld', |
| 48 '../third_party/expat/expat.gyp:expat', | 48 '../third_party/expat/expat.gyp:expat', |
| 49 '../third_party/hunspell/hunspell.gyp:hunspell', | 49 '../third_party/hunspell/hunspell.gyp:hunspell', |
| 50 '../third_party/icu/icu.gyp:icui18n', | 50 '../third_party/icu/icu.gyp:icui18n', |
| 51 '../third_party/icu/icu.gyp:icuuc', | 51 '../third_party/icu/icu.gyp:icuuc', |
| 52 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 52 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
| 53 '../third_party/libjingle/libjingle.gyp:libjingle', | 53 '../third_party/libjingle/libjingle.gyp:libjingle', |
| 54 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', | 54 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', |
| 55 '../third_party/libxml/libxml.gyp:libxml', | 55 '../third_party/libxml/libxml.gyp:libxml', |
| 56 '../third_party/npapi/npapi.gyp:npapi', | 56 '../third_party/npapi/npapi.gyp:npapi', |
| 57 '../third_party/zlib/zlib.gyp:zlib', |
| 57 '../ui/base/strings/ui_strings.gyp:ui_strings', | 58 '../ui/base/strings/ui_strings.gyp:ui_strings', |
| 58 '../ui/surface/surface.gyp:surface', | 59 '../ui/surface/surface.gyp:surface', |
| 59 '../ui/ui.gyp:ui', | 60 '../ui/ui.gyp:ui', |
| 60 '../ui/ui.gyp:ui_resources', | 61 '../ui/ui.gyp:ui_resources', |
| 61 '../ui/ui.gyp:ui_resources_2x', | 62 '../ui/ui.gyp:ui_resources_2x', |
| 62 '../ui/ui.gyp:ui_resources_standard', | 63 '../ui/ui.gyp:ui_resources_standard', |
| 63 '../v8/tools/gyp/v8.gyp:v8', | 64 '../v8/tools/gyp/v8.gyp:v8', |
| 64 '../webkit/support/webkit_support.gyp:appcache', | 65 '../webkit/support/webkit_support.gyp:appcache', |
| 65 '../webkit/support/webkit_support.gyp:blob', | 66 '../webkit/support/webkit_support.gyp:blob', |
| 66 '../webkit/support/webkit_support.gyp:database', | 67 '../webkit/support/webkit_support.gyp:database', |
| (...skipping 5045 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5112 'browser/metrics/proto/study.proto', | 5113 'browser/metrics/proto/study.proto', |
| 5113 ], | 5114 ], |
| 5114 'variables': { | 5115 'variables': { |
| 5115 'proto_in_dir': 'browser/metrics/proto', | 5116 'proto_in_dir': 'browser/metrics/proto', |
| 5116 'proto_out_dir': 'chrome/browser/metrics/proto', | 5117 'proto_out_dir': 'chrome/browser/metrics/proto', |
| 5117 }, | 5118 }, |
| 5118 'includes': [ '../build/protoc.gypi' ] | 5119 'includes': [ '../build/protoc.gypi' ] |
| 5119 }, | 5120 }, |
| 5120 ], | 5121 ], |
| 5121 } | 5122 } |
| OLD | NEW |