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

Side by Side Diff: extensions/BUILD.gn

Issue 2479593006: Move enable extensions define to a build flag. (Closed)
Patch Set: Merge Created 4 years, 1 month 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/core/common/schema_registry_unittest.cc ('k') | extensions/browser/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 # Use of this source code is governed by a BSD-style license that can be 1 # Use of this source code is governed by a BSD-style license that can be
2 # found in the LICENSE file. 2 # found in the LICENSE file.
3 3
4 import("//extensions/features/features.gni")
4 import("//testing/test.gni") 5 import("//testing/test.gni")
5 import("//tools/grit/grit_rule.gni") 6 import("//tools/grit/grit_rule.gni")
6 import("//tools/grit/repack.gni") 7 import("//tools/grit/repack.gni")
7 8
8 assert(enable_extensions) 9 assert(enable_extensions)
9 10
10 group("extensions_resources") { 11 group("extensions_resources") {
11 public_deps = [ 12 public_deps = [
12 ":extensions_browser_resources", 13 ":extensions_browser_resources",
13 ":extensions_renderer_resources", 14 ":extensions_renderer_resources",
(...skipping 336 matching lines...) Expand 10 before | Expand all | Expand 10 after
350 "//testing/gtest", 351 "//testing/gtest",
351 "//third_party/hunspell", 352 "//third_party/hunspell",
352 "//third_party/icu", 353 "//third_party/icu",
353 "//third_party/libpng", 354 "//third_party/libpng",
354 "//third_party/zlib", 355 "//third_party/zlib",
355 "//ui/base:test_support", 356 "//ui/base:test_support",
356 "//ui/resources:ui_test_pak", 357 "//ui/resources:ui_test_pak",
357 "//ui/web_dialogs:test_support", 358 "//ui/web_dialogs:test_support",
358 ] 359 ]
359 } 360 }
OLDNEW
« no previous file with comments | « components/policy/core/common/schema_registry_unittest.cc ('k') | extensions/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698