| 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 902 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 913 "webui/help/version_updater_chromeos.h", | 913 "webui/help/version_updater_chromeos.h", |
| 914 "webui/help/version_updater_mac.h", | 914 "webui/help/version_updater_mac.h", |
| 915 "webui/help/version_updater_mac.mm", | 915 "webui/help/version_updater_mac.mm", |
| 916 "webui/help/version_updater_win.cc", | 916 "webui/help/version_updater_win.cc", |
| 917 "webui/history_login_handler.cc", | 917 "webui/history_login_handler.cc", |
| 918 "webui/history_login_handler.h", | 918 "webui/history_login_handler.h", |
| 919 "webui/identity_internals_ui.cc", | 919 "webui/identity_internals_ui.cc", |
| 920 "webui/identity_internals_ui.h", | 920 "webui/identity_internals_ui.h", |
| 921 "webui/inspect_ui.cc", | 921 "webui/inspect_ui.cc", |
| 922 "webui/inspect_ui.h", | 922 "webui/inspect_ui.h", |
| 923 "webui/md_bookmarks/md_bookmarks_ui.cc", |
| 924 "webui/md_bookmarks/md_bookmarks_ui.h", |
| 923 "webui/md_downloads/downloads_list_tracker.cc", | 925 "webui/md_downloads/downloads_list_tracker.cc", |
| 924 "webui/md_downloads/downloads_list_tracker.h", | 926 "webui/md_downloads/downloads_list_tracker.h", |
| 925 "webui/md_downloads/md_downloads_dom_handler.cc", | 927 "webui/md_downloads/md_downloads_dom_handler.cc", |
| 926 "webui/md_downloads/md_downloads_dom_handler.h", | 928 "webui/md_downloads/md_downloads_dom_handler.h", |
| 927 "webui/md_downloads/md_downloads_ui.cc", | 929 "webui/md_downloads/md_downloads_ui.cc", |
| 928 "webui/md_downloads/md_downloads_ui.h", | 930 "webui/md_downloads/md_downloads_ui.h", |
| 929 "webui/md_feedback/md_feedback_dialog_controller.cc", | 931 "webui/md_feedback/md_feedback_dialog_controller.cc", |
| 930 "webui/md_feedback/md_feedback_dialog_controller.h", | 932 "webui/md_feedback/md_feedback_dialog_controller.h", |
| 931 "webui/md_feedback/md_feedback_ui.cc", | 933 "webui/md_feedback/md_feedback_ui.cc", |
| 932 "webui/md_feedback/md_feedback_ui.h", | 934 "webui/md_feedback/md_feedback_ui.h", |
| (...skipping 2492 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3425 "test/test_confirm_bubble_model.cc", | 3427 "test/test_confirm_bubble_model.cc", |
| 3426 "test/test_confirm_bubble_model.h", | 3428 "test/test_confirm_bubble_model.h", |
| 3427 ] | 3429 ] |
| 3428 deps += [ "//chrome/test:test_support_ui" ] | 3430 deps += [ "//chrome/test:test_support_ui" ] |
| 3429 } | 3431 } |
| 3430 | 3432 |
| 3431 if (enable_extensions) { | 3433 if (enable_extensions) { |
| 3432 deps += [ "//extensions/browser" ] | 3434 deps += [ "//extensions/browser" ] |
| 3433 } | 3435 } |
| 3434 } | 3436 } |
| OLD | NEW |