| 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 328 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 339 "webui/cookies_tree_model_util.cc", | 339 "webui/cookies_tree_model_util.cc", |
| 340 "webui/cookies_tree_model_util.h", | 340 "webui/cookies_tree_model_util.h", |
| 341 "webui/crashes_ui.cc", | 341 "webui/crashes_ui.cc", |
| 342 "webui/crashes_ui.h", | 342 "webui/crashes_ui.h", |
| 343 "webui/device_log_ui.cc", | 343 "webui/device_log_ui.cc", |
| 344 "webui/device_log_ui.h", | 344 "webui/device_log_ui.h", |
| 345 "webui/domain_reliability_internals_ui.cc", | 345 "webui/domain_reliability_internals_ui.cc", |
| 346 "webui/domain_reliability_internals_ui.h", | 346 "webui/domain_reliability_internals_ui.h", |
| 347 "webui/engagement/site_engagement_ui.cc", | 347 "webui/engagement/site_engagement_ui.cc", |
| 348 "webui/engagement/site_engagement_ui.h", | 348 "webui/engagement/site_engagement_ui.h", |
| 349 "webui/fallback_icon_source.cc", | |
| 350 "webui/fallback_icon_source.h", | |
| 351 "webui/favicon_source.cc", | 349 "webui/favicon_source.cc", |
| 352 "webui/favicon_source.h", | 350 "webui/favicon_source.h", |
| 353 "webui/fileicon_source.cc", | 351 "webui/fileicon_source.cc", |
| 354 "webui/fileicon_source.h", | 352 "webui/fileicon_source.h", |
| 355 "webui/flags_ui.cc", | 353 "webui/flags_ui.cc", |
| 356 "webui/flags_ui.h", | 354 "webui/flags_ui.h", |
| 357 "webui/gcm_internals_ui.cc", | 355 "webui/gcm_internals_ui.cc", |
| 358 "webui/gcm_internals_ui.h", | 356 "webui/gcm_internals_ui.h", |
| 359 "webui/instant_ui.cc", | 357 "webui/instant_ui.cc", |
| 360 "webui/instant_ui.h", | 358 "webui/instant_ui.h", |
| (...skipping 3241 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3602 deps += [ | 3600 deps += [ |
| 3603 "//chrome/test:test_support_ui", | 3601 "//chrome/test:test_support_ui", |
| 3604 "//components/zoom", | 3602 "//components/zoom", |
| 3605 ] | 3603 ] |
| 3606 } | 3604 } |
| 3607 | 3605 |
| 3608 if (enable_extensions) { | 3606 if (enable_extensions) { |
| 3609 deps += [ "//extensions/browser" ] | 3607 deps += [ "//extensions/browser" ] |
| 3610 } | 3608 } |
| 3611 } | 3609 } |
| OLD | NEW |