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/crypto.gni") | 5 import("//build/config/crypto.gni") |
6 import("//build/config/features.gni") | 6 import("//build/config/features.gni") |
7 import("//build/config/ui.gni") | 7 import("//build/config/ui.gni") |
8 import("//build/split_static_library.gni") | 8 import("//build/split_static_library.gni") |
9 import("//chrome/common/features.gni") | 9 import("//chrome/common/features.gni") |
10 import("//media/media_options.gni") | 10 import("//media/media_options.gni") |
(...skipping 536 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
547 "//components/user_prefs", | 547 "//components/user_prefs", |
548 "//components/variations", | 548 "//components/variations", |
549 "//components/variations/service", | 549 "//components/variations/service", |
550 "//components/version_ui", | 550 "//components/version_ui", |
551 "//components/web_cache/browser", | 551 "//components/web_cache/browser", |
552 "//components/web_resource", | 552 "//components/web_resource", |
553 "//components/zoom", | 553 "//components/zoom", |
554 "//content/app/resources", | 554 "//content/app/resources", |
555 "//content/public/common", | 555 "//content/public/common", |
556 "//crypto", | 556 "//crypto", |
557 "//device/bluetooth:mojo", | |
ortuno
2016/09/28 09:44:54
I don't think you need to depend on the implementa
mbrunson
2016/09/28 21:20:34
Done.
| |
557 "//device/core", | 558 "//device/core", |
558 "//device/usb", | 559 "//device/usb", |
559 "//media", | 560 "//media", |
560 "//net:net_with_v8", | 561 "//net:net_with_v8", |
561 "//net:stale_while_revalidate_experiment_domains", | 562 "//net:stale_while_revalidate_experiment_domains", |
562 "//services/shell/runner/common", | 563 "//services/shell/runner/common", |
563 "//skia", | 564 "//skia", |
564 "//storage/browser", | 565 "//storage/browser", |
565 "//storage/common", | 566 "//storage/common", |
566 "//third_party/WebKit/public:resources", | 567 "//third_party/WebKit/public:resources", |
(...skipping 2817 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
3384 "passwords/passwords_model_delegate_mock.cc", | 3385 "passwords/passwords_model_delegate_mock.cc", |
3385 "passwords/passwords_model_delegate_mock.h", | 3386 "passwords/passwords_model_delegate_mock.h", |
3386 ] | 3387 ] |
3387 deps += [ "//chrome/test:test_support_ui" ] | 3388 deps += [ "//chrome/test:test_support_ui" ] |
3388 } | 3389 } |
3389 | 3390 |
3390 if (enable_extensions) { | 3391 if (enable_extensions) { |
3391 deps += [ "//extensions/browser" ] | 3392 deps += [ "//extensions/browser" ] |
3392 } | 3393 } |
3393 } | 3394 } |
OLD | NEW |