| 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 373 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 384 "webui/policy_material_design_ui.cc", | 384 "webui/policy_material_design_ui.cc", |
| 385 "webui/policy_material_design_ui.h", | 385 "webui/policy_material_design_ui.h", |
| 386 "webui/policy_ui.cc", | 386 "webui/policy_ui.cc", |
| 387 "webui/policy_ui.h", | 387 "webui/policy_ui.h", |
| 388 "webui/policy_ui_handler.cc", | 388 "webui/policy_ui_handler.cc", |
| 389 "webui/policy_ui_handler.h", | 389 "webui/policy_ui_handler.h", |
| 390 "webui/predictors/predictors_handler.cc", | 390 "webui/predictors/predictors_handler.cc", |
| 391 "webui/predictors/predictors_handler.h", | 391 "webui/predictors/predictors_handler.h", |
| 392 "webui/predictors/predictors_ui.cc", | 392 "webui/predictors/predictors_ui.cc", |
| 393 "webui/predictors/predictors_ui.h", | 393 "webui/predictors/predictors_ui.h", |
| 394 "webui/prefs_internals_source.cc", |
| 395 "webui/prefs_internals_source.h", |
| 394 "webui/profiler_ui.cc", | 396 "webui/profiler_ui.cc", |
| 395 "webui/profiler_ui.h", | 397 "webui/profiler_ui.h", |
| 396 "webui/quota_internals/quota_internals_handler.cc", | 398 "webui/quota_internals/quota_internals_handler.cc", |
| 397 "webui/quota_internals/quota_internals_handler.h", | 399 "webui/quota_internals/quota_internals_handler.h", |
| 398 "webui/quota_internals/quota_internals_proxy.cc", | 400 "webui/quota_internals/quota_internals_proxy.cc", |
| 399 "webui/quota_internals/quota_internals_proxy.h", | 401 "webui/quota_internals/quota_internals_proxy.h", |
| 400 "webui/quota_internals/quota_internals_types.cc", | 402 "webui/quota_internals/quota_internals_types.cc", |
| 401 "webui/quota_internals/quota_internals_types.h", | 403 "webui/quota_internals/quota_internals_types.h", |
| 402 "webui/quota_internals/quota_internals_ui.cc", | 404 "webui/quota_internals/quota_internals_ui.cc", |
| 403 "webui/quota_internals/quota_internals_ui.h", | 405 "webui/quota_internals/quota_internals_ui.h", |
| (...skipping 3124 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3528 "test/test_confirm_bubble_model.cc", | 3530 "test/test_confirm_bubble_model.cc", |
| 3529 "test/test_confirm_bubble_model.h", | 3531 "test/test_confirm_bubble_model.h", |
| 3530 ] | 3532 ] |
| 3531 deps += [ "//chrome/test:test_support_ui" ] | 3533 deps += [ "//chrome/test:test_support_ui" ] |
| 3532 } | 3534 } |
| 3533 | 3535 |
| 3534 if (enable_extensions) { | 3536 if (enable_extensions) { |
| 3535 deps += [ "//extensions/browser" ] | 3537 deps += [ "//extensions/browser" ] |
| 3536 } | 3538 } |
| 3537 } | 3539 } |
| OLD | NEW |