| 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 2269 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2280 "android/page_info/certificate_chain_helper.h", | 2280 "android/page_info/certificate_chain_helper.h", |
| 2281 "android/page_info/certificate_viewer_android.cc", | 2281 "android/page_info/certificate_viewer_android.cc", |
| 2282 "android/page_info/certificate_viewer_android.h", | 2282 "android/page_info/certificate_viewer_android.h", |
| 2283 "android/page_info/connection_info_popup_android.cc", | 2283 "android/page_info/connection_info_popup_android.cc", |
| 2284 "android/page_info/connection_info_popup_android.h", | 2284 "android/page_info/connection_info_popup_android.h", |
| 2285 "android/page_info/page_info_popup_android.cc", | 2285 "android/page_info/page_info_popup_android.cc", |
| 2286 "android/page_info/page_info_popup_android.h", | 2286 "android/page_info/page_info_popup_android.h", |
| 2287 "android/simple_message_box_android.cc", | 2287 "android/simple_message_box_android.cc", |
| 2288 "android/snackbars/auto_signin_prompt_controller.cc", | 2288 "android/snackbars/auto_signin_prompt_controller.cc", |
| 2289 "android/snackbars/auto_signin_prompt_controller.h", | 2289 "android/snackbars/auto_signin_prompt_controller.h", |
| 2290 "android/snackbars/translate_snackbar.cc", |
| 2291 "android/snackbars/translate_snackbar.h", |
| 2290 "android/ssl_client_certificate_request.cc", | 2292 "android/ssl_client_certificate_request.cc", |
| 2291 "android/ssl_client_certificate_request.h", | 2293 "android/ssl_client_certificate_request.h", |
| 2292 "android/tab_contents/chrome_web_contents_view_delegate_android.cc", | 2294 "android/tab_contents/chrome_web_contents_view_delegate_android.cc", |
| 2293 "android/tab_contents/chrome_web_contents_view_delegate_android.h", | 2295 "android/tab_contents/chrome_web_contents_view_delegate_android.h", |
| 2294 "android/tab_model/android_live_tab_context.cc", | 2296 "android/tab_model/android_live_tab_context.cc", |
| 2295 "android/tab_model/android_live_tab_context.h", | 2297 "android/tab_model/android_live_tab_context.h", |
| 2296 "android/tab_model/single_tab_model.cc", | 2298 "android/tab_model/single_tab_model.cc", |
| 2297 "android/tab_model/single_tab_model.h", | 2299 "android/tab_model/single_tab_model.h", |
| 2298 "android/tab_model/tab_model.cc", | 2300 "android/tab_model/tab_model.cc", |
| 2299 "android/tab_model/tab_model.h", | 2301 "android/tab_model/tab_model.h", |
| (...skipping 1273 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3573 "test/test_confirm_bubble_model.cc", | 3575 "test/test_confirm_bubble_model.cc", |
| 3574 "test/test_confirm_bubble_model.h", | 3576 "test/test_confirm_bubble_model.h", |
| 3575 ] | 3577 ] |
| 3576 deps += [ "//chrome/test:test_support_ui" ] | 3578 deps += [ "//chrome/test:test_support_ui" ] |
| 3577 } | 3579 } |
| 3578 | 3580 |
| 3579 if (enable_extensions) { | 3581 if (enable_extensions) { |
| 3580 deps += [ "//extensions/browser" ] | 3582 deps += [ "//extensions/browser" ] |
| 3581 } | 3583 } |
| 3582 } | 3584 } |
| OLD | NEW |