| 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 1318 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1329 "ash/chrome_launcher_prefs.h", | 1329 "ash/chrome_launcher_prefs.h", |
| 1330 "ash/chrome_new_window_client.cc", | 1330 "ash/chrome_new_window_client.cc", |
| 1331 "ash/chrome_new_window_client.h", | 1331 "ash/chrome_new_window_client.h", |
| 1332 "ash/chrome_screenshot_grabber.cc", | 1332 "ash/chrome_screenshot_grabber.cc", |
| 1333 "ash/chrome_screenshot_grabber.h", | 1333 "ash/chrome_screenshot_grabber.h", |
| 1334 "ash/chrome_shell_content_state.cc", | 1334 "ash/chrome_shell_content_state.cc", |
| 1335 "ash/chrome_shell_content_state.h", | 1335 "ash/chrome_shell_content_state.h", |
| 1336 "ash/chrome_shell_content_state_chromeos.cc", | 1336 "ash/chrome_shell_content_state_chromeos.cc", |
| 1337 "ash/chrome_shell_delegate.cc", | 1337 "ash/chrome_shell_delegate.cc", |
| 1338 "ash/chrome_shell_delegate.h", | 1338 "ash/chrome_shell_delegate.h", |
| 1339 "ash/ime_controller_chromeos.cc", | |
| 1340 "ash/ime_controller_chromeos.h", | |
| 1341 "ash/keyboard_ui_service.cc", | 1339 "ash/keyboard_ui_service.cc", |
| 1342 "ash/keyboard_ui_service.h", | 1340 "ash/keyboard_ui_service.h", |
| 1343 "ash/launcher/app_shortcut_launcher_item_controller.cc", | 1341 "ash/launcher/app_shortcut_launcher_item_controller.cc", |
| 1344 "ash/launcher/app_shortcut_launcher_item_controller.h", | 1342 "ash/launcher/app_shortcut_launcher_item_controller.h", |
| 1345 "ash/launcher/app_window_launcher_controller.cc", | 1343 "ash/launcher/app_window_launcher_controller.cc", |
| 1346 "ash/launcher/app_window_launcher_controller.h", | 1344 "ash/launcher/app_window_launcher_controller.h", |
| 1347 "ash/launcher/app_window_launcher_item_controller.cc", | 1345 "ash/launcher/app_window_launcher_item_controller.cc", |
| 1348 "ash/launcher/app_window_launcher_item_controller.h", | 1346 "ash/launcher/app_window_launcher_item_controller.h", |
| 1349 "ash/launcher/arc_playstore_shortcut_launcher_item_controller.cc", | 1347 "ash/launcher/arc_playstore_shortcut_launcher_item_controller.cc", |
| 1350 "ash/launcher/arc_playstore_shortcut_launcher_item_controller.h", | 1348 "ash/launcher/arc_playstore_shortcut_launcher_item_controller.h", |
| (...skipping 2253 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3604 deps += [ | 3602 deps += [ |
| 3605 "//chrome/test:test_support_ui", | 3603 "//chrome/test:test_support_ui", |
| 3606 "//components/zoom", | 3604 "//components/zoom", |
| 3607 ] | 3605 ] |
| 3608 } | 3606 } |
| 3609 | 3607 |
| 3610 if (enable_extensions) { | 3608 if (enable_extensions) { |
| 3611 deps += [ "//extensions/browser" ] | 3609 deps += [ "//extensions/browser" ] |
| 3612 } | 3610 } |
| 3613 } | 3611 } |
| OLD | NEW |