Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(293)

Side by Side Diff: chrome/chrome_browser_chromeos.gypi

Issue 68853015: Convert the re2 GYP targets to be generated by GN. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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_chromeos', 9 'target_name': 'browser_chromeos',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 '../third_party/icu/icu.gyp:icui18n', 75 '../third_party/icu/icu.gyp:icui18n',
76 '../third_party/icu/icu.gyp:icuuc', 76 '../third_party/icu/icu.gyp:icuuc',
77 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 77 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
78 '../third_party/libevent/libevent.gyp:libevent', 78 '../third_party/libevent/libevent.gyp:libevent',
79 '../third_party/libjingle/libjingle.gyp:libjingle', 79 '../third_party/libjingle/libjingle.gyp:libjingle',
80 '../third_party/libusb/libusb.gyp:libusb', 80 '../third_party/libusb/libusb.gyp:libusb',
81 '../third_party/libxml/libxml.gyp:libxml', 81 '../third_party/libxml/libxml.gyp:libxml',
82 '../third_party/npapi/npapi.gyp:npapi', 82 '../third_party/npapi/npapi.gyp:npapi',
83 '../third_party/protobuf/protobuf.gyp:protobuf_lite', 83 '../third_party/protobuf/protobuf.gyp:protobuf_lite',
84 '../third_party/protobuf/protobuf.gyp:protoc#host', 84 '../third_party/protobuf/protobuf.gyp:protoc#host',
85 '../third_party/re2/re2.gyp:re2', 85 '../out/gn_gyp/third_party/re2/re2.gyp:re2',
86 '../third_party/zlib/zlib.gyp:zlib', 86 '../third_party/zlib/zlib.gyp:zlib',
87 '../ui/base/strings/ui_strings.gyp:ui_strings', 87 '../ui/base/strings/ui_strings.gyp:ui_strings',
88 '../ui/resources/ui_resources.gyp:ui_resources', 88 '../ui/resources/ui_resources.gyp:ui_resources',
89 '../ui/surface/surface.gyp:surface', 89 '../ui/surface/surface.gyp:surface',
90 '../ui/ui.gyp:ui', 90 '../ui/ui.gyp:ui',
91 '../ui/views/controls/webview/webview.gyp:webview', 91 '../ui/views/controls/webview/webview.gyp:webview',
92 '../ui/views/controls/webview/webview.gyp:webview', 92 '../ui/views/controls/webview/webview.gyp:webview',
93 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', 93 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs',
94 '../url/url.gyp:url_lib', 94 '../url/url.gyp:url_lib',
95 '../v8/tools/gyp/v8.gyp:v8', 95 '../v8/tools/gyp/v8.gyp:v8',
(...skipping 919 matching lines...) Expand 10 before | Expand all | Expand 10 after
1015 'browser/chromeos/attestation/attestation_signed_data.proto', 1015 'browser/chromeos/attestation/attestation_signed_data.proto',
1016 ], 1016 ],
1017 'variables': { 1017 'variables': {
1018 'proto_in_dir': 'browser/chromeos/attestation', 1018 'proto_in_dir': 'browser/chromeos/attestation',
1019 'proto_out_dir': 'chrome/browser/chromeos/attestation', 1019 'proto_out_dir': 'chrome/browser/chromeos/attestation',
1020 }, 1020 },
1021 'includes': [ '../build/protoc.gypi' ] 1021 'includes': [ '../build/protoc.gypi' ]
1022 }, 1022 },
1023 ], 1023 ],
1024 } 1024 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698