| 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 1365 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1376 "ash/session_util.cc", | 1376 "ash/session_util.cc", |
| 1377 "ash/session_util.h", | 1377 "ash/session_util.h", |
| 1378 "ash/system_tray_delegate_chromeos.cc", | 1378 "ash/system_tray_delegate_chromeos.cc", |
| 1379 "ash/system_tray_delegate_chromeos.h", | 1379 "ash/system_tray_delegate_chromeos.h", |
| 1380 "ash/system_tray_delegate_utils.cc", | 1380 "ash/system_tray_delegate_utils.cc", |
| 1381 "ash/system_tray_delegate_utils.h", | 1381 "ash/system_tray_delegate_utils.h", |
| 1382 "ash/volume_controller_chromeos.cc", | 1382 "ash/volume_controller_chromeos.cc", |
| 1383 "ash/volume_controller_chromeos.h", | 1383 "ash/volume_controller_chromeos.h", |
| 1384 "ash/vpn_delegate_chromeos.cc", | 1384 "ash/vpn_delegate_chromeos.cc", |
| 1385 "ash/vpn_delegate_chromeos.h", | 1385 "ash/vpn_delegate_chromeos.h", |
| 1386 "ash/web_dialog_util.cc", | |
| 1387 "ash/web_dialog_util.h", | |
| 1388 "views/ash/chrome_browser_main_extra_parts_ash.cc", | 1386 "views/ash/chrome_browser_main_extra_parts_ash.cc", |
| 1389 "views/ash/chrome_browser_main_extra_parts_ash.h", | 1387 "views/ash/chrome_browser_main_extra_parts_ash.h", |
| 1390 "views/ash/tab_scrubber.cc", | 1388 "views/ash/tab_scrubber.cc", |
| 1391 "views/ash/tab_scrubber.h", | 1389 "views/ash/tab_scrubber.h", |
| 1392 "views/touch_uma/touch_uma_ash.cc", | 1390 "views/touch_uma/touch_uma_ash.cc", |
| 1393 "window_sizer/window_sizer_ash.cc", | 1391 "window_sizer/window_sizer_ash.cc", |
| 1394 ] | 1392 ] |
| 1395 deps += [ | 1393 deps += [ |
| 1396 "//ash", | 1394 "//ash", |
| 1397 "//ash:ash_with_content", | 1395 "//ash:ash_with_content", |
| (...skipping 2018 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3416 "test/test_confirm_bubble_model.cc", | 3414 "test/test_confirm_bubble_model.cc", |
| 3417 "test/test_confirm_bubble_model.h", | 3415 "test/test_confirm_bubble_model.h", |
| 3418 ] | 3416 ] |
| 3419 deps += [ "//chrome/test:test_support_ui" ] | 3417 deps += [ "//chrome/test:test_support_ui" ] |
| 3420 } | 3418 } |
| 3421 | 3419 |
| 3422 if (enable_extensions) { | 3420 if (enable_extensions) { |
| 3423 deps += [ "//extensions/browser" ] | 3421 deps += [ "//extensions/browser" ] |
| 3424 } | 3422 } |
| 3425 } | 3423 } |
| OLD | NEW |