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

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

Issue 334273003: Move //chrome/common/metrics/proto to //chrome/browser/metrics/variations/proto. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: variations_proto 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_common.gypi ('k') | chrome/common/metrics/OWNERS » ('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 gypi_values = exec_script( 7 gypi_values = exec_script(
8 "//build/gypi_to_gn.py", 8 "//build/gypi_to_gn.py",
9 [ rebase_path("../chrome_common.gypi") ], 9 [ rebase_path("../chrome_common.gypi") ],
10 "scope", 10 "scope",
(...skipping 21 matching lines...) Expand all
32 ":version", 32 ":version",
33 #":installer_util", TODO(GYP) 33 #":installer_util", TODO(GYP)
34 "//base:base", 34 "//base:base",
35 "//base:i18n", 35 "//base:i18n",
36 "//base:prefs", 36 "//base:prefs",
37 "//base:base_static", 37 "//base:base_static",
38 "//chrome:resources", 38 "//chrome:resources",
39 "//chrome:strings", 39 "//chrome:strings",
40 "//chrome/app/theme:theme_resources", 40 "//chrome/app/theme:theme_resources",
41 "//chrome/common:constants", 41 "//chrome/common:constants",
42 "//chrome/common/metrics/proto",
43 "//chrome/common/net", 42 "//chrome/common/net",
44 #"//components/cloud_devices:common", TODO(GYP) 43 #"//components/cloud_devices:common", TODO(GYP)
45 #"//components/json_schema", TODO(GYP) 44 #"//components/json_schema", TODO(GYP)
46 "//components/metrics", 45 "//components/metrics",
47 #"//components/components.gyp:policy_component_common", TODO(GYP) 46 #"//components/components.gyp:policy_component_common", TODO(GYP)
48 "//components/translate:translate_core_common", 47 "//components/translate:translate_core_common",
49 #"//components/variations", TODO(GYP) 48 #"//components/variations", TODO(GYP)
50 "//content/public/common", 49 "//content/public/common",
51 "//crypto", 50 "//crypto",
52 "//extensions:extensions_resources", 51 "//extensions:extensions_resources",
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
150 149
151 deps = [ 150 deps = [
152 "//base", 151 "//base",
153 "//base/third_party/dynamic_annotations", 152 "//base/third_party/dynamic_annotations",
154 "//third_party/widevine/cdm:version_h", 153 "//third_party/widevine/cdm:version_h",
155 # TODO(GYP) 154 # TODO(GYP)
156 #'../components/components.gyp:bookmarks_common', 155 #'../components/components.gyp:bookmarks_common',
157 #'../components/nacl.gyp:nacl_switches', 156 #'../components/nacl.gyp:nacl_switches',
158 ] 157 ]
159 } 158 }
OLDNEW
« no previous file with comments | « chrome/chrome_common.gypi ('k') | chrome/common/metrics/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698