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

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') | third_party/libusb/libusb.gyp » ('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 4668 matching lines...) Expand 10 before | Expand all | Expand 10 after
4679 ['exclude', '^browser/ui/webui/help/'], 4679 ['exclude', '^browser/ui/webui/help/'],
4680 ['exclude', '^browser/ui/webui/inspect_'], 4680 ['exclude', '^browser/ui/webui/inspect_'],
4681 ['exclude', '^browser/ui/webui/options'], 4681 ['exclude', '^browser/ui/webui/options'],
4682 ['exclude', '^browser/ui/webui/options2'], 4682 ['exclude', '^browser/ui/webui/options2'],
4683 ['exclude', '^browser/ui/webui/print_preview/'], 4683 ['exclude', '^browser/ui/webui/print_preview/'],
4684 ['exclude', '^browser/ui/webui/signin/'], 4684 ['exclude', '^browser/ui/webui/signin/'],
4685 ['exclude', '^browser/ui/webui/sync_promo'], 4685 ['exclude', '^browser/ui/webui/sync_promo'],
4686 ['exclude', '^browser/usb/'], 4686 ['exclude', '^browser/usb/'],
4687 ], 4687 ],
4688 }], 4688 }],
4689 ['OS!="android"', {
Paweł Hajdan Jr. 2012/06/06 08:20:00 I guess you want to make it _always_ depend on lib
digit1 2012/06/06 09:27:04 OOops, that's right. that's totally not what we wa
felipeg 2012/06/06 09:48:31 Good catch. Done.
4690 'dependencies': [
4691 '../third_party/libusb/libusb.gyp:libusb',
4692 ],
4693 }],
4694 ['OS=="mac"', { 4689 ['OS=="mac"', {
4695 'sources!': [ 4690 'sources!': [
4696 'browser/automation/automation_provider_list_generic.cc', 4691 'browser/automation/automation_provider_list_generic.cc',
4697 'browser/bookmarks/bookmark_drop_info.cc', 4692 'browser/bookmarks/bookmark_drop_info.cc',
4698 'browser/first_run/upgrade_util.cc', 4693 'browser/first_run/upgrade_util.cc',
4699 'browser/importer/nss_decryptor_system_nss.cc', 4694 'browser/importer/nss_decryptor_system_nss.cc',
4700 'browser/importer/nss_decryptor_system_nss.h', 4695 'browser/importer/nss_decryptor_system_nss.h',
4701 'browser/jankometer.cc', 4696 'browser/jankometer.cc',
4702 'browser/lifetime/application_lifetime_stub.cc', 4697 'browser/lifetime/application_lifetime_stub.cc',
4703 'browser/password_manager/encryptor_posix.cc', 4698 'browser/password_manager/encryptor_posix.cc',
(...skipping 467 matching lines...) Expand 10 before | Expand all | Expand 10 after
5171 'browser/metrics/proto/study.proto', 5166 'browser/metrics/proto/study.proto',
5172 ], 5167 ],
5173 'variables': { 5168 'variables': {
5174 'proto_in_dir': 'browser/metrics/proto', 5169 'proto_in_dir': 'browser/metrics/proto',
5175 'proto_out_dir': 'chrome/browser/metrics/proto', 5170 'proto_out_dir': 'chrome/browser/metrics/proto',
5176 }, 5171 },
5177 'includes': [ '../build/protoc.gypi' ] 5172 'includes': [ '../build/protoc.gypi' ]
5178 }, 5173 },
5179 ], 5174 ],
5180 } 5175 }
OLDNEW
« no previous file with comments | « no previous file | third_party/libusb/libusb.gyp » ('j') | third_party/libusb/libusb.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698