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

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

Issue 1963293002: Replacing Indexed DB Chromium IPC with Mojo Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Some (incomplete) work on struct traits. 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
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 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 "//third_party/WebKit/Source:config", 49 "//third_party/WebKit/Source:config",
50 "//third_party/WebKit/Source:non_test_config", 50 "//third_party/WebKit/Source:non_test_config",
51 "//third_party/WebKit/Source:inside_blink", 51 "//third_party/WebKit/Source:inside_blink",
52 ] 52 ]
53 53
54 defines = [ "BLINK_MODULES_IMPLEMENTATION=1" ] 54 defines = [ "BLINK_MODULES_IMPLEMENTATION=1" ]
55 55
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 "//content/browser/indexed_db:indexed_db_mojom_blink",
59 "//device/battery:mojo_bindings_blink", 60 "//device/battery:mojo_bindings_blink",
60 "//device/nfc:mojo_bindings_blink", 61 "//device/nfc:mojo_bindings_blink",
61 "//device/usb/public/interfaces:interfaces_blink", 62 "//device/usb/public/interfaces:interfaces_blink",
62 "//device/vibration:mojo_bindings_blink", 63 "//device/vibration:mojo_bindings_blink",
63 "//device/vr:mojo_bindings_blink", 64 "//device/vr:mojo_bindings_blink",
64 "//media/mojo/interfaces:image_capture_blink", 65 "//media/mojo/interfaces:image_capture_blink",
65 "//third_party/WebKit/Source/core", 66 "//third_party/WebKit/Source/core",
66 "//third_party/WebKit/public:mojo_bindings", 67 "//third_party/WebKit/public:mojo_bindings",
67 "//third_party/WebKit/public:mojo_bindings_blink", 68 "//third_party/WebKit/public:mojo_bindings_blink",
68 "//third_party/icu", 69 "//third_party/icu",
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
118 } 119 }
119 120
120 # GYP version: WebKit/Source/modules/modules_generated.gyp:make_modules_generate d 121 # GYP version: WebKit/Source/modules/modules_generated.gyp:make_modules_generate d
121 group("make_modules_generated") { 122 group("make_modules_generated") {
122 public_deps = [ 123 public_deps = [
123 ":module_names", 124 ":module_names",
124 "//third_party/WebKit/Source/bindings/modules:bindings_modules_generated", 125 "//third_party/WebKit/Source/bindings/modules:bindings_modules_generated",
125 "//third_party/WebKit/Source/core:core_event_interfaces", 126 "//third_party/WebKit/Source/core:core_event_interfaces",
126 ] 127 ]
127 } 128 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698