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

Side by Side Diff: chrome/chrome_browser_extensions.gypi

Issue 141063002: Revert of 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_chromeos.gypi ('k') | chrome/chrome_browser_ui.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) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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_extensions', 8 'target_name': 'browser_extensions',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 26 matching lines...) Expand all
37 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 37 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
38 '../extensions/extensions.gyp:extensions_browser', 38 '../extensions/extensions.gyp:extensions_browser',
39 '../net/net.gyp:net', 39 '../net/net.gyp:net',
40 '../skia/skia.gyp:skia', 40 '../skia/skia.gyp:skia',
41 '../sync/sync.gyp:sync', 41 '../sync/sync.gyp:sync',
42 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n', 42 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n',
43 '../third_party/icu/icu.gyp:icui18n', 43 '../third_party/icu/icu.gyp:icui18n',
44 '../third_party/icu/icu.gyp:icuuc', 44 '../third_party/icu/icu.gyp:icuuc',
45 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 45 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
46 '../third_party/libusb/libusb.gyp:libusb', 46 '../third_party/libusb/libusb.gyp:libusb',
47 '../out/gn_gyp/third_party/re2/re2.gyp:re2', 47 '../third_party/re2/re2.gyp:re2',
48 '../third_party/webrtc/modules/modules.gyp:desktop_capture', 48 '../third_party/webrtc/modules/modules.gyp:desktop_capture',
49 '../ui/base/strings/ui_strings.gyp:ui_strings', 49 '../ui/base/strings/ui_strings.gyp:ui_strings',
50 '../ui/gfx/gfx.gyp:gfx', 50 '../ui/gfx/gfx.gyp:gfx',
51 '../ui/gfx/gfx.gyp:gfx_geometry', 51 '../ui/gfx/gfx.gyp:gfx_geometry',
52 '../ui/resources/ui_resources.gyp:ui_resources', 52 '../ui/resources/ui_resources.gyp:ui_resources',
53 '../ui/ui.gyp:ui', 53 '../ui/ui.gyp:ui',
54 '../url/url.gyp:url_lib', 54 '../url/url.gyp:url_lib',
55 '../webkit/common/user_agent/webkit_user_agent.gyp:user_agent', 55 '../webkit/common/user_agent/webkit_user_agent.gyp:user_agent',
56 '../webkit/storage_browser.gyp:webkit_storage_browser', 56 '../webkit/storage_browser.gyp:webkit_storage_browser',
57 '../webkit/storage_common.gyp:webkit_storage_common', 57 '../webkit/storage_common.gyp:webkit_storage_common',
(...skipping 1189 matching lines...) Expand 10 before | Expand all | Expand 10 after
1247 'variables': { 1247 'variables': {
1248 'proto_in_dir': 'browser/chromeos/contacts', 1248 'proto_in_dir': 'browser/chromeos/contacts',
1249 'proto_out_dir': 'chrome/browser/chromeos/contacts', 1249 'proto_out_dir': 'chrome/browser/chromeos/contacts',
1250 }, 1250 },
1251 'includes': [ '../build/protoc.gypi' ] 1251 'includes': [ '../build/protoc.gypi' ]
1252 }, 1252 },
1253 ], 1253 ],
1254 },], # 'chromeos=1' 1254 },], # 'chromeos=1'
1255 ], # 'conditions' 1255 ], # 'conditions'
1256 } 1256 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_chromeos.gypi ('k') | chrome/chrome_browser_ui.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698