| 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 1120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1131 "renderer_host/render_widget_host_view_mac.h", | 1131 "renderer_host/render_widget_host_view_mac.h", |
| 1132 "renderer_host/render_widget_host_view_mac.mm", | 1132 "renderer_host/render_widget_host_view_mac.mm", |
| 1133 "renderer_host/render_widget_host_view_mac_dictionary_helper.h", | 1133 "renderer_host/render_widget_host_view_mac_dictionary_helper.h", |
| 1134 "renderer_host/render_widget_host_view_mac_dictionary_helper.mm", | 1134 "renderer_host/render_widget_host_view_mac_dictionary_helper.mm", |
| 1135 "renderer_host/render_widget_host_view_mac_editcommand_helper.h", | 1135 "renderer_host/render_widget_host_view_mac_editcommand_helper.h", |
| 1136 "renderer_host/render_widget_host_view_mac_editcommand_helper.mm", | 1136 "renderer_host/render_widget_host_view_mac_editcommand_helper.mm", |
| 1137 "renderer_host/renderer_frame_manager.cc", | 1137 "renderer_host/renderer_frame_manager.cc", |
| 1138 "renderer_host/renderer_frame_manager.h", | 1138 "renderer_host/renderer_frame_manager.h", |
| 1139 "renderer_host/sandbox_ipc_linux.cc", | 1139 "renderer_host/sandbox_ipc_linux.cc", |
| 1140 "renderer_host/sandbox_ipc_linux.h", | 1140 "renderer_host/sandbox_ipc_linux.h", |
| 1141 "renderer_host/shared_memory_allocator_impl.cc", |
| 1142 "renderer_host/shared_memory_allocator_impl.h", |
| 1141 "renderer_host/text_input_client_mac.h", | 1143 "renderer_host/text_input_client_mac.h", |
| 1142 "renderer_host/text_input_client_mac.mm", | 1144 "renderer_host/text_input_client_mac.mm", |
| 1143 "renderer_host/text_input_client_message_filter.h", | 1145 "renderer_host/text_input_client_message_filter.h", |
| 1144 "renderer_host/text_input_client_message_filter.mm", | 1146 "renderer_host/text_input_client_message_filter.mm", |
| 1145 "renderer_host/text_input_manager.cc", | 1147 "renderer_host/text_input_manager.cc", |
| 1146 "renderer_host/text_input_manager.h", | 1148 "renderer_host/text_input_manager.h", |
| 1147 "renderer_host/ui_events_helper.cc", | 1149 "renderer_host/ui_events_helper.cc", |
| 1148 "renderer_host/ui_events_helper.h", | 1150 "renderer_host/ui_events_helper.h", |
| 1149 "renderer_host/webmenurunner_mac.h", | 1151 "renderer_host/webmenurunner_mac.h", |
| 1150 "renderer_host/webmenurunner_mac.mm", | 1152 "renderer_host/webmenurunner_mac.mm", |
| (...skipping 795 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1946 if (!is_component_build) { | 1948 if (!is_component_build) { |
| 1947 public_deps = [ | 1949 public_deps = [ |
| 1948 ":browser", | 1950 ":browser", |
| 1949 ] | 1951 ] |
| 1950 } else { | 1952 } else { |
| 1951 public_deps = [ | 1953 public_deps = [ |
| 1952 "//third_party/leveldatabase", | 1954 "//third_party/leveldatabase", |
| 1953 ] | 1955 ] |
| 1954 } | 1956 } |
| 1955 } | 1957 } |
| OLD | NEW |