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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 9826025: Import libusb 1.0.9-rc3 into third_party (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Cleaning up import instructions Created 8 years, 8 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/libusb/AUTHORS » ('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 # 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', 8 'target_name': 'browser',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 '../third_party/bzip2/bzip2.gyp:bzip2', 42 '../third_party/bzip2/bzip2.gyp:bzip2',
43 '../third_party/cld/cld.gyp:cld', 43 '../third_party/cld/cld.gyp:cld',
44 '../third_party/expat/expat.gyp:expat', 44 '../third_party/expat/expat.gyp:expat',
45 '../third_party/hunspell/hunspell.gyp:hunspell', 45 '../third_party/hunspell/hunspell.gyp:hunspell',
46 '../third_party/icu/icu.gyp:icui18n', 46 '../third_party/icu/icu.gyp:icui18n',
47 '../third_party/icu/icu.gyp:icuuc', 47 '../third_party/icu/icu.gyp:icuuc',
48 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 48 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
49 '../third_party/libjingle/libjingle.gyp:libjingle', 49 '../third_party/libjingle/libjingle.gyp:libjingle',
50 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', 50 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber',
51 '../third_party/libxml/libxml.gyp:libxml', 51 '../third_party/libxml/libxml.gyp:libxml',
52 '../third_party/libusb/libusb.gyp:libusb',
52 '../third_party/npapi/npapi.gyp:npapi', 53 '../third_party/npapi/npapi.gyp:npapi',
53 '../ui/base/strings/ui_strings.gyp:ui_strings', 54 '../ui/base/strings/ui_strings.gyp:ui_strings',
54 '../ui/gfx/surface/surface.gyp:surface', 55 '../ui/gfx/surface/surface.gyp:surface',
55 '../ui/ui.gyp:ui', 56 '../ui/ui.gyp:ui',
56 '../ui/ui.gyp:ui_resources', 57 '../ui/ui.gyp:ui_resources',
57 '../ui/ui.gyp:ui_resources_2x', 58 '../ui/ui.gyp:ui_resources_2x',
58 '../ui/ui.gyp:ui_resources_standard', 59 '../ui/ui.gyp:ui_resources_standard',
59 '../v8/tools/gyp/v8.gyp:v8', 60 '../v8/tools/gyp/v8.gyp:v8',
60 '../webkit/support/webkit_support.gyp:appcache', 61 '../webkit/support/webkit_support.gyp:appcache',
61 '../webkit/support/webkit_support.gyp:blob', 62 '../webkit/support/webkit_support.gyp:blob',
(...skipping 5170 matching lines...) Expand 10 before | Expand all | Expand 10 after
5232 'type': 'static_library', 5233 'type': 'static_library',
5233 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5234 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5234 'variables': { 5235 'variables': {
5235 'proto_in_dir': 'browser/history', 5236 'proto_in_dir': 'browser/history',
5236 'proto_out_dir': 'chrome/browser/history', 5237 'proto_out_dir': 'chrome/browser/history',
5237 }, 5238 },
5238 'includes': [ '../build/protoc.gypi' ] 5239 'includes': [ '../build/protoc.gypi' ]
5239 }, 5240 },
5240 ], 5241 ],
5241 } 5242 }
OLDNEW
« no previous file with comments | « build/all.gyp ('k') | third_party/libusb/AUTHORS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698