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

Side by Side Diff: content/browser/BUILD.gn

Issue 538633003: Build fixes for GN mac build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 | « no previous file | ui/views/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/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//content/browser/browser.gni") 7 import("//content/browser/browser.gni")
8 8
9 config("storage_config") { 9 config("storage_config") {
10 if (is_android) { 10 if (is_android) {
(...skipping 239 matching lines...) Expand 10 before | Expand all | Expand 10 after
250 250
251 if (is_linux && use_aura) { 251 if (is_linux && use_aura) {
252 configs += [ "//build/config/linux:fontconfig" ] 252 configs += [ "//build/config/linux:fontconfig" ]
253 } 253 }
254 254
255 if (use_x11) { 255 if (use_x11) {
256 configs += [ "//build/config/linux:x11" ] 256 configs += [ "//build/config/linux:x11" ]
257 } else { 257 } else {
258 sources -= [ 258 sources -= [
259 "power_save_blocker_x11.cc", 259 "power_save_blocker_x11.cc",
260 "renderer_host/web_input_event_aurax11.cc",
261 ] 260 ]
262 } 261 }
263 262
264 if (use_pango) { 263 if (use_pango) {
265 configs += [ "//build/config/linux:pangocairo" ] 264 configs += [ "//build/config/linux:pangocairo" ]
266 } 265 }
267 266
268 if (is_android) { 267 if (is_android) {
269 sources += rebase_path(content_browser_gypi_values.android_browser_sources, 268 sources += rebase_path(content_browser_gypi_values.android_browser_sources,
270 ".", "//content") 269 ".", "//content")
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
406 deps += [ "//dbus" ] 405 deps += [ "//dbus" ]
407 } else { 406 } else {
408 # This will already have gotten removed for all non-Linux cases. 407 # This will already have gotten removed for all non-Linux cases.
409 sources -= [ 408 sources -= [
410 "battery_status/battery_status_manager_linux.cc", 409 "battery_status/battery_status_manager_linux.cc",
411 "geolocation/wifi_data_provider_linux.cc", 410 "geolocation/wifi_data_provider_linux.cc",
412 ] 411 ]
413 } 412 }
414 } 413 }
415 } 414 }
OLDNEW
« no previous file with comments | « no previous file | ui/views/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698