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

Side by Side Diff: content/browser/BUILD.gn

Issue 1793793002: Remove ShellConnection::WaitForInitialize (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
« no previous file with comments | « components/mus/ws/window_tree_client_unittest.cc ('k') | content/browser/browser_main_loop.cc » ('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 import("//build/config/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//content/browser/browser.gni") 7 import("//content/browser/browser.gni")
8 import("//media/media_options.gni") 8 import("//media/media_options.gni")
9 import("//mojo/public/mojo_application_manifest.gni") 9 import("//mojo/public/mojo_application_manifest.gni")
10 10
(...skipping 26 matching lines...) Expand all
37 "//content/public/common:mojo_bindings", 37 "//content/public/common:mojo_bindings",
38 "//crypto", 38 "//crypto",
39 "//device/battery", 39 "//device/battery",
40 "//device/vibration", 40 "//device/vibration",
41 "//google_apis", 41 "//google_apis",
42 "//mojo/common", 42 "//mojo/common",
43 "//mojo/public/cpp/bindings", 43 "//mojo/public/cpp/bindings",
44 "//mojo/shell", 44 "//mojo/shell",
45 "//mojo/shell/public/cpp:cpp_for_chromium", 45 "//mojo/shell/public/cpp:cpp_for_chromium",
46 "//mojo/shell/public/interfaces", 46 "//mojo/shell/public/interfaces",
47 "//mojo/shell/runner/common",
47 "//mojo/shell/runner/host:lib", 48 "//mojo/shell/runner/host:lib",
48 "//net", 49 "//net",
49 "//net:extras", 50 "//net:extras",
50 "//skia", 51 "//skia",
51 "//sql", 52 "//sql",
52 "//third_party/WebKit/public:blink_headers", 53 "//third_party/WebKit/public:blink_headers",
53 "//third_party/kasko:kasko_features", 54 "//third_party/kasko:kasko_features",
54 "//third_party/npapi", 55 "//third_party/npapi",
55 "//third_party/re2", 56 "//third_party/re2",
56 "//third_party/zlib", 57 "//third_party/zlib",
(...skipping 483 matching lines...) Expand 10 before | Expand all | Expand 10 after
540 "vr/android/cardboard/cardboard_vr_device_provider.h", 541 "vr/android/cardboard/cardboard_vr_device_provider.h",
541 ] 542 ]
542 } 543 }
543 } 544 }
544 545
545 mojo_application_manifest("chrome_renderer_manifest") { 546 mojo_application_manifest("chrome_renderer_manifest") {
546 type = "exe" 547 type = "exe"
547 application_name = "chrome_renderer" 548 application_name = "chrome_renderer"
548 source = "mojo/chrome_renderer_manifest.json" 549 source = "mojo/chrome_renderer_manifest.json"
549 } 550 }
OLDNEW
« no previous file with comments | « components/mus/ws/window_tree_client_unittest.cc ('k') | content/browser/browser_main_loop.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698