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

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

Issue 2602103003: Remove the _cpp_sources target from mojom. (Closed)
Patch Set: update/undelete comments Created 3 years, 11 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/test_runner/BUILD.gn ('k') | content/common/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 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("//media/media_options.gni") 7 import("//media/media_options.gni")
8 import("//ppapi/features/features.gni") 8 import("//ppapi/features/features.gni")
9 import("//printing/features/features.gni") 9 import("//printing/features/features.gni")
10 import("//third_party/WebKit/public/public_features.gni") 10 import("//third_party/WebKit/public/public_features.gni")
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
86 "//gpu/command_buffer/client:gles2_implementation", 86 "//gpu/command_buffer/client:gles2_implementation",
87 "//gpu/command_buffer/client:gles2_interface", 87 "//gpu/command_buffer/client:gles2_interface",
88 "//gpu/ipc/host", 88 "//gpu/ipc/host",
89 "//ipc", 89 "//ipc",
90 "//ipc:mojom", 90 "//ipc:mojom",
91 "//media", 91 "//media",
92 "//media/capture", 92 "//media/capture",
93 "//media/capture/mojo:image_capture", 93 "//media/capture/mojo:image_capture",
94 "//media/gpu/ipc/client", 94 "//media/gpu/ipc/client",
95 "//media/midi", 95 "//media/midi",
96 "//media/midi:mojo_cpp_sources", 96 "//media/midi:mojo",
97 "//media/mojo/interfaces", 97 "//media/mojo/interfaces",
98 "//mojo/common", 98 "//mojo/common",
99 "//mojo/edk/system", 99 "//mojo/edk/system",
100 "//mojo/public/cpp/bindings", 100 "//mojo/public/cpp/bindings",
101 "//mojo/public/js", 101 "//mojo/public/js",
102 "//net", 102 "//net",
103 "//net:extras", 103 "//net:extras",
104 "//net:http_server", 104 "//net:http_server",
105 "//ppapi/features", 105 "//ppapi/features",
106 "//printing/features", 106 "//printing/features",
(...skipping 1885 matching lines...) Expand 10 before | Expand all | Expand 10 after
1992 if (!is_component_build) { 1992 if (!is_component_build) {
1993 public_deps = [ 1993 public_deps = [
1994 ":browser", 1994 ":browser",
1995 ] 1995 ]
1996 } else { 1996 } else {
1997 public_deps = [ 1997 public_deps = [
1998 "//third_party/leveldatabase", 1998 "//third_party/leveldatabase",
1999 ] 1999 ]
2000 } 2000 }
2001 } 2001 }
OLDNEW
« no previous file with comments | « components/test_runner/BUILD.gn ('k') | content/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698