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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 1161233005: Implement app banner info bars on desktop. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@stop-icon-overgeneration
Patch Set: Moving feature enabling to existing #ifs Created 5 years, 6 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/tab_helpers.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 # All .cc, .h, .m, and .mm files under browser except for: 7 # All .cc, .h, .m, and .mm files under browser except for:
8 # * tests and mocks. 8 # * tests and mocks.
9 # * code below browser/chromeos 9 # * code below browser/chromeos
10 # * code below browser/extensions 10 # * code below browser/extensions
(...skipping 917 matching lines...) Expand 10 before | Expand all | Expand 10 after
928 # Everything but Android and iOS. 928 # Everything but Android and iOS.
929 'chrome_browser_non_mobile_sources': [ 929 'chrome_browser_non_mobile_sources': [
930 'browser/accessibility/ax_tree_id_registry.cc', 930 'browser/accessibility/ax_tree_id_registry.cc',
931 'browser/accessibility/ax_tree_id_registry.h', 931 'browser/accessibility/ax_tree_id_registry.h',
932 'browser/accessibility/invert_bubble_prefs.cc', 932 'browser/accessibility/invert_bubble_prefs.cc',
933 'browser/accessibility/invert_bubble_prefs.h', 933 'browser/accessibility/invert_bubble_prefs.h',
934 'browser/auto_launch_trial.cc', 934 'browser/auto_launch_trial.cc',
935 'browser/auto_launch_trial.h', 935 'browser/auto_launch_trial.h',
936 'browser/background/background_contents.cc', 936 'browser/background/background_contents.cc',
937 'browser/background/background_contents.h', 937 'browser/background/background_contents.h',
938 'browser/banners/app_banner_data_fetcher_desktop.cc',
939 'browser/banners/app_banner_data_fetcher_desktop.h',
940 'browser/banners/app_banner_infobar_delegate_desktop.cc',
941 'browser/banners/app_banner_infobar_delegate_desktop.h',
942 'browser/banners/app_banner_manager_desktop.cc',
943 'browser/banners/app_banner_manager_desktop.h',
938 'browser/bookmarks/bookmark_html_writer.cc', 944 'browser/bookmarks/bookmark_html_writer.cc',
939 'browser/bookmarks/bookmark_html_writer.h', 945 'browser/bookmarks/bookmark_html_writer.h',
940 'browser/certificate_viewer.cc', 946 'browser/certificate_viewer.cc',
941 'browser/certificate_viewer.h', 947 'browser/certificate_viewer.h',
942 'browser/chrome_browser_field_trials_desktop.cc', 948 'browser/chrome_browser_field_trials_desktop.cc',
943 'browser/chrome_browser_field_trials_desktop.h', 949 'browser/chrome_browser_field_trials_desktop.h',
944 'browser/chrome_browser_main_posix.cc', 950 'browser/chrome_browser_main_posix.cc',
945 'browser/chrome_browser_main_posix.h', 951 'browser/chrome_browser_main_posix.h',
946 'browser/chrome_device_client.cc', 952 'browser/chrome_device_client.cc',
947 'browser/chrome_device_client.h', 953 'browser/chrome_device_client.h',
(...skipping 3033 matching lines...) Expand 10 before | Expand all | Expand 10 after
3981 'variables': { 3987 'variables': {
3982 'proto_in_dir': 'browser/sync_file_system/drive_backend', 3988 'proto_in_dir': 'browser/sync_file_system/drive_backend',
3983 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 3989 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
3984 }, 3990 },
3985 'includes': [ '../build/protoc.gypi' ] 3991 'includes': [ '../build/protoc.gypi' ]
3986 }, 3992 },
3987 ], 3993 ],
3988 },], 3994 },],
3989 ], 3995 ],
3990 } 3996 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/tab_helpers.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698