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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 1984923002: Refactor ChooserBubbleController (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address blundell@'s comments Created 4 years, 7 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/usb/usb_chooser_bubble_controller.cc ('k') | components/components.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 3297 matching lines...) Expand 10 before | Expand all | Expand 10 after
3308 '<(DEPTH)/extensions/components/extensions_components.gyp:javascript _dialog_extensions_client', 3308 '<(DEPTH)/extensions/components/extensions_components.gyp:javascript _dialog_extensions_client',
3309 ], 3309 ],
3310 }], 3310 }],
3311 ['OS=="win" and (chromium_win_pch==0 or syzyasan==1)', { 3311 ['OS=="win" and (chromium_win_pch==0 or syzyasan==1)', {
3312 'msvs_shard': 4, 3312 'msvs_shard': 4,
3313 }], 3313 }],
3314 ['OS!="android" and OS!="ios"', { 3314 ['OS!="android" and OS!="ios"', {
3315 'dependencies': [ 3315 'dependencies': [
3316 '../components/components.gyp:bubble', 3316 '../components/components.gyp:bubble',
3317 '../components/components.gyp:feedback_proto', 3317 '../components/components.gyp:feedback_proto',
3318 '../components/components.gyp:ui_chooser_controller',
3318 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 3319 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
3319 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput' , 3320 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput' ,
3320 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ strings', 3321 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ strings',
3321 'chrome_features.gyp:chrome_common_features', 3322 'chrome_features.gyp:chrome_common_features',
3322 'profile_reset_report_proto', 3323 'profile_reset_report_proto',
3323 ], 3324 ],
3324 'sources': [ 3325 'sources': [
3325 '<@(chrome_browser_ui_non_mobile_sources)', 3326 '<@(chrome_browser_ui_non_mobile_sources)',
3326 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3327 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3327 ], 3328 ],
3328 }], 3329 }],
3329 ], 3330 ],
3330 }, 3331 },
3331 ], 3332 ],
3332 } 3333 }
OLDNEW
« no previous file with comments | « chrome/browser/usb/usb_chooser_bubble_controller.cc ('k') | components/components.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698