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

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

Issue 1836533002: Revert of Content "gn check" work. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 | « content/child/BUILD.gn ('k') | content/gpu/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("//content/common/common.gni") 7 import("//content/common/common.gni")
8 import("//media/media_options.gni") 8 import("//media/media_options.gni")
9 import("//mojo/public/tools/bindings/mojom.gni") 9 import("//mojo/public/tools/bindings/mojom.gni")
10 if (is_mac) { 10 if (is_mac) {
(...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after
188 "//skia", 188 "//skia",
189 "//storage/common", 189 "//storage/common",
190 "//third_party/WebKit/public:blink", 190 "//third_party/WebKit/public:blink",
191 "//third_party/boringssl", 191 "//third_party/boringssl",
192 "//third_party/icu", 192 "//third_party/icu",
193 "//third_party/libjingle", 193 "//third_party/libjingle",
194 "//third_party/webrtc/base:rtc_base", 194 "//third_party/webrtc/base:rtc_base",
195 "//ui/accessibility", 195 "//ui/accessibility",
196 "//ui/base", 196 "//ui/base",
197 "//ui/base/ime", 197 "//ui/base/ime",
198 "//ui/events/ipc", 198 "//ui/events/ipc:events_ipc",
199 "//ui/gfx", 199 "//ui/gfx",
200 "//ui/gfx/geometry", 200 "//ui/gfx/geometry",
201 "//ui/gfx/ipc", 201 "//ui/gfx/ipc",
202 "//ui/gl", 202 "//ui/gl",
203 "//ui/shell_dialogs", 203 "//ui/shell_dialogs",
204 "//url", 204 "//url",
205 "//url/ipc:url_ipc", 205 "//url/ipc:url_ipc",
206 ] 206 ]
207 207
208 defines = [] 208 defines = []
(...skipping 337 matching lines...) Expand 10 before | Expand all | Expand 10 after
546 "//components/leveldb/public/interfaces", 546 "//components/leveldb/public/interfaces",
547 "//components/mus/public/interfaces", 547 "//components/mus/public/interfaces",
548 "//content/public/common:mojo_bindings", 548 "//content/public/common:mojo_bindings",
549 "//mojo/shell/public/interfaces", 549 "//mojo/shell/public/interfaces",
550 "//skia/public/interfaces", 550 "//skia/public/interfaces",
551 "//third_party/WebKit/public:mojo_bindings", 551 "//third_party/WebKit/public:mojo_bindings",
552 "//ui/mojo/geometry:interfaces", 552 "//ui/mojo/geometry:interfaces",
553 "//url/mojo:url_mojom_origin", 553 "//url/mojo:url_mojom_origin",
554 ] 554 ]
555 } 555 }
OLDNEW
« no previous file with comments | « content/child/BUILD.gn ('k') | content/gpu/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698