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

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: rebase 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
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 3296 matching lines...) Expand 10 before | Expand all | Expand 10 after
3307 '<(DEPTH)/extensions/components/extensions_components.gyp:javascript _dialog_extensions_client', 3307 '<(DEPTH)/extensions/components/extensions_components.gyp:javascript _dialog_extensions_client',
3308 ], 3308 ],
3309 }], 3309 }],
3310 ['OS=="win" and (chromium_win_pch==0 or syzyasan==1)', { 3310 ['OS=="win" and (chromium_win_pch==0 or syzyasan==1)', {
3311 'msvs_shard': 4, 3311 'msvs_shard': 4,
3312 }], 3312 }],
3313 ['OS!="android" and OS!="ios"', { 3313 ['OS!="android" and OS!="ios"', {
3314 'dependencies': [ 3314 'dependencies': [
3315 '../components/components.gyp:bubble', 3315 '../components/components.gyp:bubble',
3316 '../components/components.gyp:feedback_proto', 3316 '../components/components.gyp:feedback_proto',
3317 '../components/components.gyp:ui_chooser_controller',
3317 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 3318 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
3318 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput' , 3319 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput' ,
3319 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ strings', 3320 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ strings',
3320 'chrome_features.gyp:chrome_common_features', 3321 'chrome_features.gyp:chrome_common_features',
3321 'profile_reset_report_proto', 3322 'profile_reset_report_proto',
3322 ], 3323 ],
3323 'sources': [ 3324 'sources': [
3324 '<@(chrome_browser_ui_non_mobile_sources)', 3325 '<@(chrome_browser_ui_non_mobile_sources)',
3325 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3326 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3326 ], 3327 ],
3327 }], 3328 }],
3328 ], 3329 ],
3329 }, 3330 },
3330 ], 3331 ],
3331 } 3332 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698