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

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: Fixed windows include dirs Created 8 years, 6 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 | « no previous file | third_party/re2/.gitignore » ('j') | third_party/re2/util/valgrind.cc » ('J')
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 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 '../third_party/expat/expat.gyp:expat', 50 '../third_party/expat/expat.gyp:expat',
51 '../third_party/hunspell/hunspell.gyp:hunspell', 51 '../third_party/hunspell/hunspell.gyp:hunspell',
52 '../third_party/icu/icu.gyp:icui18n', 52 '../third_party/icu/icu.gyp:icui18n',
53 '../third_party/icu/icu.gyp:icuuc', 53 '../third_party/icu/icu.gyp:icuuc',
54 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 54 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
55 '../third_party/libjingle/libjingle.gyp:libjingle', 55 '../third_party/libjingle/libjingle.gyp:libjingle',
56 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', 56 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber',
57 '../third_party/libusb/libusb.gyp:libusb', 57 '../third_party/libusb/libusb.gyp:libusb',
58 '../third_party/libxml/libxml.gyp:libxml', 58 '../third_party/libxml/libxml.gyp:libxml',
59 '../third_party/npapi/npapi.gyp:npapi', 59 '../third_party/npapi/npapi.gyp:npapi',
60 '../third_party/re2/re2.gyp:re2',
60 '../third_party/zlib/zlib.gyp:zlib', 61 '../third_party/zlib/zlib.gyp:zlib',
61 '../ui/base/strings/ui_strings.gyp:ui_strings', 62 '../ui/base/strings/ui_strings.gyp:ui_strings',
62 '../ui/surface/surface.gyp:surface', 63 '../ui/surface/surface.gyp:surface',
63 '../ui/ui.gyp:ui', 64 '../ui/ui.gyp:ui',
64 '../ui/ui.gyp:ui_resources', 65 '../ui/ui.gyp:ui_resources',
65 '../ui/ui.gyp:ui_resources_standard', 66 '../ui/ui.gyp:ui_resources_standard',
66 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', 67 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs',
67 '../v8/tools/gyp/v8.gyp:v8', 68 '../v8/tools/gyp/v8.gyp:v8',
68 '../webkit/support/webkit_support.gyp:appcache', 69 '../webkit/support/webkit_support.gyp:appcache',
69 '../webkit/support/webkit_support.gyp:blob', 70 '../webkit/support/webkit_support.gyp:blob',
(...skipping 5172 matching lines...) Expand 10 before | Expand all | Expand 10 after
5242 'browser/metrics/proto/study.proto', 5243 'browser/metrics/proto/study.proto',
5243 ], 5244 ],
5244 'variables': { 5245 'variables': {
5245 'proto_in_dir': 'browser/metrics/proto', 5246 'proto_in_dir': 'browser/metrics/proto',
5246 'proto_out_dir': 'chrome/browser/metrics/proto', 5247 'proto_out_dir': 'chrome/browser/metrics/proto',
5247 }, 5248 },
5248 'includes': [ '../build/protoc.gypi' ] 5249 'includes': [ '../build/protoc.gypi' ]
5249 }, 5250 },
5250 ], 5251 ],
5251 } 5252 }
OLDNEW
« no previous file with comments | « no previous file | third_party/re2/.gitignore » ('j') | third_party/re2/util/valgrind.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698