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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 1494253003: MD Downloads: add a use_vulcanize option to Chrome (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix Created 4 years, 11 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 | « chrome/browser/ui/webui/md_downloads/md_downloads_ui.cc ('k') | chrome/chrome_features.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 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 # There are two sections of sources: 7 # There are two sections of sources:
8 # * "Platform"-based sources (OS, toolkit, etc.) 8 # * "Platform"-based sources (OS, toolkit, etc.)
9 # * Feature/directory-based sources (e.g., history, printing) 9 # * Feature/directory-based sources (e.g., history, printing)
10 10
(...skipping 3293 matching lines...) Expand 10 before | Expand all | Expand 10 after
3304 }], 3304 }],
3305 ['OS=="win" and (chromium_win_pch==0 or syzyasan==1)', { 3305 ['OS=="win" and (chromium_win_pch==0 or syzyasan==1)', {
3306 'msvs_shard': 4, 3306 'msvs_shard': 4,
3307 }], 3307 }],
3308 ['OS!="android" and OS!="ios"', { 3308 ['OS!="android" and OS!="ios"', {
3309 'dependencies': [ 3309 'dependencies': [
3310 '../components/components.gyp:bubble', 3310 '../components/components.gyp:bubble',
3311 '../components/components.gyp:feedback_proto', 3311 '../components/components.gyp:feedback_proto',
3312 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 3312 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
3313 '../third_party/libusb/libusb.gyp:libusb', 3313 '../third_party/libusb/libusb.gyp:libusb',
3314 'chrome_features.gyp:chrome_common_features',
3314 ], 3315 ],
3315 'sources': [ 3316 'sources': [
3316 '<@(chrome_browser_ui_non_mobile_sources)', 3317 '<@(chrome_browser_ui_non_mobile_sources)',
3317 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3318 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3318 ], 3319 ],
3319 }], 3320 }],
3320 ], 3321 ],
3321 }, 3322 },
3322 ], 3323 ],
3323 } 3324 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/md_downloads/md_downloads_ui.cc ('k') | chrome/chrome_features.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698