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

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

Issue 379563006: Merge 281089 "Include the latest binary download info in safe br..." (Closed) Base URL: svn://svn.chromium.org/chrome/branches/2062/src/
Patch Set: Created 6 years, 5 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 | Annotate | Revision Log
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | chrome/common/safe_browsing/download_protection_util.h » ('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("//tools/grit/grit_rule.gni") 5 import("//tools/grit/grit_rule.gni")
6 6
7 # TODO(GYP) uncomment when this is used below. 7 # TODO(GYP) uncomment when this is used below.
8 #gypi_values = exec_script( 8 #gypi_values = exec_script(
9 # "//build/gypi_to_gn.py", 9 # "//build/gypi_to_gn.py",
10 # [ rebase_path("../chrome_common.gypi") ], 10 # [ rebase_path("../chrome_common.gypi") ],
(...skipping 25 matching lines...) Expand all
36 "//base:base", 36 "//base:base",
37 "//base:i18n", 37 "//base:i18n",
38 "//base:prefs", 38 "//base:prefs",
39 "//base:base_static", 39 "//base:base_static",
40 "//chrome:resources", 40 "//chrome:resources",
41 "//chrome:strings", 41 "//chrome:strings",
42 "//chrome/app/theme:theme_resources", 42 "//chrome/app/theme:theme_resources",
43 "//chrome/common:constants", 43 "//chrome/common:constants",
44 "//chrome/common/metrics/proto", 44 "//chrome/common/metrics/proto",
45 "//chrome/common/net", 45 "//chrome/common/net",
46 "//chrome/common/safe_browsing:proto",
46 #"//components/cloud_devices:common", TODO(GYP) 47 #"//components/cloud_devices:common", TODO(GYP)
47 #"//components/json_schema", TODO(GYP) 48 #"//components/json_schema", TODO(GYP)
48 "//components/metrics", 49 "//components/metrics",
49 #"//components/components.gyp:policy_component_common", TODO(GYP) 50 #"//components/components.gyp:policy_component_common", TODO(GYP)
50 "//components/translate:translate_core_common", 51 "//components/translate:translate_core_common",
51 #"//components/variations", TODO(GYP) 52 #"//components/variations", TODO(GYP)
52 "//content/public/common", 53 "//content/public/common",
53 "//crypto", 54 "//crypto",
54 "//extensions:extensions_resources", 55 "//extensions:extensions_resources",
55 "//extensions/strings", 56 "//extensions/strings",
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
153 154
154 deps = [ 155 deps = [
155 "//base", 156 "//base",
156 "//base/third_party/dynamic_annotations", 157 "//base/third_party/dynamic_annotations",
157 "//third_party/widevine/cdm:version_h", 158 "//third_party/widevine/cdm:version_h",
158 # TODO(GYP) 159 # TODO(GYP)
159 #'../components/components.gyp:bookmarks_common', 160 #'../components/components.gyp:bookmarks_common',
160 #'../components/nacl.gyp:nacl_switches', 161 #'../components/nacl.gyp:nacl_switches',
161 ] 162 ]
162 } 163 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | chrome/common/safe_browsing/download_protection_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698