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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 1901493002: Add deps profile_reset_report_proto for chrome/browser/ui build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add gyp Created 4 years, 8 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/BUILD.gn ('k') | no next file » | 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 3354 matching lines...) Expand 10 before | Expand all | Expand 10 after
3365 }], 3365 }],
3366 ['OS=="win" and (chromium_win_pch==0 or syzyasan==1)', { 3366 ['OS=="win" and (chromium_win_pch==0 or syzyasan==1)', {
3367 'msvs_shard': 4, 3367 'msvs_shard': 4,
3368 }], 3368 }],
3369 ['OS!="android" and OS!="ios"', { 3369 ['OS!="android" and OS!="ios"', {
3370 'dependencies': [ 3370 'dependencies': [
3371 '../components/components.gyp:bubble', 3371 '../components/components.gyp:bubble',
3372 '../components/components.gyp:feedback_proto', 3372 '../components/components.gyp:feedback_proto',
3373 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 3373 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
3374 'chrome_features.gyp:chrome_common_features', 3374 'chrome_features.gyp:chrome_common_features',
3375 'profile_reset_report_proto',
3375 ], 3376 ],
3376 'sources': [ 3377 'sources': [
3377 '<@(chrome_browser_ui_non_mobile_sources)', 3378 '<@(chrome_browser_ui_non_mobile_sources)',
3378 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3379 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3379 ], 3380 ],
3380 }], 3381 }],
3381 ], 3382 ],
3382 }, 3383 },
3383 ], 3384 ],
3384 } 3385 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698