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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 467983002: Make udev target disappear on linux when use_udev==0 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 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/linux/system.gyp ('k') | chrome/chrome_browser_ui.gypi » ('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 2012 The Chromium Authors. All rights reserved. 1 # Copyright 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 'variables': { 6 'variables': {
7 # All .cc, .h, .m, and .mm files under browser except for: 7 # All .cc, .h, .m, and .mm files under browser except for:
8 # * tests and mocks. 8 # * tests and mocks.
9 # * code below browser/chromeos 9 # * code below browser/chromeos
10 # * code below browser/extensions 10 # * code below browser/extensions
(...skipping 3133 matching lines...) Expand 10 before | Expand all | Expand 10 after
3144 'safe_browsing_proto', 3144 'safe_browsing_proto',
3145 ], 3145 ],
3146 }], 3146 }],
3147 ['safe_browsing == 2', { 3147 ['safe_browsing == 2', {
3148 'defines': [ 3148 'defines': [
3149 'MOBILE_SAFE_BROWSING', 3149 'MOBILE_SAFE_BROWSING',
3150 ], 3150 ],
3151 }], 3151 }],
3152 ], 3152 ],
3153 }], 3153 }],
3154 ['use_udev == 1', {
3155 'dependencies': [
3156 '../build/linux/system.gyp:udev',
3157 ],
3158 }],
3154 ['OS=="linux"', { 3159 ['OS=="linux"', {
3155 'dependencies': [ 3160 'dependencies': [
3156 '../build/linux/system.gyp:udev',
3157 '../device/media_transfer_protocol/media_transfer_protocol.gyp:mtp_f ile_entry_proto', 3161 '../device/media_transfer_protocol/media_transfer_protocol.gyp:mtp_f ile_entry_proto',
3158 '../device/media_transfer_protocol/media_transfer_protocol.gyp:mtp_s torage_info_proto', 3162 '../device/media_transfer_protocol/media_transfer_protocol.gyp:mtp_s torage_info_proto',
3159 '../device/media_transfer_protocol/media_transfer_protocol.gyp:devic e_media_transfer_protocol', 3163 '../device/media_transfer_protocol/media_transfer_protocol.gyp:devic e_media_transfer_protocol',
3160 ], 3164 ],
3161 }], 3165 }],
3162 ['OS=="linux" and chromeos==0', { 3166 ['OS=="linux" and chromeos==0', {
3163 'dependencies': [ 3167 'dependencies': [
3164 '../build/linux/system.gyp:libspeechd', 3168 '../build/linux/system.gyp:libspeechd',
3165 ], 3169 ],
3166 }], 3170 }],
(...skipping 448 matching lines...) Expand 10 before | Expand all | Expand 10 after
3615 'package_name': 'org/chromium/chrome/browser', 3619 'package_name': 'org/chromium/chrome/browser',
3616 'template_deps': ['browser/android/tab_load_status.h'], 3620 'template_deps': ['browser/android/tab_load_status.h'],
3617 }, 3621 },
3618 'includes': [ '../build/android/java_cpp_template.gypi' ], 3622 'includes': [ '../build/android/java_cpp_template.gypi' ],
3619 }, 3623 },
3620 ], 3624 ],
3621 }, 3625 },
3622 ], 3626 ],
3623 ], 3627 ],
3624 } 3628 }
OLDNEW
« no previous file with comments | « build/linux/system.gyp ('k') | chrome/chrome_browser_ui.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698