| 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 531 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 542 "//components/startup_metric_utils/browser:lib", | 542 "//components/startup_metric_utils/browser:lib", |
| 543 "//components/strings", | 543 "//components/strings", |
| 544 "//components/subresource_filter/content/browser", | 544 "//components/subresource_filter/content/browser", |
| 545 "//components/suggestions/proto", | 545 "//components/suggestions/proto", |
| 546 "//components/supervised_user_error_page", | 546 "//components/supervised_user_error_page", |
| 547 "//components/sync", | 547 "//components/sync", |
| 548 "//components/sync_preferences", | 548 "//components/sync_preferences", |
| 549 "//components/sync_sessions", | 549 "//components/sync_sessions", |
| 550 "//components/toolbar", | 550 "//components/toolbar", |
| 551 "//components/tracing:startup_tracing", | 551 "//components/tracing:startup_tracing", |
| 552 "//components/ui_devtools", |
| 552 "//components/undo", | 553 "//components/undo", |
| 553 "//components/update_client", | 554 "//components/update_client", |
| 554 "//components/upload_list", | 555 "//components/upload_list", |
| 555 "//components/url_formatter", | 556 "//components/url_formatter", |
| 556 "//components/user_manager", | 557 "//components/user_manager", |
| 557 "//components/user_prefs", | 558 "//components/user_prefs", |
| 558 "//components/variations", | 559 "//components/variations", |
| 559 "//components/variations/service", | 560 "//components/variations/service", |
| 560 "//components/version_ui", | 561 "//components/version_ui", |
| 561 "//components/web_cache/browser", | 562 "//components/web_cache/browser", |
| (...skipping 2925 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3487 "test/test_confirm_bubble_model.cc", | 3488 "test/test_confirm_bubble_model.cc", |
| 3488 "test/test_confirm_bubble_model.h", | 3489 "test/test_confirm_bubble_model.h", |
| 3489 ] | 3490 ] |
| 3490 deps += [ "//chrome/test:test_support_ui" ] | 3491 deps += [ "//chrome/test:test_support_ui" ] |
| 3491 } | 3492 } |
| 3492 | 3493 |
| 3493 if (enable_extensions) { | 3494 if (enable_extensions) { |
| 3494 deps += [ "//extensions/browser" ] | 3495 deps += [ "//extensions/browser" ] |
| 3495 } | 3496 } |
| 3496 } | 3497 } |
| OLD | NEW |