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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 2127883003: Move chooser_controller directory from //components to //chrome/browser (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase again Created 4 years, 5 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/chrome_browser.gypi ('k') | chrome/chrome_tests_unit.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 # 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 3341 matching lines...) Expand 10 before | Expand all | Expand 10 after
3352 'dependencies': [ 3352 'dependencies': [
3353 '<(DEPTH)/extensions/components/extensions_components.gyp:javascript _dialog_extensions_client', 3353 '<(DEPTH)/extensions/components/extensions_components.gyp:javascript _dialog_extensions_client',
3354 ], 3354 ],
3355 }], 3355 }],
3356 ['OS=="win" and (chromium_win_pch==0 or syzyasan==1)', { 3356 ['OS=="win" and (chromium_win_pch==0 or syzyasan==1)', {
3357 'msvs_shard': 4, 3357 'msvs_shard': 4,
3358 }], 3358 }],
3359 ['OS!="android" and OS!="ios"', { 3359 ['OS!="android" and OS!="ios"', {
3360 'dependencies': [ 3360 'dependencies': [
3361 '../components/components.gyp:bubble', 3361 '../components/components.gyp:bubble',
3362 '../components/components.gyp:chooser_controller',
3363 '../components/components.gyp:feedback_proto', 3362 '../components/components.gyp:feedback_proto',
3364 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 3363 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
3365 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput' , 3364 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput' ,
3366 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ strings', 3365 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ strings',
3367 'chrome_features.gyp:chrome_common_features', 3366 'chrome_features.gyp:chrome_common_features',
3368 'profile_reset_report_proto', 3367 'profile_reset_report_proto',
3369 ], 3368 ],
3370 'sources': [ 3369 'sources': [
3371 '<@(chrome_browser_ui_non_mobile_sources)', 3370 '<@(chrome_browser_ui_non_mobile_sources)',
3372 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3371 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3373 ], 3372 ],
3374 }], 3373 }],
3375 ], 3374 ],
3376 }, 3375 },
3377 ], 3376 ],
3378 } 3377 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698