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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 1296663003: Componentize proxy code from chrome/browser/net (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: updated PROXY_CONFIG_EXPORT Created 5 years, 3 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
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 3200 matching lines...) Expand 10 before | Expand all | Expand 10 after
3211 'dependencies': [ 3211 'dependencies': [
3212 '<(DEPTH)/extensions/components/extensions_components.gyp:javascript _dialog_extensions_client', 3212 '<(DEPTH)/extensions/components/extensions_components.gyp:javascript _dialog_extensions_client',
3213 ], 3213 ],
3214 }], 3214 }],
3215 ['OS=="win" and (chromium_win_pch==0 or syzyasan==1)', { 3215 ['OS=="win" and (chromium_win_pch==0 or syzyasan==1)', {
3216 'msvs_shard': 4, 3216 'msvs_shard': 4,
3217 }], 3217 }],
3218 ['OS!="android" and OS!="ios"', { 3218 ['OS!="android" and OS!="ios"', {
3219 'dependencies': [ 3219 'dependencies': [
3220 '../components/components.gyp:feedback_proto', 3220 '../components/components.gyp:feedback_proto',
3221 '../components/components.gyp:proxy_config',
3221 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 3222 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
3222 '../third_party/libusb/libusb.gyp:libusb', 3223 '../third_party/libusb/libusb.gyp:libusb',
3223 ], 3224 ],
3224 'sources': [ 3225 'sources': [
3225 '<@(chrome_browser_ui_non_mobile_sources)', 3226 '<@(chrome_browser_ui_non_mobile_sources)',
3226 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3227 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3227 ], 3228 ],
3228 }], 3229 }],
3229 ], 3230 ],
3230 }, 3231 },
3231 ], 3232 ],
3232 } 3233 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698