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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10575037: Include RE2 library (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Less intrusive fix for Android 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 | « build/all.gyp ('k') | third_party/re2/.gitignore » ('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', 9 'target_name': 'browser',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 '../third_party/expat/expat.gyp:expat', 52 '../third_party/expat/expat.gyp:expat',
53 '../third_party/hunspell/hunspell.gyp:hunspell', 53 '../third_party/hunspell/hunspell.gyp:hunspell',
54 '../third_party/icu/icu.gyp:icui18n', 54 '../third_party/icu/icu.gyp:icui18n',
55 '../third_party/icu/icu.gyp:icuuc', 55 '../third_party/icu/icu.gyp:icuuc',
56 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 56 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
57 '../third_party/libjingle/libjingle.gyp:libjingle', 57 '../third_party/libjingle/libjingle.gyp:libjingle',
58 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', 58 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber',
59 '../third_party/libusb/libusb.gyp:libusb', 59 '../third_party/libusb/libusb.gyp:libusb',
60 '../third_party/libxml/libxml.gyp:libxml', 60 '../third_party/libxml/libxml.gyp:libxml',
61 '../third_party/npapi/npapi.gyp:npapi', 61 '../third_party/npapi/npapi.gyp:npapi',
62 '../third_party/re2/re2.gyp:re2',
62 '../third_party/zlib/zlib.gyp:zlib', 63 '../third_party/zlib/zlib.gyp:zlib',
63 '../ui/base/strings/ui_strings.gyp:ui_strings', 64 '../ui/base/strings/ui_strings.gyp:ui_strings',
64 '../ui/surface/surface.gyp:surface', 65 '../ui/surface/surface.gyp:surface',
65 '../ui/ui.gyp:ui', 66 '../ui/ui.gyp:ui',
66 '../ui/ui.gyp:ui_resources', 67 '../ui/ui.gyp:ui_resources',
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',
71 '../webkit/support/webkit_support.gyp:database', 72 '../webkit/support/webkit_support.gyp:database',
(...skipping 5412 matching lines...) Expand 10 before | Expand all | Expand 10 after
5484 'variables': { 5485 'variables': {
5485 'jni_gen_dir': 'chrome', 5486 'jni_gen_dir': 'chrome',
5486 }, 5487 },
5487 'includes': [ '../build/jni_generator.gypi' ], 5488 'includes': [ '../build/jni_generator.gypi' ],
5488 }, 5489 },
5489 ], 5490 ],
5490 }, 5491 },
5491 ], 5492 ],
5492 ], 5493 ],
5493 } 5494 }
OLDNEW
« no previous file with comments | « build/all.gyp ('k') | third_party/re2/.gitignore » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698