| 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("//media/media_options.gni") | 7 import("//media/media_options.gni") |
| 8 import("//printing/features/features.gni") | 8 import("//printing/features/features.gni") |
| 9 import("//tools/ipc_fuzzer/ipc_fuzzer.gni") | 9 import("//tools/ipc_fuzzer/ipc_fuzzer.gni") |
| 10 | 10 |
| (...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 61 "//content/public/common:common_sources", | 61 "//content/public/common:common_sources", |
| 62 "//crypto", | 62 "//crypto", |
| 63 "//device/battery", | 63 "//device/battery", |
| 64 "//device/battery:mojo_bindings", | 64 "//device/battery:mojo_bindings", |
| 65 "//device/bluetooth", | 65 "//device/bluetooth", |
| 66 "//device/gamepad", | 66 "//device/gamepad", |
| 67 "//device/generic_sensor", | 67 "//device/generic_sensor", |
| 68 "//device/geolocation", | 68 "//device/geolocation", |
| 69 "//device/geolocation/public/interfaces", | 69 "//device/geolocation/public/interfaces", |
| 70 "//device/nfc:mojo_bindings", | 70 "//device/nfc:mojo_bindings", |
| 71 "//device/power_monitor", |
| 71 "//device/power_save_blocker", | 72 "//device/power_save_blocker", |
| 72 "//device/sensors/public/cpp", | 73 "//device/sensors/public/cpp", |
| 73 "//device/time_zone_monitor", | 74 "//device/time_zone_monitor", |
| 74 "//device/time_zone_monitor/public/interfaces", | 75 "//device/time_zone_monitor/public/interfaces", |
| 75 "//device/vibration", | 76 "//device/vibration", |
| 76 "//device/wake_lock", | 77 "//device/wake_lock", |
| 77 "//gin", | 78 "//gin", |
| 78 "//google_apis", | 79 "//google_apis", |
| 79 "//gpu", | 80 "//gpu", |
| 80 "//gpu/command_buffer/client:gles2_implementation", | 81 "//gpu/command_buffer/client:gles2_implementation", |
| (...skipping 850 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 931 "notifications/type_converters.cc", | 932 "notifications/type_converters.cc", |
| 932 "notifications/type_converters.h", | 933 "notifications/type_converters.h", |
| 933 "payments/payment_app_context.cc", | 934 "payments/payment_app_context.cc", |
| 934 "payments/payment_app_context.h", | 935 "payments/payment_app_context.h", |
| 935 "payments/payment_app_manager.cc", | 936 "payments/payment_app_manager.cc", |
| 936 "payments/payment_app_manager.h", | 937 "payments/payment_app_manager.h", |
| 937 "permissions/permission_service_context.cc", | 938 "permissions/permission_service_context.cc", |
| 938 "permissions/permission_service_context.h", | 939 "permissions/permission_service_context.h", |
| 939 "permissions/permission_service_impl.cc", | 940 "permissions/permission_service_impl.cc", |
| 940 "permissions/permission_service_impl.h", | 941 "permissions/permission_service_impl.h", |
| 941 "power_monitor_message_broadcaster.cc", | |
| 942 "power_monitor_message_broadcaster.h", | |
| 943 "presentation/presentation_service_impl.cc", | 942 "presentation/presentation_service_impl.cc", |
| 944 "presentation/presentation_service_impl.h", | 943 "presentation/presentation_service_impl.h", |
| 945 "presentation/presentation_type_converters.cc", | 944 "presentation/presentation_type_converters.cc", |
| 946 "presentation/presentation_type_converters.h", | 945 "presentation/presentation_type_converters.h", |
| 947 "profiler_controller_impl.cc", | 946 "profiler_controller_impl.cc", |
| 948 "profiler_controller_impl.h", | 947 "profiler_controller_impl.h", |
| 949 "profiler_message_filter.cc", | 948 "profiler_message_filter.cc", |
| 950 "profiler_message_filter.h", | 949 "profiler_message_filter.h", |
| 951 "push_messaging/push_messaging_message_filter.cc", | 950 "push_messaging/push_messaging_message_filter.cc", |
| 952 "push_messaging/push_messaging_message_filter.h", | 951 "push_messaging/push_messaging_message_filter.h", |
| (...skipping 1000 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1953 if (!is_component_build) { | 1952 if (!is_component_build) { |
| 1954 public_deps = [ | 1953 public_deps = [ |
| 1955 ":browser", | 1954 ":browser", |
| 1956 ] | 1955 ] |
| 1957 } else { | 1956 } else { |
| 1958 public_deps = [ | 1957 public_deps = [ |
| 1959 "//third_party/leveldatabase", | 1958 "//third_party/leveldatabase", |
| 1960 ] | 1959 ] |
| 1961 } | 1960 } |
| 1962 } | 1961 } |
| OLD | NEW |