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

Side by Side Diff: chrome/chrome_browser_extensions.gypi

Issue 10826120: Migrate WebRequestRedirectByRegExAction to use RE2 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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/browser/extensions/api/declarative_webrequest/webrequest_action.cc ('k') | no next file » | 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 # 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 20 matching lines...) Expand all
31 '../content/content.gyp:content_browser', 31 '../content/content.gyp:content_browser',
32 '../crypto/crypto.gyp:crypto', 32 '../crypto/crypto.gyp:crypto',
33 '../net/net.gyp:net', 33 '../net/net.gyp:net',
34 '../skia/skia.gyp:skia', 34 '../skia/skia.gyp:skia',
35 '../sync/sync.gyp:sync_notifier', 35 '../sync/sync.gyp:sync_notifier',
36 '../third_party/bzip2/bzip2.gyp:bzip2', 36 '../third_party/bzip2/bzip2.gyp:bzip2',
37 '../third_party/icu/icu.gyp:icui18n', 37 '../third_party/icu/icu.gyp:icui18n',
38 '../third_party/icu/icu.gyp:icuuc', 38 '../third_party/icu/icu.gyp:icuuc',
39 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 39 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
40 '../third_party/libusb/libusb.gyp:libusb', 40 '../third_party/libusb/libusb.gyp:libusb',
41 '../third_party/re2/re2.gyp:re2',
41 '../ui/base/strings/ui_strings.gyp:ui_strings', 42 '../ui/base/strings/ui_strings.gyp:ui_strings',
42 '../ui/ui.gyp:ui', 43 '../ui/ui.gyp:ui',
43 '../ui/ui.gyp:ui_resources', 44 '../ui/ui.gyp:ui_resources',
44 '../webkit/support/webkit_support.gyp:appcache', 45 '../webkit/support/webkit_support.gyp:appcache',
45 '../webkit/support/webkit_support.gyp:blob', 46 '../webkit/support/webkit_support.gyp:blob',
46 '../webkit/support/webkit_support.gyp:database', 47 '../webkit/support/webkit_support.gyp:database',
47 '../webkit/support/webkit_support.gyp:fileapi', 48 '../webkit/support/webkit_support.gyp:fileapi',
48 '../webkit/support/webkit_support.gyp:glue', 49 '../webkit/support/webkit_support.gyp:glue',
49 '../webkit/support/webkit_support.gyp:quota', 50 '../webkit/support/webkit_support.gyp:quota',
50 '../webkit/support/webkit_support.gyp:webkit_resources', 51 '../webkit/support/webkit_support.gyp:webkit_resources',
(...skipping 709 matching lines...) Expand 10 before | Expand all | Expand 10 after
760 'sources': [ 761 'sources': [
761 'browser/extensions/app_host.rc', 762 'browser/extensions/app_host.rc',
762 'browser/extensions/app_host_stub_main.cc', 763 'browser/extensions/app_host_stub_main.cc',
763 ], 764 ],
764 }, 765 },
765 ], 766 ],
766 }, ], # 'OS=="win"' 767 }, ], # 'OS=="win"'
767 ], # 'conditions' 768 ], # 'conditions'
768 } 769 }
769 770
OLDNEW
« no previous file with comments | « chrome/browser/extensions/api/declarative_webrequest/webrequest_action.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698