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

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

Issue 1406053002: Make chrome/common pass "gn check" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix Created 5 years, 2 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/policy/BUILD.gn ('k') | extensions/common/api/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/crypto.gni") 5 import("//build/config/crypto.gni")
6 import("//build/config/features.gni") 6 import("//build/config/features.gni")
7 import("//extensions/extensions.gni") 7 import("//extensions/extensions.gni")
8 import("//third_party/mojo/src/mojo/public/tools/bindings/mojom.gni") 8 import("//third_party/mojo/src/mojo/public/tools/bindings/mojom.gni")
9 9
10 # GYP version: extensions/extensions.gyp:extensions_common_constants 10 # GYP version: extensions/extensions.gyp:extensions_common_constants
(...skipping 23 matching lines...) Expand all
34 ".", 34 ".",
35 "//extensions") 35 "//extensions")
36 36
37 configs += [ 37 configs += [
38 "//build/config:precompiled_headers", 38 "//build/config:precompiled_headers",
39 39
40 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 40 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
41 "//build/config/compiler:no_size_t_to_int_warning", 41 "//build/config/compiler:no_size_t_to_int_warning",
42 ] 42 ]
43 43
44 deps = [ 44 public_deps = [
45 ":common_constants", 45 ":common_constants",
46 ":mojo", 46 ":mojo",
47 ]
47 48
49 deps = [
48 # TODO(benwells): figure out what to do with the api target and 50 # TODO(benwells): figure out what to do with the api target and
49 # api resources compiled into the chrome resource bundle. 51 # api resources compiled into the chrome resource bundle.
50 # http://crbug.com/162530 52 # http://crbug.com/162530
51 "//chrome:resources", 53 "//chrome:resources",
52 "//components/crx_file", 54 "//components/crx_file",
53 "//components/url_matcher", 55 "//components/url_matcher",
54 "//content/public/common", 56 "//content/public/common",
55 "//crypto", 57 "//crypto",
56 "//device/bluetooth", 58 "//device/bluetooth",
57 "//device/usb", 59 "//device/usb",
(...skipping 14 matching lines...) Expand all
72 74
73 if (enable_nacl) { 75 if (enable_nacl) {
74 nacl_sources = 76 nacl_sources =
75 rebase_path(extensions_gypi_values.extensions_common_sources_nacl, 77 rebase_path(extensions_gypi_values.extensions_common_sources_nacl,
76 ".", 78 ".",
77 "//extensions") 79 "//extensions")
78 sources += nacl_sources 80 sources += nacl_sources
79 } 81 }
80 } 82 }
81 } # enable_extensions 83 } # enable_extensions
OLDNEW
« no previous file with comments | « components/policy/BUILD.gn ('k') | extensions/common/api/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698