| 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 541 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 552 "//components/security_state/content", | 552 "//components/security_state/content", |
| 553 "//components/security_state/core", | 553 "//components/security_state/core", |
| 554 "//components/sessions", | 554 "//components/sessions", |
| 555 "//components/signin/core/account_id", | 555 "//components/signin/core/account_id", |
| 556 "//components/signin/core/browser", | 556 "//components/signin/core/browser", |
| 557 "//components/spellcheck/browser", | 557 "//components/spellcheck/browser", |
| 558 "//components/ssl_errors", | 558 "//components/ssl_errors", |
| 559 "//components/startup_metric_utils/browser:lib", | 559 "//components/startup_metric_utils/browser:lib", |
| 560 "//components/strings", | 560 "//components/strings", |
| 561 "//components/subresource_filter/content/browser", | 561 "//components/subresource_filter/content/browser", |
| 562 "//components/subresource_filter/core/browser:browser", |
| 562 "//components/suggestions/proto", | 563 "//components/suggestions/proto", |
| 563 "//components/supervised_user_error_page", | 564 "//components/supervised_user_error_page", |
| 564 "//components/sync", | 565 "//components/sync", |
| 565 "//components/sync_preferences", | 566 "//components/sync_preferences", |
| 566 "//components/sync_sessions", | 567 "//components/sync_sessions", |
| 567 "//components/toolbar", | 568 "//components/toolbar", |
| 568 "//components/tracing:startup_tracing", | 569 "//components/tracing:startup_tracing", |
| 569 "//components/ui_devtools", | 570 "//components/ui_devtools", |
| 570 "//components/undo", | 571 "//components/undo", |
| 571 "//components/update_client", | 572 "//components/update_client", |
| (...skipping 2975 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3547 "test/test_confirm_bubble_model.cc", | 3548 "test/test_confirm_bubble_model.cc", |
| 3548 "test/test_confirm_bubble_model.h", | 3549 "test/test_confirm_bubble_model.h", |
| 3549 ] | 3550 ] |
| 3550 deps += [ "//chrome/test:test_support_ui" ] | 3551 deps += [ "//chrome/test:test_support_ui" ] |
| 3551 } | 3552 } |
| 3552 | 3553 |
| 3553 if (enable_extensions) { | 3554 if (enable_extensions) { |
| 3554 deps += [ "//extensions/browser" ] | 3555 deps += [ "//extensions/browser" ] |
| 3555 } | 3556 } |
| 3556 } | 3557 } |
| OLD | NEW |