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

Side by Side Diff: third_party/WebKit/Source/web/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
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/ui.gni") 5 import("//build/config/ui.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 import("//third_party/WebKit/Source/bindings/bindings.gni") 7 import("//third_party/WebKit/Source/bindings/bindings.gni")
8 import("//third_party/WebKit/Source/config.gni") 8 import("//third_party/WebKit/Source/config.gni")
9 import("//third_party/WebKit/Source/core/core.gni") 9 import("//third_party/WebKit/Source/core/core.gni")
10 import("//third_party/WebKit/Source/modules/modules.gni") 10 import("//third_party/WebKit/Source/modules/modules.gni")
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
96 "//base/test:test_support", 96 "//base/test:test_support",
97 "//content/test:test_support", 97 "//content/test:test_support",
98 "//gpu:test_support", 98 "//gpu:test_support",
99 "//mojo/edk/system:system", 99 "//mojo/edk/system:system",
100 "//testing/gmock", 100 "//testing/gmock",
101 "//testing/gtest", 101 "//testing/gtest",
102 "//third_party/WebKit/Source/core", 102 "//third_party/WebKit/Source/core",
103 "//third_party/WebKit/Source/modules", 103 "//third_party/WebKit/Source/modules",
104 "//third_party/WebKit/Source/platform:test_support", 104 "//third_party/WebKit/Source/platform:test_support",
105 "//third_party/WebKit/Source/wtf", 105 "//third_party/WebKit/Source/wtf",
106 "//third_party/WebKit/public:mojo_bindings",
106 "//third_party/WebKit/public:mojo_bindings_blink", 107 "//third_party/WebKit/public:mojo_bindings_blink",
107 "//third_party/libwebp", 108 "//third_party/libwebp",
108 "//third_party/zlib", 109 "//third_party/zlib",
109 "//url", 110 "//url",
110 "//v8", 111 "//v8",
111 ] 112 ]
112 113
113 data_deps = [ 114 data_deps = [
114 "//content/shell:pak", 115 "//content/shell:pak",
115 ":webkit_unit_tests_data", 116 ":webkit_unit_tests_data",
(...skipping 15 matching lines...) Expand all
131 132
132 if (is_android) { 133 if (is_android) {
133 deps += [ 134 deps += [
134 "//base:base_java", 135 "//base:base_java",
135 "//content/public/android:content_java", 136 "//content/public/android:content_java",
136 "//content/shell/android:content_shell_assets", 137 "//content/shell/android:content_shell_assets",
137 "//net/android:net_java", 138 "//net/android:net_java",
138 ] 139 ]
139 } 140 }
140 } 141 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/platform/BUILD.gn ('k') | third_party/WebKit/Source/web/WebLocalFrameImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698