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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 1580183002: arc-bridge: Fix deps in chrome/browser/ui/app_list/arc (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@master
Patch Set: Created 4 years, 11 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 | « no previous file | 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 2971 matching lines...) Expand 10 before | Expand all | Expand 10 after
2982 'dependencies': [ 2982 'dependencies': [
2983 'browser_chromeos', 2983 'browser_chromeos',
2984 '../components/components.gyp:proximity_auth_webui', 2984 '../components/components.gyp:proximity_auth_webui',
2985 '../device/nfc/nfc.gyp:device_nfc', 2985 '../device/nfc/nfc.gyp:device_nfc',
2986 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos', 2986 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos',
2987 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_resources', 2987 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_resources',
2988 ], 2988 ],
2989 }], 2989 }],
2990 ['enable_app_list==1 and chromeos==1', { 2990 ['enable_app_list==1 and chromeos==1', {
2991 'sources': [ '<@(chrome_browser_ui_chromeos_arc_sources)' ], 2991 'sources': [ '<@(chrome_browser_ui_chromeos_arc_sources)' ],
2992 'dependencies': [
2993 '../components/components.gyp:arc_mojo_bindings',
2994 ],
2992 }], 2995 }],
2993 ['use_cups==1', { 2996 ['use_cups==1', {
2994 'dependencies': [ 2997 'dependencies': [
2995 '../printing/printing.gyp:cups', 2998 '../printing/printing.gyp:cups',
2996 ], 2999 ],
2997 }], 3000 }],
2998 ['use_ash==1', { 3001 ['use_ash==1', {
2999 'sources': [ '<@(chrome_browser_ui_ash_sources)' ], 3002 'sources': [ '<@(chrome_browser_ui_ash_sources)' ],
3000 'dependencies': [ 3003 'dependencies': [
3001 '../ash/ash.gyp:ash', 3004 '../ash/ash.gyp:ash',
(...skipping 320 matching lines...) Expand 10 before | Expand all | Expand 10 after
3322 ], 3325 ],
3323 'sources': [ 3326 'sources': [
3324 '<@(chrome_browser_ui_non_mobile_sources)', 3327 '<@(chrome_browser_ui_non_mobile_sources)',
3325 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3328 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3326 ], 3329 ],
3327 }], 3330 }],
3328 ], 3331 ],
3329 }, 3332 },
3330 ], 3333 ],
3331 } 3334 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698