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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 1392713002: Extract content dependency from keyboard code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 years, 2 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 494 matching lines...) Expand 10 before | Expand all | Expand 10 after
505 'browser/ui/ash/app_list/app_list_service_ash.h', 505 'browser/ui/ash/app_list/app_list_service_ash.h',
506 'browser/ui/ash/app_list/app_sync_ui_state_watcher.cc', 506 'browser/ui/ash/app_list/app_sync_ui_state_watcher.cc',
507 'browser/ui/ash/app_list/app_sync_ui_state_watcher.h', 507 'browser/ui/ash/app_list/app_sync_ui_state_watcher.h',
508 'browser/ui/ash/app_sync_ui_state.cc', 508 'browser/ui/ash/app_sync_ui_state.cc',
509 'browser/ui/ash/app_sync_ui_state.h', 509 'browser/ui/ash/app_sync_ui_state.h',
510 'browser/ui/ash/app_sync_ui_state_factory.cc', 510 'browser/ui/ash/app_sync_ui_state_factory.cc',
511 'browser/ui/ash/app_sync_ui_state_factory.h', 511 'browser/ui/ash/app_sync_ui_state_factory.h',
512 'browser/ui/ash/app_sync_ui_state_observer.h', 512 'browser/ui/ash/app_sync_ui_state_observer.h',
513 'browser/ui/ash/ash_init.cc', 513 'browser/ui/ash/ash_init.cc',
514 'browser/ui/ash/ash_init.h', 514 'browser/ui/ash/ash_init.h',
515 'browser/ui/ash/ash_keyboard_controller_proxy.cc',
516 'browser/ui/ash/ash_keyboard_controller_proxy.h',
517 'browser/ui/ash/ash_util.cc', 515 'browser/ui/ash/ash_util.cc',
518 'browser/ui/ash/ash_util.h', 516 'browser/ui/ash/ash_util.h',
519 'browser/ui/ash/cast_config_delegate_chromeos.cc', 517 'browser/ui/ash/cast_config_delegate_chromeos.cc',
520 'browser/ui/ash/cast_config_delegate_chromeos.h', 518 'browser/ui/ash/cast_config_delegate_chromeos.h',
519 'browser/ui/ash/chrome_keyboard_ui.cc',
520 'browser/ui/ash/chrome_keyboard_ui.h',
521 'browser/ui/ash/chrome_launcher_prefs.cc', 521 'browser/ui/ash/chrome_launcher_prefs.cc',
522 'browser/ui/ash/chrome_launcher_prefs.h', 522 'browser/ui/ash/chrome_launcher_prefs.h',
523 'browser/ui/ash/chrome_new_window_delegate.cc', 523 'browser/ui/ash/chrome_new_window_delegate.cc',
524 'browser/ui/ash/chrome_new_window_delegate.h', 524 'browser/ui/ash/chrome_new_window_delegate.h',
525 'browser/ui/ash/chrome_new_window_delegate_chromeos.cc', 525 'browser/ui/ash/chrome_new_window_delegate_chromeos.cc',
526 'browser/ui/ash/chrome_new_window_delegate_chromeos.h', 526 'browser/ui/ash/chrome_new_window_delegate_chromeos.h',
527 'browser/ui/ash/chrome_screenshot_grabber.cc', 527 'browser/ui/ash/chrome_screenshot_grabber.cc',
528 'browser/ui/ash/chrome_screenshot_grabber.h', 528 'browser/ui/ash/chrome_screenshot_grabber.h',
529 'browser/ui/ash/chrome_shell_content_state.cc', 529 'browser/ui/ash/chrome_shell_content_state.cc',
530 'browser/ui/ash/chrome_shell_content_state.h', 530 'browser/ui/ash/chrome_shell_content_state.h',
(...skipping 2432 matching lines...) Expand 10 before | Expand all | Expand 10 after
2963 'defines': [ 'FRAME_AVATAR_BUTTON=1', ], 2963 'defines': [ 'FRAME_AVATAR_BUTTON=1', ],
2964 'sources': [ '<@(chrome_browser_ui_desktop_sources)' ], 2964 'sources': [ '<@(chrome_browser_ui_desktop_sources)' ],
2965 }], 2965 }],
2966 ['use_aura==1', { 2966 ['use_aura==1', {
2967 'sources': [ '<@(chrome_browser_ui_aura_sources)'] , 2967 'sources': [ '<@(chrome_browser_ui_aura_sources)'] ,
2968 'dependencies': [ 2968 'dependencies': [
2969 # aura uses some of ash resources. 2969 # aura uses some of ash resources.
2970 '../ash/ash_resources.gyp:ash_resources', 2970 '../ash/ash_resources.gyp:ash_resources',
2971 '../ui/aura/aura.gyp:aura', 2971 '../ui/aura/aura.gyp:aura',
2972 '../ui/keyboard/keyboard.gyp:keyboard', 2972 '../ui/keyboard/keyboard.gyp:keyboard',
2973 '../ui/keyboard/keyboard.gyp:keyboard_with_content',
2973 '../ui/keyboard/keyboard.gyp:keyboard_resources', 2974 '../ui/keyboard/keyboard.gyp:keyboard_resources',
2974 '../ui/wm/wm.gyp:wm', 2975 '../ui/wm/wm.gyp:wm',
2975 ], 2976 ],
2976 'conditions': [ 2977 'conditions': [
2977 ['chromeos == 0', { 2978 ['chromeos == 0', {
2978 'sources': [ '<@(chrome_browser_ui_aura_non_chromeos)' ], 2979 'sources': [ '<@(chrome_browser_ui_aura_non_chromeos)' ],
2979 }], 2980 }],
2980 ], 2981 ],
2981 }], 2982 }],
2982 ['ui_compositor_image_transport==1', { 2983 ['ui_compositor_image_transport==1', {
(...skipping 243 matching lines...) Expand 10 before | Expand all | Expand 10 after
3226 ], 3227 ],
3227 'sources': [ 3228 'sources': [
3228 '<@(chrome_browser_ui_non_mobile_sources)', 3229 '<@(chrome_browser_ui_non_mobile_sources)',
3229 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3230 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3230 ], 3231 ],
3231 }], 3232 }],
3232 ], 3233 ],
3233 }, 3234 },
3234 ], 3235 ],
3235 } 3236 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698