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

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

Issue 2251673004: remove duplicate atk GN config (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: make use of use_atk instead of use_x11 Created 4 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
« no previous file with comments | « build/config/linux/atk/BUILD.gn ('k') | ui/accessibility/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 import("//media/media_options.gni") 8 import("//media/media_options.gni")
9 import("//tools/ipc_fuzzer/ipc_fuzzer.gni") 9 import("//tools/ipc_fuzzer/ipc_fuzzer.gni")
10 10
(...skipping 259 matching lines...) Expand 10 before | Expand all | Expand 10 after
270 sources -= [ "renderer_host/pepper/pepper_truetype_font_list_pango.cc" ] 270 sources -= [ "renderer_host/pepper/pepper_truetype_font_list_pango.cc" ]
271 } 271 }
272 } 272 }
273 273
274 if (use_atk) { 274 if (use_atk) {
275 sources += 275 sources +=
276 rebase_path(content_browser_gypi_values.auralinux_browser_sources, 276 rebase_path(content_browser_gypi_values.auralinux_browser_sources,
277 ".", 277 ".",
278 "//content") 278 "//content")
279 279
280 configs += [ 280 configs += [ "//build/config/linux/atk" ]
281 "//build/config/linux/atk",
282 "//build/config/linux/atk:warnings",
283 ]
284 281
285 if (use_gconf) { 282 if (use_gconf) {
286 configs += [ "//build/config/linux/gconf" ] 283 configs += [ "//build/config/linux/gconf" ]
287 } 284 }
288 285
289 if (use_glib) { 286 if (use_glib) {
290 configs += [ "//build/config/linux:glib" ] 287 configs += [ "//build/config/linux:glib" ]
291 } 288 }
292 } 289 }
293 290
(...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after
508 if (!is_component_build) { 505 if (!is_component_build) {
509 public_deps = [ 506 public_deps = [
510 ":browser", 507 ":browser",
511 ] 508 ]
512 } else { 509 } else {
513 public_deps = [ 510 public_deps = [
514 "//third_party/leveldatabase", 511 "//third_party/leveldatabase",
515 ] 512 ]
516 } 513 }
517 } 514 }
OLDNEW
« no previous file with comments | « build/config/linux/atk/BUILD.gn ('k') | ui/accessibility/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698