Chromium Code Reviews| 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 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 51 '../third_party/expat/expat.gyp:expat', | 51 '../third_party/expat/expat.gyp:expat', |
| 52 '../third_party/hunspell/hunspell.gyp:hunspell', | 52 '../third_party/hunspell/hunspell.gyp:hunspell', |
| 53 '../third_party/icu/icu.gyp:icui18n', | 53 '../third_party/icu/icu.gyp:icui18n', |
| 54 '../third_party/icu/icu.gyp:icuuc', | 54 '../third_party/icu/icu.gyp:icuuc', |
| 55 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 55 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
| 56 '../third_party/libjingle/libjingle.gyp:libjingle', | 56 '../third_party/libjingle/libjingle.gyp:libjingle', |
| 57 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', | 57 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', |
| 58 '../third_party/libusb/libusb.gyp:libusb', | 58 '../third_party/libusb/libusb.gyp:libusb', |
| 59 '../third_party/libxml/libxml.gyp:libxml', | 59 '../third_party/libxml/libxml.gyp:libxml', |
| 60 '../third_party/npapi/npapi.gyp:npapi', | 60 '../third_party/npapi/npapi.gyp:npapi', |
| 61 '../third_party/re2/re2.gyp:re2', | |
|
Mark Mentovai
2012/07/24 14:56:29
Also list in all.gyp.
battre
2012/07/24 16:24:07
Done.
| |
| 61 '../third_party/zlib/zlib.gyp:zlib', | 62 '../third_party/zlib/zlib.gyp:zlib', |
| 62 '../ui/base/strings/ui_strings.gyp:ui_strings', | 63 '../ui/base/strings/ui_strings.gyp:ui_strings', |
| 63 '../ui/surface/surface.gyp:surface', | 64 '../ui/surface/surface.gyp:surface', |
| 64 '../ui/ui.gyp:ui', | 65 '../ui/ui.gyp:ui', |
| 65 '../ui/ui.gyp:ui_resources', | 66 '../ui/ui.gyp:ui_resources', |
| 66 '../ui/ui.gyp:ui_resources_standard', | 67 '../ui/ui.gyp:ui_resources_standard', |
| 67 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', | 68 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', |
| 68 '../v8/tools/gyp/v8.gyp:v8', | 69 '../v8/tools/gyp/v8.gyp:v8', |
| 69 '../webkit/support/webkit_support.gyp:appcache', | 70 '../webkit/support/webkit_support.gyp:appcache', |
| 70 '../webkit/support/webkit_support.gyp:blob', | 71 '../webkit/support/webkit_support.gyp:blob', |
| (...skipping 5289 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 5360 'browser/metrics/proto/study.proto', | 5361 'browser/metrics/proto/study.proto', |
| 5361 ], | 5362 ], |
| 5362 'variables': { | 5363 'variables': { |
| 5363 'proto_in_dir': 'browser/metrics/proto', | 5364 'proto_in_dir': 'browser/metrics/proto', |
| 5364 'proto_out_dir': 'chrome/browser/metrics/proto', | 5365 'proto_out_dir': 'chrome/browser/metrics/proto', |
| 5365 }, | 5366 }, |
| 5366 'includes': [ '../build/protoc.gypi' ] | 5367 'includes': [ '../build/protoc.gypi' ] |
| 5367 }, | 5368 }, |
| 5368 ], | 5369 ], |
| 5369 } | 5370 } |
| OLD | NEW |