| 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 351 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 362 } | 362 } |
| 363 | 363 |
| 364 if (is_chromeos) { | 364 if (is_chromeos) { |
| 365 deps += [ | 365 deps += [ |
| 366 "//chromeos", | 366 "//chromeos", |
| 367 "//ui/wm:test_support", | 367 "//ui/wm:test_support", |
| 368 ] | 368 ] |
| 369 } | 369 } |
| 370 | 370 |
| 371 if (is_linux) { | 371 if (is_linux) { |
| 372 deps += [ "//third_party/freetype-android:freetype" ] | 372 deps += [ "//third_party/freetype" ] |
| 373 } | 373 } |
| 374 | 374 |
| 375 if (!enable_plugins) { | 375 if (!enable_plugins) { |
| 376 sources -= [ | 376 sources -= [ |
| 377 "browser/shell_plugin_service_filter.cc", | 377 "browser/shell_plugin_service_filter.cc", |
| 378 "browser/shell_plugin_service_filter.h", | 378 "browser/shell_plugin_service_filter.h", |
| 379 ] | 379 ] |
| 380 } | 380 } |
| 381 } | 381 } |
| 382 | 382 |
| (...skipping 418 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 801 data_deps += [ | 801 data_deps += [ |
| 802 "//breakpad:dump_syms", | 802 "//breakpad:dump_syms", |
| 803 "//breakpad:microdump_stackwalk", | 803 "//breakpad:microdump_stackwalk", |
| 804 "//breakpad:minidump_dump", | 804 "//breakpad:minidump_dump", |
| 805 "//breakpad:minidump_stackwalk", | 805 "//breakpad:minidump_stackwalk", |
| 806 "//breakpad:symupload", | 806 "//breakpad:symupload", |
| 807 "//tools/android/forwarder2", | 807 "//tools/android/forwarder2", |
| 808 ] | 808 ] |
| 809 } | 809 } |
| 810 } | 810 } |
| OLD | NEW |