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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 1562843002: Revert of Introduces window_finder_android.cc (Closed) Base URL: https://chromium.googlesource.com/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 | « chrome/browser/ui/views/tabs/window_finder_x11.cc ('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 633 matching lines...) Expand 10 before | Expand all | Expand 10 after
644 'browser/ui/views/frame/browser_frame_ash.h', 644 'browser/ui/views/frame/browser_frame_ash.h',
645 'browser/ui/views/frame/browser_header_painter_ash.cc', 645 'browser/ui/views/frame/browser_header_painter_ash.cc',
646 'browser/ui/views/frame/browser_header_painter_ash.h', 646 'browser/ui/views/frame/browser_header_painter_ash.h',
647 'browser/ui/views/frame/browser_non_client_frame_view_ash.cc', 647 'browser/ui/views/frame/browser_non_client_frame_view_ash.cc',
648 'browser/ui/views/frame/browser_non_client_frame_view_ash.h', 648 'browser/ui/views/frame/browser_non_client_frame_view_ash.h',
649 'browser/ui/views/frame/immersive_mode_controller_ash.cc', 649 'browser/ui/views/frame/immersive_mode_controller_ash.cc',
650 'browser/ui/views/frame/immersive_mode_controller_ash.h', 650 'browser/ui/views/frame/immersive_mode_controller_ash.h',
651 'browser/ui/views/frame/web_app_left_header_view_ash.cc', 651 'browser/ui/views/frame/web_app_left_header_view_ash.cc',
652 'browser/ui/views/frame/web_app_left_header_view_ash.h', 652 'browser/ui/views/frame/web_app_left_header_view_ash.h',
653 'browser/ui/views/tabs/window_finder_ash.cc', 653 'browser/ui/views/tabs/window_finder_ash.cc',
654 'browser/ui/views/tabs/window_finder_impl.cc',
655 'browser/ui/views/tabs/window_finder_impl.h',
656 ],
657 # Used when Android + Views.
658 'chrome_browser_ui_views_android_sources': [
659 'browser/ui/views/tabs/window_finder_android.cc',
660 'browser/ui/views/tabs/window_finder_impl.cc',
661 'browser/ui/views/tabs/window_finder_impl.h',
662 ], 654 ],
663 # Used when ash is disabled. 655 # Used when ash is disabled.
664 'chrome_browser_ui_non_ash_sources': [ 656 'chrome_browser_ui_non_ash_sources': [
665 'browser/ui/views/touch_uma/touch_uma.cc', 657 'browser/ui/views/touch_uma/touch_uma.cc',
666 ], 658 ],
667 # Cross-platform aura sources. 659 # Cross-platform aura sources.
668 'chrome_browser_ui_aura_sources': [ 660 'chrome_browser_ui_aura_sources': [
669 'browser/ui/aura/accessibility/automation_manager_aura.cc', 661 'browser/ui/aura/accessibility/automation_manager_aura.cc',
670 'browser/ui/aura/accessibility/automation_manager_aura.h', 662 'browser/ui/aura/accessibility/automation_manager_aura.h',
671 'browser/ui/aura/accessibility/ax_root_obj_wrapper.cc', 663 'browser/ui/aura/accessibility/ax_root_obj_wrapper.cc',
(...skipping 2361 matching lines...) Expand 10 before | Expand all | Expand 10 after
3033 'sources': [ '<@(chrome_browser_ui_views_non_mac_sources)' ], 3025 'sources': [ '<@(chrome_browser_ui_views_non_mac_sources)' ],
3034 'dependencies': [ 3026 'dependencies': [
3035 '../ui/gfx/gfx.gyp:gfx_vector_icons', 3027 '../ui/gfx/gfx.gyp:gfx_vector_icons',
3036 ], 3028 ],
3037 'conditions': [ 3029 'conditions': [
3038 ['enable_extensions==1', { 3030 ['enable_extensions==1', {
3039 'sources': [ '<@(chrome_browser_ui_views_extensions_non_mac_so urces)' ], 3031 'sources': [ '<@(chrome_browser_ui_views_extensions_non_mac_so urces)' ],
3040 }], 3032 }],
3041 ], 3033 ],
3042 }], 3034 }],
3043 ['OS=="android"', {
3044 'sources': [ '<@(chrome_browser_ui_views_android_sources)' ],
3045 }],
3046 ['enable_extensions==1', { 3035 ['enable_extensions==1', {
3047 'dependencies': [ 3036 'dependencies': [
3048 '<(DEPTH)/extensions/components/extensions_components.gyp:native _app_window', 3037 '<(DEPTH)/extensions/components/extensions_components.gyp:native _app_window',
3049 ], 3038 ],
3050 }], 3039 }],
3051 ], 3040 ],
3052 }], 3041 }],
3053 ['use_aura==1 and chromeos==0 and use_ozone==0 and OS=="linux"', { 3042 ['use_aura==1 and chromeos==0 and use_ozone==0 and OS=="linux"', {
3054 'dependencies': [ 3043 'dependencies': [
3055 # gtk2 is the only component that can interact with gtk2 in our new 3044 # gtk2 is the only component that can interact with gtk2 in our new
(...skipping 275 matching lines...) Expand 10 before | Expand all | Expand 10 after
3331 ], 3320 ],
3332 'sources': [ 3321 'sources': [
3333 '<@(chrome_browser_ui_non_mobile_sources)', 3322 '<@(chrome_browser_ui_non_mobile_sources)',
3334 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3323 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3335 ], 3324 ],
3336 }], 3325 }],
3337 ], 3326 ],
3338 }, 3327 },
3339 ], 3328 ],
3340 } 3329 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/tabs/window_finder_x11.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698