OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |