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

Side by Side Diff: chrome/browser/extensions/BUILD.gn

Issue 419913005: Reland: Remove some dead app host code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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 | Annotate | Revision Log
« no previous file with comments | « chrome/browser/chrome_browser_main_win.cc ('k') | chrome/browser/ui/BUILD.gn » ('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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 import("//build/config/crypto.gni") 5 import("//build/config/crypto.gni")
6 import("//build/config/features.gni") 6 import("//build/config/features.gni")
7 import("//build/config/ui.gni") 7 import("//build/config/ui.gni")
8 8
9 gypi_values = exec_script( 9 gypi_values = exec_script(
10 "//build/gypi_to_gn.py", 10 "//build/gypi_to_gn.py",
(...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after
189 deps += [ "//components/wifi" ] 189 deps += [ "//components/wifi" ]
190 sources += rebase_path( 190 sources += rebase_path(
191 gypi_values.chrome_browser_extensions_networking_private_sources, 191 gypi_values.chrome_browser_extensions_networking_private_sources,
192 ".", "//chrome") 192 ".", "//chrome")
193 } 193 }
194 194
195 if (is_win) { 195 if (is_win) {
196 deps += [ 196 deps += [
197 "//third_party/iaccessible2", 197 "//third_party/iaccessible2",
198 "//third_party/isimpledom", 198 "//third_party/isimpledom",
199 #'launcher_support', TODO(GYP)
200 ] 199 ]
201 } else if (!is_chromeos) { 200 } else if (!is_chromeos) {
202 sources += [ "api/system_display/display_info_provider_aura.cc" ] 201 sources += [ "api/system_display/display_info_provider_aura.cc" ]
203 } 202 }
204 203
205 if (is_android) { 204 if (is_android) {
206 sources += rebase_path( 205 sources += rebase_path(
207 gypi_values.chrome_browser_extensions_android_sources, 206 gypi_values.chrome_browser_extensions_android_sources,
208 ".", "//chrome") 207 ".", "//chrome")
209 } 208 }
210 209
211 if (enable_app_list) { 210 if (enable_app_list) {
212 sources += rebase_path( 211 sources += rebase_path(
213 gypi_values.chrome_browser_extensions_app_list_sources, 212 gypi_values.chrome_browser_extensions_app_list_sources,
214 ".", "//chrome") 213 ".", "//chrome")
215 } 214 }
216 215
217 if (!use_ozone) { 216 if (!use_ozone) {
218 sources -= [ 217 sources -= [
219 "global_shortcut_listener_ozone.cc", 218 "global_shortcut_listener_ozone.cc",
220 ] 219 ]
221 } 220 }
222 } 221 }
223 } 222 }
OLDNEW
« no previous file with comments | « chrome/browser/chrome_browser_main_win.cc ('k') | chrome/browser/ui/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698