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

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

Issue 2460723003: Enable connection to Mojo services from Blink (Closed)
Patch Set: Fix build Created 4 years, 1 month 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("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//media/media_options.gni") 7 import("//media/media_options.gni")
8 import("//printing/features/features.gni") 8 import("//printing/features/features.gni")
9 import("//tools/ipc_fuzzer/ipc_fuzzer.gni") 9 import("//tools/ipc_fuzzer/ipc_fuzzer.gni")
10 10
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 "//device/battery", 61 "//device/battery",
62 "//device/battery:mojo_bindings", 62 "//device/battery:mojo_bindings",
63 "//device/bluetooth", 63 "//device/bluetooth",
64 "//device/gamepad", 64 "//device/gamepad",
65 "//device/generic_sensor", 65 "//device/generic_sensor",
66 "//device/geolocation", 66 "//device/geolocation",
67 "//device/geolocation/public/interfaces", 67 "//device/geolocation/public/interfaces",
68 "//device/nfc:mojo_bindings", 68 "//device/nfc:mojo_bindings",
69 "//device/power_save_blocker", 69 "//device/power_save_blocker",
70 "//device/sensors/public/cpp", 70 "//device/sensors/public/cpp",
71 "//device/time_zone_monitor",
72 "//device/time_zone_monitor/public/interfaces",
73 "//device/vibration", 71 "//device/vibration",
74 "//device/wake_lock", 72 "//device/wake_lock",
75 "//gin", 73 "//gin",
76 "//google_apis", 74 "//google_apis",
77 "//gpu", 75 "//gpu",
78 "//gpu/command_buffer/client:gles2_implementation", 76 "//gpu/command_buffer/client:gles2_implementation",
79 "//gpu/command_buffer/client:gles2_interface", 77 "//gpu/command_buffer/client:gles2_interface",
80 "//ipc", 78 "//ipc",
81 "//ipc:mojom", 79 "//ipc:mojom",
82 "//media", 80 "//media",
(...skipping 1864 matching lines...) Expand 10 before | Expand all | Expand 10 after
1947 if (!is_component_build) { 1945 if (!is_component_build) {
1948 public_deps = [ 1946 public_deps = [
1949 ":browser", 1947 ":browser",
1950 ] 1948 ]
1951 } else { 1949 } else {
1952 public_deps = [ 1950 public_deps = [
1953 "//third_party/leveldatabase", 1951 "//third_party/leveldatabase",
1954 ] 1952 ]
1955 } 1953 }
1956 } 1954 }
OLDNEW
« no previous file with comments | « no previous file | content/browser/DEPS » ('j') | third_party/WebKit/Source/modules/time_zone_monitor/DEPS » ('J')

Powered by Google App Engine
This is Rietveld 408576698