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

Side by Side Diff: third_party/WebKit/Source/core/plugins/BUILD.gn

Issue 2719333002: second stage
Patch Set: Need to get around resource loading without web/ Created 3 years, 9 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 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 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 # This currently is here just to hold the header file. If this starts compiling 5 # This currently is here just to hold the header file. If this starts compiling
6 # source, this target should be changed to a blink_core_sources type. 6 # source, this target should be changed to a blink_core_sources type.
7 source_set("plugins") { 7
8 import("//third_party/WebKit/Source/core/core.gni")
9
10 blink_core_sources("plugins") {
8 sources = [ 11 sources = [
12 "PluginClient.cpp",
13 "PluginClient.h",
9 "PluginView.h", 14 "PluginView.h",
10 ] 15 ]
11 } 16 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/loader/FrameLoaderClient.h ('k') | third_party/WebKit/Source/core/plugins/PluginClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698