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

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

Issue 1924613002: Move ui/gfx/geometry ParamTraits to ui/gfx/ipc/geometry (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Forward declare Range in gfx_param_traits Created 4 years, 7 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/shell/BUILD.gn ('k') | extensions/extensions.gyp » ('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("//extensions/extensions.gni") 6 import("//extensions/extensions.gni")
7 import("//mojo/public/tools/bindings/mojom.gni") 7 import("//mojo/public/tools/bindings/mojom.gni")
8 8
9 # GYP version: extensions/extensions.gyp:extensions_common_constants 9 # GYP version: extensions/extensions.gyp:extensions_common_constants
10 source_set("common_constants") { 10 source_set("common_constants") {
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 "//extensions/strings", 68 "//extensions/strings",
69 "//ipc", 69 "//ipc",
70 "//net", 70 "//net",
71 "//third_party/boringssl", 71 "//third_party/boringssl",
72 "//third_party/icu", 72 "//third_party/icu",
73 "//third_party/libxml", 73 "//third_party/libxml",
74 "//third_party/re2", 74 "//third_party/re2",
75 "//ui/base", 75 "//ui/base",
76 "//ui/gfx/geometry", 76 "//ui/gfx/geometry",
77 "//ui/gfx/ipc", 77 "//ui/gfx/ipc",
78 "//ui/gfx/ipc/geometry",
78 "//ui/gfx/ipc/skia", 79 "//ui/gfx/ipc/skia",
79 "//url", 80 "//url",
80 ] 81 ]
81 82
82 if (enable_nacl) { 83 if (enable_nacl) {
83 nacl_sources = 84 nacl_sources =
84 rebase_path(extensions_gypi_values.extensions_common_sources_nacl, 85 rebase_path(extensions_gypi_values.extensions_common_sources_nacl,
85 ".", 86 ".",
86 "//extensions") 87 "//extensions")
87 sources += nacl_sources 88 sources += nacl_sources
88 } 89 }
89 } 90 }
90 } # enable_extensions 91 } # enable_extensions
OLDNEW
« no previous file with comments | « content/shell/BUILD.gn ('k') | extensions/extensions.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698