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

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

Issue 2697463002: Convert utility process extension Unpacker IPC to mojo (Closed)
Patch Set: Set the IPC enum traits limit to extensions::Manifest::NUM_LOCATIONS - 1. 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
« no previous file with comments | « extensions/DEPS ('k') | extensions/browser/extensions_test.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 277 matching lines...) Expand 10 before | Expand all | Expand 10 after
288 ] 288 ]
289 289
290 deps += [ 290 deps += [
291 "//components/crx_file", 291 "//components/crx_file",
292 "//components/prefs", 292 "//components/prefs",
293 "//components/sync", 293 "//components/sync",
294 "//components/update_client", 294 "//components/update_client",
295 "//components/variations", 295 "//components/variations",
296 "//crypto:platform", 296 "//crypto:platform",
297 "//extensions:extensions_browser_resources", 297 "//extensions:extensions_browser_resources",
298 "//extensions/common:mojo", 298 "//extensions/common",
299 "//services/service_manager/public/cpp", 299 "//services/service_manager/public/cpp",
300 ] 300 ]
301 } 301 }
302 } 302 }
303 303
304 source_set("browser_tests") { 304 source_set("browser_tests") {
305 testonly = true 305 testonly = true
306 sources = [ 306 sources = [
307 "api/audio/audio_apitest.cc", 307 "api/audio/audio_apitest.cc",
308 "api/bluetooth_socket/bluetooth_socket_apitest.cc", 308 "api/bluetooth_socket/bluetooth_socket_apitest.cc",
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
468 "//net:test_support", 468 "//net:test_support",
469 "//third_party/leveldatabase", 469 "//third_party/leveldatabase",
470 "//third_party/zlib:zip", 470 "//third_party/zlib:zip",
471 ] 471 ]
472 472
473 if (is_chromeos) { 473 if (is_chromeos) {
474 sources += [ "api/webcam_private/visca_webcam_unittest.cc" ] 474 sources += [ "api/webcam_private/visca_webcam_unittest.cc" ]
475 deps += [ "//chromeos:test_support" ] 475 deps += [ "//chromeos:test_support" ]
476 } 476 }
477 } 477 }
OLDNEW
« no previous file with comments | « extensions/DEPS ('k') | extensions/browser/extensions_test.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698