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

Side by Side Diff: third_party/WebKit/Source/modules/BUILD.gn

Issue 2142813003: bluetooth: Avoid including non-blink mojo bindings in blink code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@my-origin
Patch Set: Add DCHECK for enum Created 4 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
« no previous file with comments | « media/blink/BUILD.gn ('k') | third_party/WebKit/Source/modules/bluetooth/BluetoothError.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("//third_party/WebKit/Source/bindings/bindings.gni") 5 import("//third_party/WebKit/Source/bindings/bindings.gni")
6 import("//third_party/WebKit/Source/bindings/modules/v8/generated.gni") 6 import("//third_party/WebKit/Source/bindings/modules/v8/generated.gni")
7 import("//third_party/WebKit/Source/bindings/modules/v8/v8.gni") 7 import("//third_party/WebKit/Source/bindings/modules/v8/v8.gni")
8 import("//third_party/WebKit/Source/build/scripts/scripts.gni") 8 import("//third_party/WebKit/Source/build/scripts/scripts.gni")
9 import("//third_party/WebKit/Source/modules/modules.gni") 9 import("//third_party/WebKit/Source/modules/modules.gni")
10 10
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 deps = [ 56 deps = [
57 ":make_modules_generated", 57 ":make_modules_generated",
58 "//components/webmessaging/public/interfaces:interfaces_blink", 58 "//components/webmessaging/public/interfaces:interfaces_blink",
59 "//device/battery:mojo_bindings_blink", 59 "//device/battery:mojo_bindings_blink",
60 "//device/nfc:mojo_bindings_blink", 60 "//device/nfc:mojo_bindings_blink",
61 "//device/usb/public/interfaces:interfaces_blink", 61 "//device/usb/public/interfaces:interfaces_blink",
62 "//device/vibration:mojo_bindings_blink", 62 "//device/vibration:mojo_bindings_blink",
63 "//device/vr:mojo_bindings_blink", 63 "//device/vr:mojo_bindings_blink",
64 "//media/mojo/interfaces:image_capture_blink", 64 "//media/mojo/interfaces:image_capture_blink",
65 "//third_party/WebKit/Source/core", 65 "//third_party/WebKit/Source/core",
66 "//third_party/WebKit/public:mojo_bindings",
67 "//third_party/WebKit/public:mojo_bindings_blink", 66 "//third_party/WebKit/public:mojo_bindings_blink",
68 "//third_party/icu", 67 "//third_party/icu",
69 "//third_party/sqlite", 68 "//third_party/sqlite",
70 "//third_party/zlib", 69 "//third_party/zlib",
71 ] 70 ]
72 71
73 if (is_win) { 72 if (is_win) {
74 cflags = [ "/wd4334" ] # Result of 32-bit shift implicitly converted to 64 bits. 73 cflags = [ "/wd4334" ] # Result of 32-bit shift implicitly converted to 64 bits.
75 } 74 }
76 75
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
118 } 117 }
119 118
120 # GYP version: WebKit/Source/modules/modules_generated.gyp:make_modules_generate d 119 # GYP version: WebKit/Source/modules/modules_generated.gyp:make_modules_generate d
121 group("make_modules_generated") { 120 group("make_modules_generated") {
122 public_deps = [ 121 public_deps = [
123 ":module_names", 122 ":module_names",
124 "//third_party/WebKit/Source/bindings/modules:bindings_modules_generated", 123 "//third_party/WebKit/Source/bindings/modules:bindings_modules_generated",
125 "//third_party/WebKit/Source/core:core_event_interfaces", 124 "//third_party/WebKit/Source/core:core_event_interfaces",
126 ] 125 ]
127 } 126 }
OLDNEW
« no previous file with comments | « media/blink/BUILD.gn ('k') | third_party/WebKit/Source/modules/bluetooth/BluetoothError.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698