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

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

Issue 2379923002: Implement "appinstalled" event on Android. (Closed)
Patch Set: Rebase. Created 4 years 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/split_static_library.gni") 5 import("//build/split_static_library.gni")
6 import("//build/config/chromecast_build.gni") 6 import("//build/config/chromecast_build.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/bindings/modules/v8/generated.gni") 8 import("//third_party/WebKit/Source/bindings/modules/v8/generated.gni")
9 import("//third_party/WebKit/Source/bindings/modules/v8/v8.gni") 9 import("//third_party/WebKit/Source/bindings/modules/v8/v8.gni")
10 import("//third_party/WebKit/Source/build/scripts/scripts.gni") 10 import("//third_party/WebKit/Source/build/scripts/scripts.gni")
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
112 "//third_party/WebKit/Source/modules/encoding", 112 "//third_party/WebKit/Source/modules/encoding",
113 "//third_party/WebKit/Source/modules/encryptedmedia", 113 "//third_party/WebKit/Source/modules/encryptedmedia",
114 "//third_party/WebKit/Source/modules/eventsource", 114 "//third_party/WebKit/Source/modules/eventsource",
115 "//third_party/WebKit/Source/modules/fetch", 115 "//third_party/WebKit/Source/modules/fetch",
116 "//third_party/WebKit/Source/modules/filesystem", 116 "//third_party/WebKit/Source/modules/filesystem",
117 "//third_party/WebKit/Source/modules/gamepad", 117 "//third_party/WebKit/Source/modules/gamepad",
118 "//third_party/WebKit/Source/modules/geolocation", 118 "//third_party/WebKit/Source/modules/geolocation",
119 "//third_party/WebKit/Source/modules/imagebitmap", 119 "//third_party/WebKit/Source/modules/imagebitmap",
120 "//third_party/WebKit/Source/modules/imagecapture", 120 "//third_party/WebKit/Source/modules/imagecapture",
121 "//third_party/WebKit/Source/modules/indexeddb", 121 "//third_party/WebKit/Source/modules/indexeddb",
122 "//third_party/WebKit/Source/modules/installation",
122 "//third_party/WebKit/Source/modules/installedapp", 123 "//third_party/WebKit/Source/modules/installedapp",
123 "//third_party/WebKit/Source/modules/mediacapturefromelement", 124 "//third_party/WebKit/Source/modules/mediacapturefromelement",
124 "//third_party/WebKit/Source/modules/mediarecorder", 125 "//third_party/WebKit/Source/modules/mediarecorder",
125 "//third_party/WebKit/Source/modules/mediasession", 126 "//third_party/WebKit/Source/modules/mediasession",
126 "//third_party/WebKit/Source/modules/mediasource", 127 "//third_party/WebKit/Source/modules/mediasource",
127 "//third_party/WebKit/Source/modules/mediastream", 128 "//third_party/WebKit/Source/modules/mediastream",
128 "//third_party/WebKit/Source/modules/navigatorcontentutils", 129 "//third_party/WebKit/Source/modules/navigatorcontentutils",
129 "//third_party/WebKit/Source/modules/netinfo", 130 "//third_party/WebKit/Source/modules/netinfo",
130 "//third_party/WebKit/Source/modules/nfc", 131 "//third_party/WebKit/Source/modules/nfc",
131 "//third_party/WebKit/Source/modules/notifications", 132 "//third_party/WebKit/Source/modules/notifications",
(...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after
304 ":modules_testing", 305 ":modules_testing",
305 "//components/payments:payment_request_blink", 306 "//components/payments:payment_request_blink",
306 "//skia", 307 "//skia",
307 "//testing/gmock", 308 "//testing/gmock",
308 "//testing/gtest", 309 "//testing/gtest",
309 "//third_party/WebKit/Source/core", 310 "//third_party/WebKit/Source/core",
310 "//third_party/WebKit/Source/wtf", 311 "//third_party/WebKit/Source/wtf",
311 "//v8", 312 "//v8",
312 ] 313 ]
313 } 314 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/frame/UseCounter.h ('k') | third_party/WebKit/Source/modules/installation/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698