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 115 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
126 "histogram_fetcher.h", | 126 "histogram_fetcher.h", |
127 "host_zoom_map.h", | 127 "host_zoom_map.h", |
128 "indexed_db_context.h", | 128 "indexed_db_context.h", |
129 "indexed_db_info.h", | 129 "indexed_db_info.h", |
130 "interstitial_page.h", | 130 "interstitial_page.h", |
131 "interstitial_page_delegate.cc", | 131 "interstitial_page_delegate.cc", |
132 "interstitial_page_delegate.h", | 132 "interstitial_page_delegate.h", |
133 "invalidate_type.h", | 133 "invalidate_type.h", |
134 "javascript_dialog_manager.cc", | 134 "javascript_dialog_manager.cc", |
135 "javascript_dialog_manager.h", | 135 "javascript_dialog_manager.h", |
| 136 "keyboard_event_processing_result.h", |
136 "load_notification_details.h", | 137 "load_notification_details.h", |
137 "local_storage_usage_info.h", | 138 "local_storage_usage_info.h", |
138 "media_capture_devices.h", | 139 "media_capture_devices.h", |
139 "media_device_id.cc", | 140 "media_device_id.cc", |
140 "media_device_id.h", | 141 "media_device_id.h", |
141 "media_session.h", | 142 "media_session.h", |
142 "media_session_observer.cc", | 143 "media_session_observer.cc", |
143 "media_session_observer.h", | 144 "media_session_observer.h", |
144 "memory_coordinator.h", | 145 "memory_coordinator.h", |
145 "memory_coordinator_delegate.h", | 146 "memory_coordinator_delegate.h", |
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
325 | 326 |
326 if (use_aura) { | 327 if (use_aura) { |
327 sources -= [ "context_factory.h" ] | 328 sources -= [ "context_factory.h" ] |
328 deps += [ "//ui/aura" ] | 329 deps += [ "//ui/aura" ] |
329 } | 330 } |
330 | 331 |
331 if (!is_android) { | 332 if (!is_android) { |
332 sources += [ "devtools_frontend_host.h" ] | 333 sources += [ "devtools_frontend_host.h" ] |
333 } | 334 } |
334 } | 335 } |
OLD | NEW |