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

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

Issue 2958333002: [Payments] Implement web payment app manifest (Closed)
Patch Set: use url::Origin Created 3 years, 5 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 229 matching lines...) Expand 10 before | Expand all | Expand 10 after
240 "speech_recognition_session_config.cc", 240 "speech_recognition_session_config.cc",
241 "speech_recognition_session_config.h", 241 "speech_recognition_session_config.h",
242 "speech_recognition_session_context.cc", 242 "speech_recognition_session_context.cc",
243 "speech_recognition_session_context.h", 243 "speech_recognition_session_context.h",
244 "speech_recognition_session_preamble.cc", 244 "speech_recognition_session_preamble.cc",
245 "speech_recognition_session_preamble.h", 245 "speech_recognition_session_preamble.h",
246 "ssl_host_state_delegate.h", 246 "ssl_host_state_delegate.h",
247 "ssl_status.cc", 247 "ssl_status.cc",
248 "ssl_status.h", 248 "ssl_status.h",
249 "storage_partition.h", 249 "storage_partition.h",
250 "stored_payment_app.cc",
251 "stored_payment_app.h",
250 "stored_payment_instrument.cc", 252 "stored_payment_instrument.cc",
251 "stored_payment_instrument.h", 253 "stored_payment_instrument.h",
252 "stream_handle.h", 254 "stream_handle.h",
253 "stream_info.cc", 255 "stream_info.cc",
254 "stream_info.h", 256 "stream_info.h",
255 "trace_uploader.h", 257 "trace_uploader.h",
256 "tracing_controller.h", 258 "tracing_controller.h",
257 "tracing_delegate.cc", 259 "tracing_delegate.cc",
258 "tracing_delegate.h", 260 "tracing_delegate.h",
259 "url_data_source.cc", 261 "url_data_source.cc",
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
350 ] 352 ]
351 } 353 }
352 354
353 if (is_chromeos) { 355 if (is_chromeos) {
354 sources += [ 356 sources += [
355 "arc_tracing_agent.cc", 357 "arc_tracing_agent.cc",
356 "arc_tracing_agent.h", 358 "arc_tracing_agent.h",
357 ] 359 ]
358 } 360 }
359 } 361 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698