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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 557833007: Remove Increment/DecrementKeepAliveCount from AppsClient (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments Created 6 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
« no previous file with comments | « chrome/chrome_browser_extensions.gypi ('k') | extensions/browser/app_window/app_window.cc » ('j') | 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 'chrome_browser_ui_non_ios_sources': [ 7 'chrome_browser_ui_non_ios_sources': [
8 'browser/ui/accelerator_utils.h', 8 'browser/ui/accelerator_utils.h',
9 'browser/ui/android/android_about_app_info.cc', 9 'browser/ui/android/android_about_app_info.cc',
10 'browser/ui/android/android_about_app_info.h', 10 'browser/ui/android/android_about_app_info.h',
(...skipping 1165 matching lines...) Expand 10 before | Expand all | Expand 10 after
1176 'browser/ui/app_list/extension_uninstaller.cc', 1176 'browser/ui/app_list/extension_uninstaller.cc',
1177 'browser/ui/app_list/extension_uninstaller.h', 1177 'browser/ui/app_list/extension_uninstaller.h',
1178 'browser/ui/app_list/fast_show_pickler.cc', 1178 'browser/ui/app_list/fast_show_pickler.cc',
1179 'browser/ui/app_list/fast_show_pickler.h', 1179 'browser/ui/app_list/fast_show_pickler.h',
1180 'browser/ui/app_list/profile_loader.cc', 1180 'browser/ui/app_list/profile_loader.cc',
1181 'browser/ui/app_list/profile_loader.h', 1181 'browser/ui/app_list/profile_loader.h',
1182 'browser/ui/app_list/profile_store.h', 1182 'browser/ui/app_list/profile_store.h',
1183 'browser/ui/app_list/recommended_apps.cc', 1183 'browser/ui/app_list/recommended_apps.cc',
1184 'browser/ui/app_list/recommended_apps.h', 1184 'browser/ui/app_list/recommended_apps.h',
1185 'browser/ui/app_list/recommended_apps_observer.h', 1185 'browser/ui/app_list/recommended_apps_observer.h',
1186 'browser/ui/app_list/scoped_keep_alive.cc',
1187 'browser/ui/app_list/scoped_keep_alive.h',
1188 'browser/ui/app_list/search/app_result.cc', 1186 'browser/ui/app_list/search/app_result.cc',
1189 'browser/ui/app_list/search/app_result.h', 1187 'browser/ui/app_list/search/app_result.h',
1190 'browser/ui/app_list/search/app_search_provider.cc', 1188 'browser/ui/app_list/search/app_search_provider.cc',
1191 'browser/ui/app_list/search/app_search_provider.h', 1189 'browser/ui/app_list/search/app_search_provider.h',
1192 'browser/ui/app_list/search/chrome_search_result.h', 1190 'browser/ui/app_list/search/chrome_search_result.h',
1193 'browser/ui/app_list/search/common/dictionary_data_store.cc', 1191 'browser/ui/app_list/search/common/dictionary_data_store.cc',
1194 'browser/ui/app_list/search/common/dictionary_data_store.h', 1192 'browser/ui/app_list/search/common/dictionary_data_store.h',
1195 'browser/ui/app_list/search/common/json_response_fetcher.cc', 1193 'browser/ui/app_list/search/common/json_response_fetcher.cc',
1196 'browser/ui/app_list/search/common/json_response_fetcher.h', 1194 'browser/ui/app_list/search/common/json_response_fetcher.h',
1197 'browser/ui/app_list/search/common/url_icon_source.cc', 1195 'browser/ui/app_list/search/common/url_icon_source.cc',
(...skipping 1784 matching lines...) Expand 10 before | Expand all | Expand 10 after
2982 }], 2980 }],
2983 ['OS!="android" and OS!="ios"', { 2981 ['OS!="android" and OS!="ios"', {
2984 'dependencies': [ 2982 'dependencies': [
2985 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 2983 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
2986 ], 2984 ],
2987 }], 2985 }],
2988 ], 2986 ],
2989 }, 2987 },
2990 ], 2988 ],
2991 } 2989 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_extensions.gypi ('k') | extensions/browser/app_window/app_window.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698