Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(24)

Side by Side Diff: content/public/browser/BUILD.gn

Issue 2683493002: Get signals working in the EXTRA_DATA section of MHTML (Closed)
Patch Set: Merge changelist with tip of tree Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
143 "media_device_id.h", 143 "media_device_id.h",
144 "media_request_state.h", 144 "media_request_state.h",
145 "media_session.h", 145 "media_session.h",
146 "media_session_observer.cc", 146 "media_session_observer.cc",
147 "media_session_observer.h", 147 "media_session_observer.h",
148 "memory_coordinator.h", 148 "memory_coordinator.h",
149 "memory_coordinator_delegate.h", 149 "memory_coordinator_delegate.h",
150 "memory_pressure_controller.cc", 150 "memory_pressure_controller.cc",
151 "memory_pressure_controller.h", 151 "memory_pressure_controller.h",
152 "message_port_provider.h", 152 "message_port_provider.h",
153 "mhtml_extra_parts.h",
153 "native_web_keyboard_event.h", 154 "native_web_keyboard_event.h",
154 "navigation_controller.cc", 155 "navigation_controller.cc",
155 "navigation_controller.h", 156 "navigation_controller.h",
156 "navigation_data.h", 157 "navigation_data.h",
157 "navigation_details.cc", 158 "navigation_details.cc",
158 "navigation_details.h", 159 "navigation_details.h",
159 "navigation_entry.h", 160 "navigation_entry.h",
160 "navigation_handle.cc", 161 "navigation_handle.cc",
161 "navigation_handle.h", 162 "navigation_handle.h",
162 "navigation_throttle.cc", 163 "navigation_throttle.cc",
(...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after
333 334
334 if (use_aura) { 335 if (use_aura) {
335 sources -= [ "context_factory.h" ] 336 sources -= [ "context_factory.h" ]
336 deps += [ "//ui/aura" ] 337 deps += [ "//ui/aura" ]
337 } 338 }
338 339
339 if (!is_android) { 340 if (!is_android) {
340 sources += [ "devtools_frontend_host.h" ] 341 sources += [ "devtools_frontend_host.h" ]
341 } 342 }
342 } 343 }
OLDNEW
« no previous file with comments | « content/browser/download/mhtml_generation_manager.cc ('k') | content/public/browser/mhtml_extra_parts.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698