| 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/sanitizers/sanitizers.gni") | 6 import("//build/config/sanitizers/sanitizers.gni") |
| 7 import("//build/config/ui.gni") | 7 import("//build/config/ui.gni") |
| 8 import("//build/config/win/console_app.gni") | 8 import("//build/config/win/console_app.gni") |
| 9 import("//build/config/win/manifest.gni") | 9 import("//build/config/win/manifest.gni") |
| 10 import("//media/media_options.gni") | 10 import("//media/media_options.gni") |
| (...skipping 356 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 367 } | 367 } |
| 368 | 368 |
| 369 if (is_chromeos) { | 369 if (is_chromeos) { |
| 370 deps += [ | 370 deps += [ |
| 371 "//chromeos", | 371 "//chromeos", |
| 372 "//ui/wm:test_support", | 372 "//ui/wm:test_support", |
| 373 ] | 373 ] |
| 374 } | 374 } |
| 375 | 375 |
| 376 if (is_linux) { | 376 if (is_linux) { |
| 377 deps += [ "//third_party/freetype" ] | 377 deps += [ "//build/config/freetype" ] |
| 378 } | 378 } |
| 379 | 379 |
| 380 if (!enable_plugins) { | 380 if (!enable_plugins) { |
| 381 sources -= [ | 381 sources -= [ |
| 382 "browser/shell_plugin_service_filter.cc", | 382 "browser/shell_plugin_service_filter.cc", |
| 383 "browser/shell_plugin_service_filter.h", | 383 "browser/shell_plugin_service_filter.h", |
| 384 ] | 384 ] |
| 385 } | 385 } |
| 386 } | 386 } |
| 387 | 387 |
| (...skipping 421 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 809 data_deps += [ | 809 data_deps += [ |
| 810 "//breakpad:dump_syms", | 810 "//breakpad:dump_syms", |
| 811 "//breakpad:microdump_stackwalk", | 811 "//breakpad:microdump_stackwalk", |
| 812 "//breakpad:minidump_dump", | 812 "//breakpad:minidump_dump", |
| 813 "//breakpad:minidump_stackwalk", | 813 "//breakpad:minidump_stackwalk", |
| 814 "//breakpad:symupload", | 814 "//breakpad:symupload", |
| 815 "//tools/android/forwarder2", | 815 "//tools/android/forwarder2", |
| 816 ] | 816 ] |
| 817 } | 817 } |
| 818 } | 818 } |
| OLD | NEW |