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 1260 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1271 "views/select_file_dialog_extension.h", | 1271 "views/select_file_dialog_extension.h", |
1272 "views/select_file_dialog_extension_factory.cc", | 1272 "views/select_file_dialog_extension_factory.cc", |
1273 "views/select_file_dialog_extension_factory.h", | 1273 "views/select_file_dialog_extension_factory.h", |
1274 ] | 1274 ] |
1275 deps += [ | 1275 deps += [ |
1276 "//chrome/browser/chromeos", | 1276 "//chrome/browser/chromeos", |
1277 "//components/arc", | 1277 "//components/arc", |
1278 "//components/drive:drive_chromeos", | 1278 "//components/drive:drive_chromeos", |
1279 "//components/exo", | 1279 "//components/exo", |
1280 "//components/login", | 1280 "//components/login", |
| 1281 "//device/power_save_blocker", |
1281 "//ui/base/ime", | 1282 "//ui/base/ime", |
1282 "//ui/chromeos", | 1283 "//ui/chromeos", |
1283 "//ui/chromeos/events", | 1284 "//ui/chromeos/events", |
1284 ] | 1285 ] |
1285 if (enable_rlz) { | 1286 if (enable_rlz) { |
1286 deps += [ "//chrome/browser:rlz" ] | 1287 deps += [ "//chrome/browser:rlz" ] |
1287 } | 1288 } |
1288 } | 1289 } |
1289 if (use_cups) { | 1290 if (use_cups) { |
1290 configs += [ "//printing:cups" ] | 1291 configs += [ "//printing:cups" ] |
(...skipping 2281 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3572 "test/test_confirm_bubble_model.cc", | 3573 "test/test_confirm_bubble_model.cc", |
3573 "test/test_confirm_bubble_model.h", | 3574 "test/test_confirm_bubble_model.h", |
3574 ] | 3575 ] |
3575 deps += [ "//chrome/test:test_support_ui" ] | 3576 deps += [ "//chrome/test:test_support_ui" ] |
3576 } | 3577 } |
3577 | 3578 |
3578 if (enable_extensions) { | 3579 if (enable_extensions) { |
3579 deps += [ "//extensions/browser" ] | 3580 deps += [ "//extensions/browser" ] |
3580 } | 3581 } |
3581 } | 3582 } |
OLD | NEW |