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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10519005: Fix libusb dependecy for Chromium with Android OS. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « no previous file | third_party/libusb/libusb.gyp » ('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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h', 45 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h',
46 '../third_party/bzip2/bzip2.gyp:bzip2', 46 '../third_party/bzip2/bzip2.gyp:bzip2',
47 '../third_party/cld/cld.gyp:cld', 47 '../third_party/cld/cld.gyp:cld',
48 '../third_party/expat/expat.gyp:expat', 48 '../third_party/expat/expat.gyp:expat',
49 '../third_party/hunspell/hunspell.gyp:hunspell', 49 '../third_party/hunspell/hunspell.gyp:hunspell',
50 '../third_party/icu/icu.gyp:icui18n', 50 '../third_party/icu/icu.gyp:icui18n',
51 '../third_party/icu/icu.gyp:icuuc', 51 '../third_party/icu/icu.gyp:icuuc',
52 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 52 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
53 '../third_party/libjingle/libjingle.gyp:libjingle', 53 '../third_party/libjingle/libjingle.gyp:libjingle',
54 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', 54 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber',
55 '../third_party/libusb/libusb.gyp:libusb',
55 '../third_party/libxml/libxml.gyp:libxml', 56 '../third_party/libxml/libxml.gyp:libxml',
56 '../third_party/npapi/npapi.gyp:npapi', 57 '../third_party/npapi/npapi.gyp:npapi',
57 '../third_party/zlib/zlib.gyp:zlib', 58 '../third_party/zlib/zlib.gyp:zlib',
58 '../ui/base/strings/ui_strings.gyp:ui_strings', 59 '../ui/base/strings/ui_strings.gyp:ui_strings',
59 '../ui/surface/surface.gyp:surface', 60 '../ui/surface/surface.gyp:surface',
60 '../ui/ui.gyp:ui', 61 '../ui/ui.gyp:ui',
61 '../ui/ui.gyp:ui_resources', 62 '../ui/ui.gyp:ui_resources',
62 '../ui/ui.gyp:ui_resources_2x', 63 '../ui/ui.gyp:ui_resources_2x',
63 '../ui/ui.gyp:ui_resources_standard', 64 '../ui/ui.gyp:ui_resources_standard',
64 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', 65 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs',
(...skipping 4614 matching lines...) Expand 10 before | Expand all | Expand 10 after
4679 ['exclude', '^browser/ui/webui/help/'], 4680 ['exclude', '^browser/ui/webui/help/'],
4680 ['exclude', '^browser/ui/webui/inspect_'], 4681 ['exclude', '^browser/ui/webui/inspect_'],
4681 ['exclude', '^browser/ui/webui/options'], 4682 ['exclude', '^browser/ui/webui/options'],
4682 ['exclude', '^browser/ui/webui/options2'], 4683 ['exclude', '^browser/ui/webui/options2'],
4683 ['exclude', '^browser/ui/webui/print_preview/'], 4684 ['exclude', '^browser/ui/webui/print_preview/'],
4684 ['exclude', '^browser/ui/webui/signin/'], 4685 ['exclude', '^browser/ui/webui/signin/'],
4685 ['exclude', '^browser/ui/webui/sync_promo'], 4686 ['exclude', '^browser/ui/webui/sync_promo'],
4686 ['exclude', '^browser/usb/'], 4687 ['exclude', '^browser/usb/'],
4687 ], 4688 ],
4688 }], 4689 }],
4689 ['OS!="android"', {
4690 'dependencies': [
4691 '../third_party/libusb/libusb.gyp:libusb',
4692 ],
4693 }],
4694 ['OS=="mac"', { 4690 ['OS=="mac"', {
4695 'sources!': [ 4691 'sources!': [
4696 'browser/automation/automation_provider_list_generic.cc', 4692 'browser/automation/automation_provider_list_generic.cc',
4697 'browser/bookmarks/bookmark_drop_info.cc', 4693 'browser/bookmarks/bookmark_drop_info.cc',
4698 'browser/first_run/upgrade_util.cc', 4694 'browser/first_run/upgrade_util.cc',
4699 'browser/importer/nss_decryptor_system_nss.cc', 4695 'browser/importer/nss_decryptor_system_nss.cc',
4700 'browser/importer/nss_decryptor_system_nss.h', 4696 'browser/importer/nss_decryptor_system_nss.h',
4701 'browser/jankometer.cc', 4697 'browser/jankometer.cc',
4702 'browser/lifetime/application_lifetime_stub.cc', 4698 'browser/lifetime/application_lifetime_stub.cc',
4703 'browser/password_manager/encryptor_posix.cc', 4699 'browser/password_manager/encryptor_posix.cc',
(...skipping 467 matching lines...) Expand 10 before | Expand all | Expand 10 after
5171 'browser/metrics/proto/study.proto', 5167 'browser/metrics/proto/study.proto',
5172 ], 5168 ],
5173 'variables': { 5169 'variables': {
5174 'proto_in_dir': 'browser/metrics/proto', 5170 'proto_in_dir': 'browser/metrics/proto',
5175 'proto_out_dir': 'chrome/browser/metrics/proto', 5171 'proto_out_dir': 'chrome/browser/metrics/proto',
5176 }, 5172 },
5177 'includes': [ '../build/protoc.gypi' ] 5173 'includes': [ '../build/protoc.gypi' ]
5178 }, 5174 },
5179 ], 5175 ],
5180 } 5176 }
OLDNEW
« no previous file with comments | « no previous file | third_party/libusb/libusb.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698