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

Side by Side Diff: extensions/BUILD.gn

Issue 1356493004: Make deps of GN groups public. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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/public/android/BUILD.gn ('k') | mojo/android/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 # TODO(rockot) bug 505926: Don't include chrome files from here. 5 # TODO(rockot) bug 505926: Don't include chrome files from here.
6 # See chrome_browser_tests_extensions_sources below 6 # See chrome_browser_tests_extensions_sources below
7 import("//chrome/chrome_tests.gni") 7 import("//chrome/chrome_tests.gni")
8 import("//extensions/extensions.gni") 8 import("//extensions/extensions.gni")
9 import("//testing/test.gni") 9 import("//testing/test.gni")
10 import("//tools/grit/grit_rule.gni") 10 import("//tools/grit/grit_rule.gni")
11 import("//tools/grit/repack.gni") 11 import("//tools/grit/repack.gni")
12 12
13 assert(enable_extensions) 13 assert(enable_extensions)
14 14
15 # GYP version: extensions/extensions_resources.gyp:extensions_resources 15 # GYP version: extensions/extensions_resources.gyp:extensions_resources
16 group("extensions_resources") { 16 group("extensions_resources") {
17 deps = [ 17 public_deps = [
18 ":extensions_browser_resources", 18 ":extensions_browser_resources",
19 ":extensions_renderer_resources", 19 ":extensions_renderer_resources",
20 ":extensions_resources_grd", 20 ":extensions_resources_grd",
21 ] 21 ]
22 } 22 }
23 23
24 # GYP version: extensions/extensions_resources.gyp:extensions_resources 24 # GYP version: extensions/extensions_resources.gyp:extensions_resources
25 # (extensions_resources action) 25 # (extensions_resources action)
26 grit("extensions_resources_grd") { 26 grit("extensions_resources_grd") {
27 source = "extensions_resources.grd" 27 source = "extensions_resources.grd"
(...skipping 358 matching lines...) Expand 10 before | Expand all | Expand 10 after
386 "//testing/gtest", 386 "//testing/gtest",
387 "//third_party/hunspell", 387 "//third_party/hunspell",
388 "//third_party/icu", 388 "//third_party/icu",
389 "//third_party/libpng", 389 "//third_party/libpng",
390 "//third_party/zlib", 390 "//third_party/zlib",
391 "//ui/base:test_support", 391 "//ui/base:test_support",
392 "//ui/resources:ui_test_pak", 392 "//ui/resources:ui_test_pak",
393 "//ui/web_dialogs:test_support", 393 "//ui/web_dialogs:test_support",
394 ] 394 ]
395 } 395 }
OLDNEW
« no previous file with comments | « content/public/android/BUILD.gn ('k') | mojo/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698