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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 884623003: Suppress native app install banner if the site has a manifest. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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 # 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 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 'browser/android/feature_utilities.cc', 91 'browser/android/feature_utilities.cc',
92 'browser/android/feature_utilities.h', 92 'browser/android/feature_utilities.h',
93 'browser/android/find_in_page/find_in_page_bridge.cc', 93 'browser/android/find_in_page/find_in_page_bridge.cc',
94 'browser/android/find_in_page/find_in_page_bridge.h', 94 'browser/android/find_in_page/find_in_page_bridge.h',
95 'browser/android/foreign_session_helper.cc', 95 'browser/android/foreign_session_helper.cc',
96 'browser/android/foreign_session_helper.h', 96 'browser/android/foreign_session_helper.h',
97 'browser/android/logo_bridge.cc', 97 'browser/android/logo_bridge.cc',
98 'browser/android/logo_bridge.h', 98 'browser/android/logo_bridge.h',
99 'browser/android/logo_service.cc', 99 'browser/android/logo_service.cc',
100 'browser/android/logo_service.h', 100 'browser/android/logo_service.h',
101 'browser/android/meta_tag_observer.cc',
102 'browser/android/meta_tag_observer.h',
103 'browser/android/new_tab_page_prefs.cc', 101 'browser/android/new_tab_page_prefs.cc',
104 'browser/android/new_tab_page_prefs.h', 102 'browser/android/new_tab_page_prefs.h',
105 'browser/android/new_tab_page_url_handler.cc', 103 'browser/android/new_tab_page_url_handler.cc',
106 'browser/android/new_tab_page_url_handler.h', 104 'browser/android/new_tab_page_url_handler.h',
107 'browser/android/intent_helper.cc', 105 'browser/android/intent_helper.cc',
108 'browser/android/intent_helper.h', 106 'browser/android/intent_helper.h',
109 'browser/android/intercept_download_resource_throttle.cc', 107 'browser/android/intercept_download_resource_throttle.cc',
110 'browser/android/intercept_download_resource_throttle.h', 108 'browser/android/intercept_download_resource_throttle.h',
111 'browser/android/location_settings.h', 109 'browser/android/location_settings.h',
112 'browser/android/location_settings_impl.cc', 110 'browser/android/location_settings_impl.cc',
(...skipping 3570 matching lines...) Expand 10 before | Expand all | Expand 10 after
3683 'variables': { 3681 'variables': {
3684 'proto_in_dir': 'browser/sync_file_system/drive_backend', 3682 'proto_in_dir': 'browser/sync_file_system/drive_backend',
3685 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 3683 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
3686 }, 3684 },
3687 'includes': [ '../build/protoc.gypi' ] 3685 'includes': [ '../build/protoc.gypi' ]
3688 }, 3686 },
3689 ], 3687 ],
3690 },], 3688 },],
3691 ], 3689 ],
3692 } 3690 }
OLDNEW
« chrome/browser/android/meta_tag_observer.h ('K') | « chrome/browser/android/meta_tag_observer.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698