| 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 2183 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2194 "android/usb_chooser_dialog_android.cc", | 2194 "android/usb_chooser_dialog_android.cc", |
| 2195 "android/usb_chooser_dialog_android.h", | 2195 "android/usb_chooser_dialog_android.h", |
| 2196 "android/view_android_helper.cc", | 2196 "android/view_android_helper.cc", |
| 2197 "android/view_android_helper.h", | 2197 "android/view_android_helper.h", |
| 2198 "browser_otr_state_android.cc", | 2198 "browser_otr_state_android.cc", |
| 2199 "screen_capture_notification_ui_stub.cc", | 2199 "screen_capture_notification_ui_stub.cc", |
| 2200 "webui/offline/offline_internals_ui.cc", | 2200 "webui/offline/offline_internals_ui.cc", |
| 2201 "webui/offline/offline_internals_ui.h", | 2201 "webui/offline/offline_internals_ui.h", |
| 2202 "webui/offline/offline_internals_ui_message_handler.cc", | 2202 "webui/offline/offline_internals_ui_message_handler.cc", |
| 2203 "webui/offline/offline_internals_ui_message_handler.h", | 2203 "webui/offline/offline_internals_ui_message_handler.h", |
| 2204 "webui/popular_sites_internals_message_handler.cc", | |
| 2205 "webui/popular_sites_internals_message_handler.h", | |
| 2206 "webui/popular_sites_internals_ui.cc", | 2204 "webui/popular_sites_internals_ui.cc", |
| 2207 "webui/popular_sites_internals_ui.h", | 2205 "webui/popular_sites_internals_ui.h", |
| 2208 "webui/snippets_internals_message_handler.cc", | 2206 "webui/snippets_internals_message_handler.cc", |
| 2209 "webui/snippets_internals_message_handler.h", | 2207 "webui/snippets_internals_message_handler.h", |
| 2210 "webui/snippets_internals_ui.cc", | 2208 "webui/snippets_internals_ui.cc", |
| 2211 "webui/snippets_internals_ui.h", | 2209 "webui/snippets_internals_ui.h", |
| 2212 ] | 2210 ] |
| 2213 if (enable_vr_shell || enable_webvr) { | 2211 if (enable_vr_shell || enable_webvr) { |
| 2214 if (enable_vr_shell) { | 2212 if (enable_vr_shell) { |
| 2215 defines += [ "ENABLE_VR_SHELL" ] | 2213 defines += [ "ENABLE_VR_SHELL" ] |
| (...skipping 1216 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3432 "test/test_confirm_bubble_model.cc", | 3430 "test/test_confirm_bubble_model.cc", |
| 3433 "test/test_confirm_bubble_model.h", | 3431 "test/test_confirm_bubble_model.h", |
| 3434 ] | 3432 ] |
| 3435 deps += [ "//chrome/test:test_support_ui" ] | 3433 deps += [ "//chrome/test:test_support_ui" ] |
| 3436 } | 3434 } |
| 3437 | 3435 |
| 3438 if (enable_extensions) { | 3436 if (enable_extensions) { |
| 3439 deps += [ "//extensions/browser" ] | 3437 deps += [ "//extensions/browser" ] |
| 3440 } | 3438 } |
| 3441 } | 3439 } |
| OLD | NEW |