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

Side by Side Diff: blimp/engine/browser/BUILD.gn

Issue 1464873002: Run gn --format over all .gn files (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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 source_set("browser") { 5 source_set("browser") {
6 sources = [ 6 sources = [
7 "blimp_browser_context.cc", 7 "blimp_browser_context.cc",
8 "blimp_browser_context.h", 8 "blimp_browser_context.h",
9 "blimp_browser_main_parts.cc", 9 "blimp_browser_main_parts.cc",
10 "blimp_browser_main_parts.h", 10 "blimp_browser_main_parts.h",
11 "blimp_content_browser_client.cc", 11 "blimp_content_browser_client.cc",
12 "blimp_content_browser_client.h", 12 "blimp_content_browser_client.h",
13 "blimp_engine_session.cc", 13 "blimp_engine_session.cc",
14 "blimp_engine_session.h", 14 "blimp_engine_session.h",
15 "blimp_network_delegate.cc", 15 "blimp_network_delegate.cc",
16 "blimp_network_delegate.h", 16 "blimp_network_delegate.h",
17 "blimp_permission_manager.cc", 17 "blimp_permission_manager.cc",
18 "blimp_permission_manager.h", 18 "blimp_permission_manager.h",
19 "blimp_url_request_context_getter.cc", 19 "blimp_url_request_context_getter.cc",
20 "blimp_url_request_context_getter.h", 20 "blimp_url_request_context_getter.h",
21 ] 21 ]
22 22
23 deps = [ 23 deps = [
24 "//base", 24 "//base",
25 "//blimp/common/proto", 25 "//blimp/common/proto",
26 "//blimp/engine/ui",
26 "//blimp/net:blimp_net", 27 "//blimp/net:blimp_net",
27 "//blimp/engine/ui",
28 "//content", 28 "//content",
29 "//content/public/browser", 29 "//content/public/browser",
30 "//content/public/common", 30 "//content/public/common",
31 "//content/public/utility", 31 "//content/public/utility",
32 "//net", 32 "//net",
33 "//ui/base", 33 "//ui/base",
34 "//ui/base/ime", 34 "//ui/base/ime",
35 "//ui/resources", 35 "//ui/resources",
36 "//ui/wm", 36 "//ui/wm",
37 ] 37 ]
38 } 38 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698