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

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

Issue 410993002: Componentize content_settings_types.h (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: removed empty DEPS 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/DEPS » ('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 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 "//base:i18n", 43 "//base:i18n",
44 "//base:prefs", 44 "//base:prefs",
45 "//base:base_static", 45 "//base:base_static",
46 "//chrome:resources", 46 "//chrome:resources",
47 "//chrome:strings", 47 "//chrome:strings",
48 "//chrome/app/theme:theme_resources", 48 "//chrome/app/theme:theme_resources",
49 "//chrome/common:constants", 49 "//chrome/common:constants",
50 "//chrome/common/net", 50 "//chrome/common/net",
51 "//chrome/common/safe_browsing:proto", 51 "//chrome/common/safe_browsing:proto",
52 "//components/cloud_devices/common", 52 "//components/cloud_devices/common",
53 "//components/content_settings/core/common",
53 "//components/json_schema", 54 "//components/json_schema",
54 "//components/metrics", 55 "//components/metrics",
55 "//components/policy:policy_component_common", 56 "//components/policy:policy_component_common",
56 "//components/translate/core/common", 57 "//components/translate/core/common",
57 "//components/variations", 58 "//components/variations",
58 "//content/public/common", 59 "//content/public/common",
59 "//crypto", 60 "//crypto",
60 "//extensions:extensions_resources", 61 "//extensions:extensions_resources",
61 "//extensions/strings", 62 "//extensions/strings",
62 "//net", 63 "//net",
(...skipping 235 matching lines...) Expand 10 before | Expand all | Expand 10 after
298 "//components/bookmarks/common", 299 "//components/bookmarks/common",
299 "//third_party/widevine/cdm:version_h", 300 "//third_party/widevine/cdm:version_h",
300 ] 301 ]
301 302
302 if (enable_nacl) { 303 if (enable_nacl) {
303 deps += [ 304 deps += [
304 #'../components/nacl.gyp:nacl_switches', TODO(GYP) 305 #'../components/nacl.gyp:nacl_switches', TODO(GYP)
305 ] 306 ]
306 } 307 }
307 } 308 }
OLDNEW
« no previous file with comments | « chrome/chrome_common.gypi ('k') | chrome/common/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698