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/features.gni") | 5 import("//build/config/features.gni") |
6 import("//build/config/ui.gni") | 6 import("//build/config/ui.gni") |
7 import("//gpu/vulkan/features.gni") | 7 import("//gpu/vulkan/features.gni") |
8 import("//media/media_options.gni") | 8 import("//media/media_options.gni") |
9 import("//ppapi/features/features.gni") | 9 import("//ppapi/features/features.gni") |
10 import("//printing/features/features.gni") | 10 import("//printing/features/features.gni") |
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
57 "//content/browser/cache_storage:cache_storage_proto", | 57 "//content/browser/cache_storage:cache_storage_proto", |
58 "//content/browser/devtools:protocol_sources", | 58 "//content/browser/devtools:protocol_sources", |
59 "//content/browser/devtools:resources", | 59 "//content/browser/devtools:resources", |
60 "//content/browser/dom_storage:local_storage_proto", | 60 "//content/browser/dom_storage:local_storage_proto", |
61 "//content/browser/notifications:notification_proto", | 61 "//content/browser/notifications:notification_proto", |
62 "//content/browser/payments:payment_app_proto", | 62 "//content/browser/payments:payment_app_proto", |
63 "//content/browser/service_worker:service_worker_proto", | 63 "//content/browser/service_worker:service_worker_proto", |
64 "//content/browser/speech/proto", | 64 "//content/browser/speech/proto", |
65 "//content/common", | 65 "//content/common", |
66 "//content/common:features", | 66 "//content/common:features", |
| 67 "//content/common:mojo_bindings", |
67 "//content/public/common:common_sources", | 68 "//content/public/common:common_sources", |
68 "//crypto", | 69 "//crypto", |
69 "//device/battery", | 70 "//device/battery", |
70 "//device/battery:mojo_bindings", | 71 "//device/battery:mojo_bindings", |
71 "//device/bluetooth", | 72 "//device/bluetooth", |
72 "//device/gamepad", | 73 "//device/gamepad", |
73 "//device/generic_sensor", | 74 "//device/generic_sensor", |
74 "//device/geolocation", | 75 "//device/geolocation", |
75 "//device/geolocation/public/interfaces", | 76 "//device/geolocation/public/interfaces", |
76 "//device/nfc:mojo_bindings", | 77 "//device/nfc:mojo_bindings", |
(...skipping 535 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
612 "download/save_file_resource_handler.cc", | 613 "download/save_file_resource_handler.cc", |
613 "download/save_file_resource_handler.h", | 614 "download/save_file_resource_handler.h", |
614 "download/save_item.cc", | 615 "download/save_item.cc", |
615 "download/save_item.h", | 616 "download/save_item.h", |
616 "download/save_package.cc", | 617 "download/save_package.cc", |
617 "download/save_package.h", | 618 "download/save_package.h", |
618 "download/save_types.cc", | 619 "download/save_types.cc", |
619 "download/save_types.h", | 620 "download/save_types.h", |
620 "download/url_downloader.cc", | 621 "download/url_downloader.cc", |
621 "download/url_downloader.h", | 622 "download/url_downloader.h", |
| 623 "field_trial_recorder.cc", |
| 624 "field_trial_recorder.h", |
622 "fileapi/browser_file_system_helper.cc", | 625 "fileapi/browser_file_system_helper.cc", |
623 "fileapi/browser_file_system_helper.h", | 626 "fileapi/browser_file_system_helper.h", |
624 "fileapi/fileapi_message_filter.cc", | 627 "fileapi/fileapi_message_filter.cc", |
625 "fileapi/fileapi_message_filter.h", | 628 "fileapi/fileapi_message_filter.h", |
626 "fileapi/upload_file_system_file_element_reader.cc", | 629 "fileapi/upload_file_system_file_element_reader.cc", |
627 "fileapi/upload_file_system_file_element_reader.h", | 630 "fileapi/upload_file_system_file_element_reader.h", |
628 "find_request_manager.cc", | 631 "find_request_manager.cc", |
629 "find_request_manager.h", | 632 "find_request_manager.h", |
630 "font_list_async.cc", | 633 "font_list_async.cc", |
631 "frame_host/ancestor_throttle.cc", | 634 "frame_host/ancestor_throttle.cc", |
(...skipping 1412 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2044 if (!is_component_build) { | 2047 if (!is_component_build) { |
2045 public_deps = [ | 2048 public_deps = [ |
2046 ":browser", | 2049 ":browser", |
2047 ] | 2050 ] |
2048 } else { | 2051 } else { |
2049 public_deps = [ | 2052 public_deps = [ |
2050 "//third_party/leveldatabase", | 2053 "//third_party/leveldatabase", |
2051 ] | 2054 ] |
2052 } | 2055 } |
2053 } | 2056 } |
OLD | NEW |