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

Side by Side Diff: components/web_modal/BUILD.gn

Issue 505853003: Work on GN build of Chrome. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: git cl try Created 6 years, 3 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 | « components/usb_service/BUILD.gn ('k') | extensions/browser/BUILD.gn » ('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 static_library("web_modal") { 5 static_library("web_modal") {
6 sources = [ 6 sources = [
7 "modal_dialog_host.cc", 7 "modal_dialog_host.cc",
8 "modal_dialog_host.h", 8 "modal_dialog_host.h",
9 "native_web_contents_modal_dialog.h", 9 "native_web_contents_modal_dialog.h",
10 "popup_manager.cc",
11 "popup_manager.h",
12 "single_popup_manager.h",
10 "single_web_contents_dialog_manager.h", 13 "single_web_contents_dialog_manager.h",
11 "web_contents_modal_dialog_host.cc", 14 "web_contents_modal_dialog_host.cc",
12 "web_contents_modal_dialog_host.h", 15 "web_contents_modal_dialog_host.h",
13 "web_contents_modal_dialog_manager.cc", 16 "web_contents_modal_dialog_manager.cc",
14 "web_contents_modal_dialog_manager.h", 17 "web_contents_modal_dialog_manager.h",
15 "web_contents_modal_dialog_manager_delegate.cc", 18 "web_contents_modal_dialog_manager_delegate.cc",
16 "web_contents_modal_dialog_manager_delegate.h", 19 "web_contents_modal_dialog_manager_delegate.h",
17 ] 20 ]
18 21
19 deps = [ 22 deps = [
20 "//base", 23 "//base",
21 "//content/public/browser", 24 "//content/public/browser",
22 "//skia", 25 "//skia",
23 ] 26 ]
24 } 27 }
25 28
26 static_library("test_support") { 29 static_library("test_support") {
27 sources = [ 30 sources = [
28 "test_web_contents_modal_dialog_host.cc", 31 "test_web_contents_modal_dialog_host.cc",
29 "test_web_contents_modal_dialog_host.h", 32 "test_web_contents_modal_dialog_host.h",
30 "test_web_contents_modal_dialog_manager_delegate.cc", 33 "test_web_contents_modal_dialog_manager_delegate.cc",
31 "test_web_contents_modal_dialog_manager_delegate.h", 34 "test_web_contents_modal_dialog_manager_delegate.h",
32 ] 35 ]
33 36
34 deps = [ 37 deps = [
35 ":web_modal", 38 ":web_modal",
36 ] 39 ]
37 } 40 }
OLDNEW
« no previous file with comments | « components/usb_service/BUILD.gn ('k') | extensions/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698