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

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 6 years, 11 months 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
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_browser_extensions.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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/events/events.gyp:dom4_keycode_converter', 88 '../ui/events/events.gyp:dom4_keycode_converter',
89 '../ui/resources/ui_resources.gyp:ui_resources', 89 '../ui/resources/ui_resources.gyp:ui_resources',
90 '../ui/surface/surface.gyp:surface', 90 '../ui/surface/surface.gyp:surface',
91 '../ui/ui.gyp:ui', 91 '../ui/ui.gyp:ui',
92 '../ui/views/controls/webview/webview.gyp:webview', 92 '../ui/views/controls/webview/webview.gyp:webview',
93 '../ui/views/controls/webview/webview.gyp:webview', 93 '../ui/views/controls/webview/webview.gyp:webview',
94 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', 94 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs',
95 '../url/url.gyp:url_lib', 95 '../url/url.gyp:url_lib',
(...skipping 909 matching lines...) Expand 10 before | Expand all | Expand 10 after
1005 'browser/chromeos/attestation/attestation_signed_data.proto', 1005 'browser/chromeos/attestation/attestation_signed_data.proto',
1006 ], 1006 ],
1007 'variables': { 1007 'variables': {
1008 'proto_in_dir': 'browser/chromeos/attestation', 1008 'proto_in_dir': 'browser/chromeos/attestation',
1009 'proto_out_dir': 'chrome/browser/chromeos/attestation', 1009 'proto_out_dir': 'chrome/browser/chromeos/attestation',
1010 }, 1010 },
1011 'includes': [ '../build/protoc.gypi' ] 1011 'includes': [ '../build/protoc.gypi' ]
1012 }, 1012 },
1013 ], 1013 ],
1014 } 1014 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_browser_extensions.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698