| 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/chromecast_build.gni") | 5 import("//build/config/chromecast_build.gni") |
| 6 import("//build/config/crypto.gni") | 6 import("//build/config/crypto.gni") |
| 7 import("//build/config/features.gni") | 7 import("//build/config/features.gni") |
| 8 import("//build/config/ui.gni") | 8 import("//build/config/ui.gni") |
| 9 import("//build/split_static_library.gni") | 9 import("//build/split_static_library.gni") |
| 10 import("//chrome/common/features.gni") | 10 import("//chrome/common/features.gni") |
| (...skipping 1248 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1259 "views/select_file_dialog_extension_factory.h", | 1259 "views/select_file_dialog_extension_factory.h", |
| 1260 ] | 1260 ] |
| 1261 deps += [ | 1261 deps += [ |
| 1262 "//chrome/browser/chromeos", | 1262 "//chrome/browser/chromeos", |
| 1263 "//components/arc", | 1263 "//components/arc", |
| 1264 "//components/drive:drive_chromeos", | 1264 "//components/drive:drive_chromeos", |
| 1265 "//components/exo", | 1265 "//components/exo", |
| 1266 "//components/login", | 1266 "//components/login", |
| 1267 "//ui/base/ime", | 1267 "//ui/base/ime", |
| 1268 "//ui/chromeos", | 1268 "//ui/chromeos", |
| 1269 "//ui/chromeos/events", |
| 1269 ] | 1270 ] |
| 1270 if (enable_rlz) { | 1271 if (enable_rlz) { |
| 1271 deps += [ "//chrome/browser:rlz" ] | 1272 deps += [ "//chrome/browser:rlz" ] |
| 1272 } | 1273 } |
| 1273 } | 1274 } |
| 1274 if (use_cups) { | 1275 if (use_cups) { |
| 1275 configs += [ "//printing:cups" ] | 1276 configs += [ "//printing:cups" ] |
| 1276 } | 1277 } |
| 1277 if (use_ash) { | 1278 if (use_ash) { |
| 1278 sources += [ | 1279 sources += [ |
| (...skipping 2249 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3528 "test/test_confirm_bubble_model.cc", | 3529 "test/test_confirm_bubble_model.cc", |
| 3529 "test/test_confirm_bubble_model.h", | 3530 "test/test_confirm_bubble_model.h", |
| 3530 ] | 3531 ] |
| 3531 deps += [ "//chrome/test:test_support_ui" ] | 3532 deps += [ "//chrome/test:test_support_ui" ] |
| 3532 } | 3533 } |
| 3533 | 3534 |
| 3534 if (enable_extensions) { | 3535 if (enable_extensions) { |
| 3535 deps += [ "//extensions/browser" ] | 3536 deps += [ "//extensions/browser" ] |
| 3536 } | 3537 } |
| 3537 } | 3538 } |
| OLD | NEW |