| 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 2181 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2192 "android/usb_chooser_dialog_android.cc", | 2192 "android/usb_chooser_dialog_android.cc", |
| 2193 "android/usb_chooser_dialog_android.h", | 2193 "android/usb_chooser_dialog_android.h", |
| 2194 "android/view_android_helper.cc", | 2194 "android/view_android_helper.cc", |
| 2195 "android/view_android_helper.h", | 2195 "android/view_android_helper.h", |
| 2196 "browser_otr_state_android.cc", | 2196 "browser_otr_state_android.cc", |
| 2197 "screen_capture_notification_ui_stub.cc", | 2197 "screen_capture_notification_ui_stub.cc", |
| 2198 "webui/offline/offline_internals_ui.cc", | 2198 "webui/offline/offline_internals_ui.cc", |
| 2199 "webui/offline/offline_internals_ui.h", | 2199 "webui/offline/offline_internals_ui.h", |
| 2200 "webui/offline/offline_internals_ui_message_handler.cc", | 2200 "webui/offline/offline_internals_ui_message_handler.cc", |
| 2201 "webui/offline/offline_internals_ui_message_handler.h", | 2201 "webui/offline/offline_internals_ui_message_handler.h", |
| 2202 "webui/popular_sites_internals_message_handler.cc", | |
| 2203 "webui/popular_sites_internals_message_handler.h", | |
| 2204 "webui/popular_sites_internals_ui.cc", | 2202 "webui/popular_sites_internals_ui.cc", |
| 2205 "webui/popular_sites_internals_ui.h", | 2203 "webui/popular_sites_internals_ui.h", |
| 2206 "webui/snippets_internals_message_handler.cc", | 2204 "webui/snippets_internals_message_handler.cc", |
| 2207 "webui/snippets_internals_message_handler.h", | 2205 "webui/snippets_internals_message_handler.h", |
| 2208 "webui/snippets_internals_ui.cc", | 2206 "webui/snippets_internals_ui.cc", |
| 2209 "webui/snippets_internals_ui.h", | 2207 "webui/snippets_internals_ui.h", |
| 2210 ] | 2208 ] |
| 2211 if (enable_vr_shell || enable_webvr) { | 2209 if (enable_vr_shell || enable_webvr) { |
| 2212 if (enable_vr_shell) { | 2210 if (enable_vr_shell) { |
| 2213 defines += [ "ENABLE_VR_SHELL" ] | 2211 defines += [ "ENABLE_VR_SHELL" ] |
| (...skipping 1211 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3425 "test/test_confirm_bubble_model.cc", | 3423 "test/test_confirm_bubble_model.cc", |
| 3426 "test/test_confirm_bubble_model.h", | 3424 "test/test_confirm_bubble_model.h", |
| 3427 ] | 3425 ] |
| 3428 deps += [ "//chrome/test:test_support_ui" ] | 3426 deps += [ "//chrome/test:test_support_ui" ] |
| 3429 } | 3427 } |
| 3430 | 3428 |
| 3431 if (enable_extensions) { | 3429 if (enable_extensions) { |
| 3432 deps += [ "//extensions/browser" ] | 3430 deps += [ "//extensions/browser" ] |
| 3433 } | 3431 } |
| 3434 } | 3432 } |
| OLD | NEW |