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

Side by Side Diff: extensions/browser/BUILD.gn

Issue 2719333002: second stage
Patch Set: Need to get around resource loading without web/ Created 3 years, 9 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/features.gni") 5 import("//build/config/features.gni")
6 import("//extensions/features/features.gni") 6 import("//extensions/features/features.gni")
7 7
8 group("browser") { 8 group("browser") {
9 public_deps = [ 9 public_deps = [
10 "//extensions/browser:browser_context_keyed_service_factories", 10 "//extensions/browser:browser_context_keyed_service_factories",
(...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after
211 "lazy_background_task_queue.cc", 211 "lazy_background_task_queue.cc",
212 "lazy_background_task_queue.h", 212 "lazy_background_task_queue.h",
213 "lazy_background_task_queue_factory.cc", 213 "lazy_background_task_queue_factory.cc",
214 "lazy_background_task_queue_factory.h", 214 "lazy_background_task_queue_factory.h",
215 "load_monitoring_extension_host_queue.cc", 215 "load_monitoring_extension_host_queue.cc",
216 "load_monitoring_extension_host_queue.h", 216 "load_monitoring_extension_host_queue.h",
217 "management_policy.cc", 217 "management_policy.cc",
218 "management_policy.h", 218 "management_policy.h",
219 "mojo/keep_alive_impl.cc", 219 "mojo/keep_alive_impl.cc",
220 "mojo/keep_alive_impl.h", 220 "mojo/keep_alive_impl.h",
221 "mojo/mime_handler_view_service.cc",
222 "mojo/mime_handler_view_service.h",
221 "mojo/service_registration.cc", 223 "mojo/service_registration.cc",
222 "mojo/service_registration.h", 224 "mojo/service_registration.h",
223 "notification_types.cc", 225 "notification_types.cc",
224 "notification_types.h", 226 "notification_types.h",
225 "null_app_sorting.cc", 227 "null_app_sorting.cc",
226 "null_app_sorting.h", 228 "null_app_sorting.h",
227 "pref_names.cc", 229 "pref_names.cc",
228 "pref_names.h", 230 "pref_names.h",
229 "process_manager.cc", 231 "process_manager.cc",
230 "process_manager.h", 232 "process_manager.h",
(...skipping 235 matching lines...) Expand 10 before | Expand all | Expand 10 after
466 "//net:test_support", 468 "//net:test_support",
467 "//third_party/leveldatabase", 469 "//third_party/leveldatabase",
468 "//third_party/zlib:zip", 470 "//third_party/zlib:zip",
469 ] 471 ]
470 472
471 if (is_chromeos) { 473 if (is_chromeos) {
472 sources += [ "api/webcam_private/visca_webcam_unittest.cc" ] 474 sources += [ "api/webcam_private/visca_webcam_unittest.cc" ]
473 deps += [ "//chromeos:test_support" ] 475 deps += [ "//chromeos:test_support" ]
474 } 476 }
475 } 477 }
OLDNEW
« no previous file with comments | « content/renderer/render_frame_impl.cc ('k') | extensions/browser/guest_view/mime_handler_view/mime_handler_view_guest.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698