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/ui.gni") | 5 import("//build/config/ui.gni") |
6 | 6 |
7 # See //content/BUILD.gn for how this works. | 7 # See //content/BUILD.gn for how this works. |
8 group("browser") { | 8 group("browser") { |
9 if (is_component_build) { | 9 if (is_component_build) { |
10 public_deps = [ | 10 public_deps = [ |
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
140 "media_device_id.cc", | 140 "media_device_id.cc", |
141 "media_device_id.h", | 141 "media_device_id.h", |
142 "media_session.h", | 142 "media_session.h", |
143 "media_session_observer.cc", | 143 "media_session_observer.cc", |
144 "media_session_observer.h", | 144 "media_session_observer.h", |
145 "memory_coordinator.h", | 145 "memory_coordinator.h", |
146 "memory_coordinator_delegate.h", | 146 "memory_coordinator_delegate.h", |
147 "memory_pressure_controller.cc", | 147 "memory_pressure_controller.cc", |
148 "memory_pressure_controller.h", | 148 "memory_pressure_controller.h", |
149 "message_port_provider.h", | 149 "message_port_provider.h", |
| 150 "mhtml_extra_data.h", |
150 "native_web_keyboard_event.h", | 151 "native_web_keyboard_event.h", |
151 "navigation_controller.cc", | 152 "navigation_controller.cc", |
152 "navigation_controller.h", | 153 "navigation_controller.h", |
153 "navigation_data.h", | 154 "navigation_data.h", |
154 "navigation_details.cc", | 155 "navigation_details.cc", |
155 "navigation_details.h", | 156 "navigation_details.h", |
156 "navigation_entry.h", | 157 "navigation_entry.h", |
157 "navigation_handle.cc", | 158 "navigation_handle.cc", |
158 "navigation_handle.h", | 159 "navigation_handle.h", |
159 "navigation_throttle.cc", | 160 "navigation_throttle.cc", |
(...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
323 | 324 |
324 if (is_android) { | 325 if (is_android) { |
325 deps += [ "//ui/android" ] | 326 deps += [ "//ui/android" ] |
326 } | 327 } |
327 | 328 |
328 if (use_aura) { | 329 if (use_aura) { |
329 sources -= [ "context_factory.h" ] | 330 sources -= [ "context_factory.h" ] |
330 deps += [ "//ui/aura" ] | 331 deps += [ "//ui/aura" ] |
331 } | 332 } |
332 } | 333 } |
OLD | NEW |