| 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 545 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 556 "//components/startup_metric_utils/browser:lib", | 556 "//components/startup_metric_utils/browser:lib", |
| 557 "//components/strings", | 557 "//components/strings", |
| 558 "//components/subresource_filter/content/browser", | 558 "//components/subresource_filter/content/browser", |
| 559 "//components/subresource_filter/core/browser:browser", | 559 "//components/subresource_filter/core/browser:browser", |
| 560 "//components/suggestions/proto", | 560 "//components/suggestions/proto", |
| 561 "//components/supervised_user_error_page", | 561 "//components/supervised_user_error_page", |
| 562 "//components/sync", | 562 "//components/sync", |
| 563 "//components/sync_preferences", | 563 "//components/sync_preferences", |
| 564 "//components/sync_sessions", | 564 "//components/sync_sessions", |
| 565 "//components/toolbar", | 565 "//components/toolbar", |
| 566 "//components/toolbar:vector_icons", |
| 566 "//components/tracing:startup_tracing", | 567 "//components/tracing:startup_tracing", |
| 567 "//components/ui_devtools", | 568 "//components/ui_devtools", |
| 568 "//components/undo", | 569 "//components/undo", |
| 569 "//components/update_client", | 570 "//components/update_client", |
| 570 "//components/upload_list", | 571 "//components/upload_list", |
| 571 "//components/url_formatter", | 572 "//components/url_formatter", |
| 572 "//components/user_manager", | 573 "//components/user_manager", |
| 573 "//components/user_prefs", | 574 "//components/user_prefs", |
| 574 "//components/variations", | 575 "//components/variations", |
| 575 "//components/variations/service", | 576 "//components/variations/service", |
| (...skipping 3031 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3607 deps += [ | 3608 deps += [ |
| 3608 "//chrome/test:test_support_ui", | 3609 "//chrome/test:test_support_ui", |
| 3609 "//components/zoom", | 3610 "//components/zoom", |
| 3610 ] | 3611 ] |
| 3611 } | 3612 } |
| 3612 | 3613 |
| 3613 if (enable_extensions) { | 3614 if (enable_extensions) { |
| 3614 deps += [ "//extensions/browser" ] | 3615 deps += [ "//extensions/browser" ] |
| 3615 } | 3616 } |
| 3616 } | 3617 } |
| OLD | NEW |