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

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 2435 matching lines...) Expand 10 before | Expand all | Expand 10 after
2966 'defines': [ 'FRAME_AVATAR_BUTTON=1', ], 2966 'defines': [ 'FRAME_AVATAR_BUTTON=1', ],
2967 'sources': [ '<@(chrome_browser_ui_desktop_sources)' ], 2967 'sources': [ '<@(chrome_browser_ui_desktop_sources)' ],
2968 }], 2968 }],
2969 ['use_aura==1', { 2969 ['use_aura==1', {
2970 'sources': [ '<@(chrome_browser_ui_aura_sources)'] , 2970 'sources': [ '<@(chrome_browser_ui_aura_sources)'] ,
2971 'dependencies': [ 2971 'dependencies': [
2972 # aura uses some of ash resources. 2972 # aura uses some of ash resources.
2973 '../ash/ash_resources.gyp:ash_resources', 2973 '../ash/ash_resources.gyp:ash_resources',
2974 '../ui/aura/aura.gyp:aura', 2974 '../ui/aura/aura.gyp:aura',
2975 '../ui/keyboard/keyboard.gyp:keyboard', 2975 '../ui/keyboard/keyboard.gyp:keyboard',
2976 '../ui/keyboard/keyboard.gyp:keyboard_with_content',
2976 '../ui/keyboard/keyboard.gyp:keyboard_resources', 2977 '../ui/keyboard/keyboard.gyp:keyboard_resources',
2977 '../ui/wm/wm.gyp:wm', 2978 '../ui/wm/wm.gyp:wm',
2978 ], 2979 ],
2979 'conditions': [ 2980 'conditions': [
2980 ['chromeos == 0', { 2981 ['chromeos == 0', {
2981 'sources': [ '<@(chrome_browser_ui_aura_non_chromeos)' ], 2982 'sources': [ '<@(chrome_browser_ui_aura_non_chromeos)' ],
2982 }], 2983 }],
2983 ], 2984 ],
2984 }], 2985 }],
2985 ['ui_compositor_image_transport==1', { 2986 ['ui_compositor_image_transport==1', {
(...skipping 243 matching lines...) Expand 10 before | Expand all | Expand 10 after
3229 ], 3230 ],
3230 'sources': [ 3231 'sources': [
3231 '<@(chrome_browser_ui_non_mobile_sources)', 3232 '<@(chrome_browser_ui_non_mobile_sources)',
3232 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3233 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3233 ], 3234 ],
3234 }], 3235 }],
3235 ], 3236 ],
3236 }, 3237 },
3237 ], 3238 ],
3238 } 3239 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_extensions.gypi ('k') | chrome/common/extensions/chrome_manifest_url_handlers.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698