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