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

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

Issue 1794553002: [Playground] Onion Soup: moving ScreenWakeLock to Blink modules/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nit DEPS Created 4 years, 8 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/modules.gypi » ('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 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 "//third_party/WebKit/Source:inside_blink", 42 "//third_party/WebKit/Source:inside_blink",
43 ] 43 ]
44 44
45 defines = [ "BLINK_MODULES_IMPLEMENTATION=1" ] 45 defines = [ "BLINK_MODULES_IMPLEMENTATION=1" ]
46 46
47 deps = [ 47 deps = [
48 ":make_modules_generated", 48 ":make_modules_generated",
49 "//device/battery:mojo_bindings", 49 "//device/battery:mojo_bindings",
50 "//mojo/public/c/system:for_component", 50 "//mojo/public/c/system:for_component",
51 "//third_party/WebKit/Source/core", 51 "//third_party/WebKit/Source/core",
52 "//third_party/WebKit/public:mojo_bindings",
52 "//third_party/WebKit/public:mojo_bindings_blink", 53 "//third_party/WebKit/public:mojo_bindings_blink",
53 "//third_party/icu", 54 "//third_party/icu",
54 "//third_party/sqlite", 55 "//third_party/sqlite",
55 "//third_party/zlib", 56 "//third_party/zlib",
56 ] 57 ]
57 58
58 if (is_win) { 59 if (is_win) {
59 cflags = [ "/wd4334" ] # Result of 32-bit shift implicitly converted to 64 bits. 60 cflags = [ "/wd4334" ] # Result of 32-bit shift implicitly converted to 64 bits.
60 # TODO(GYP) 61 # TODO(GYP)
61 # Shard this taret into parts to work around linker limitations. 62 # Shard this taret into parts to work around linker limitations.
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
109 } 110 }
110 111
111 # GYP version: WebKit/Source/modules/modules_generated.gyp:make_modules_generate d 112 # GYP version: WebKit/Source/modules/modules_generated.gyp:make_modules_generate d
112 group("make_modules_generated") { 113 group("make_modules_generated") {
113 public_deps = [ 114 public_deps = [
114 ":module_names", 115 ":module_names",
115 "//third_party/WebKit/Source/bindings/modules:bindings_modules_generated", 116 "//third_party/WebKit/Source/bindings/modules:bindings_modules_generated",
116 "//third_party/WebKit/Source/core:core_event_interfaces", 117 "//third_party/WebKit/Source/core:core_event_interfaces",
117 ] 118 ]
118 } 119 }
OLDNEW
« no previous file with comments | « media/blink/BUILD.gn ('k') | third_party/WebKit/Source/modules/modules.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698