| 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 932 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 943 "webui/md_feedback/md_feedback_webui_message_handler.cc", | 943 "webui/md_feedback/md_feedback_webui_message_handler.cc", |
| 944 "webui/md_feedback/md_feedback_webui_message_handler.h", | 944 "webui/md_feedback/md_feedback_webui_message_handler.h", |
| 945 "webui/md_history_ui.cc", | 945 "webui/md_history_ui.cc", |
| 946 "webui/md_history_ui.h", | 946 "webui/md_history_ui.h", |
| 947 "webui/ntp/app_launcher_handler.cc", | 947 "webui/ntp/app_launcher_handler.cc", |
| 948 "webui/ntp/app_launcher_handler.h", | 948 "webui/ntp/app_launcher_handler.h", |
| 949 "webui/ntp/app_resource_cache_factory.cc", | 949 "webui/ntp/app_resource_cache_factory.cc", |
| 950 "webui/ntp/app_resource_cache_factory.h", | 950 "webui/ntp/app_resource_cache_factory.h", |
| 951 "webui/ntp/core_app_launcher_handler.cc", | 951 "webui/ntp/core_app_launcher_handler.cc", |
| 952 "webui/ntp/core_app_launcher_handler.h", | 952 "webui/ntp/core_app_launcher_handler.h", |
| 953 "webui/ntp/favicon_webui_handler.cc", | |
| 954 "webui/ntp/favicon_webui_handler.h", | |
| 955 "webui/ntp/new_tab_ui.cc", | 953 "webui/ntp/new_tab_ui.cc", |
| 956 "webui/ntp/new_tab_ui.h", | 954 "webui/ntp/new_tab_ui.h", |
| 957 "webui/ntp/ntp_resource_cache.cc", | 955 "webui/ntp/ntp_resource_cache.cc", |
| 958 "webui/ntp/ntp_resource_cache.h", | 956 "webui/ntp/ntp_resource_cache.h", |
| 959 "webui/ntp/ntp_resource_cache_factory.cc", | 957 "webui/ntp/ntp_resource_cache_factory.cc", |
| 960 "webui/ntp/ntp_resource_cache_factory.h", | 958 "webui/ntp/ntp_resource_cache_factory.h", |
| 961 "webui/options/autofill_options_handler.cc", | 959 "webui/options/autofill_options_handler.cc", |
| 962 "webui/options/autofill_options_handler.h", | 960 "webui/options/autofill_options_handler.h", |
| 963 "webui/options/automatic_settings_reset_handler.cc", | 961 "webui/options/automatic_settings_reset_handler.cc", |
| 964 "webui/options/automatic_settings_reset_handler.h", | 962 "webui/options/automatic_settings_reset_handler.h", |
| (...skipping 2523 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3488 "test/test_confirm_bubble_model.cc", | 3486 "test/test_confirm_bubble_model.cc", |
| 3489 "test/test_confirm_bubble_model.h", | 3487 "test/test_confirm_bubble_model.h", |
| 3490 ] | 3488 ] |
| 3491 deps += [ "//chrome/test:test_support_ui" ] | 3489 deps += [ "//chrome/test:test_support_ui" ] |
| 3492 } | 3490 } |
| 3493 | 3491 |
| 3494 if (enable_extensions) { | 3492 if (enable_extensions) { |
| 3495 deps += [ "//extensions/browser" ] | 3493 deps += [ "//extensions/browser" ] |
| 3496 } | 3494 } |
| 3497 } | 3495 } |
| OLD | NEW |