| 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 524 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 535 "//components/signin/core/account_id", | 535 "//components/signin/core/account_id", |
| 536 "//components/signin/core/browser", | 536 "//components/signin/core/browser", |
| 537 "//components/spellcheck/browser", | 537 "//components/spellcheck/browser", |
| 538 "//components/ssl_errors", | 538 "//components/ssl_errors", |
| 539 "//components/startup_metric_utils/browser:lib", | 539 "//components/startup_metric_utils/browser:lib", |
| 540 "//components/strings", | 540 "//components/strings", |
| 541 "//components/subresource_filter/content/browser", | 541 "//components/subresource_filter/content/browser", |
| 542 "//components/suggestions/proto", | 542 "//components/suggestions/proto", |
| 543 "//components/supervised_user_error_page", | 543 "//components/supervised_user_error_page", |
| 544 "//components/sync", | 544 "//components/sync", |
| 545 "//components/sync_preferences", |
| 545 "//components/sync_sessions", | 546 "//components/sync_sessions", |
| 546 "//components/syncable_prefs", | |
| 547 "//components/toolbar", | 547 "//components/toolbar", |
| 548 "//components/tracing:startup_tracing", | 548 "//components/tracing:startup_tracing", |
| 549 "//components/undo", | 549 "//components/undo", |
| 550 "//components/update_client", | 550 "//components/update_client", |
| 551 "//components/upload_list", | 551 "//components/upload_list", |
| 552 "//components/url_formatter", | 552 "//components/url_formatter", |
| 553 "//components/user_manager", | 553 "//components/user_manager", |
| 554 "//components/user_prefs", | 554 "//components/user_prefs", |
| 555 "//components/variations", | 555 "//components/variations", |
| 556 "//components/variations/service", | 556 "//components/variations/service", |
| (...skipping 2868 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3425 "test/test_confirm_bubble_model.cc", | 3425 "test/test_confirm_bubble_model.cc", |
| 3426 "test/test_confirm_bubble_model.h", | 3426 "test/test_confirm_bubble_model.h", |
| 3427 ] | 3427 ] |
| 3428 deps += [ "//chrome/test:test_support_ui" ] | 3428 deps += [ "//chrome/test:test_support_ui" ] |
| 3429 } | 3429 } |
| 3430 | 3430 |
| 3431 if (enable_extensions) { | 3431 if (enable_extensions) { |
| 3432 deps += [ "//extensions/browser" ] | 3432 deps += [ "//extensions/browser" ] |
| 3433 } | 3433 } |
| 3434 } | 3434 } |
| OLD | NEW |