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

Side by Side Diff: extensions/BUILD.gn

Issue 2165023003: [Extensions] Use compiled feature files (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 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
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")
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
84 "//components/cast_certificate:test_support", 84 "//components/cast_certificate:test_support",
85 "//components/guest_view/browser:test_support", 85 "//components/guest_view/browser:test_support",
86 "//components/pref_registry:test_support", 86 "//components/pref_registry:test_support",
87 "//components/prefs:test_support", 87 "//components/prefs:test_support",
88 "//content/public/common", 88 "//content/public/common",
89 "//content/test:test_support", 89 "//content/test:test_support",
90 "//extensions/browser", 90 "//extensions/browser",
91 "//extensions/common", 91 "//extensions/common",
92 "//extensions/common/api", 92 "//extensions/common/api",
93 "//extensions/common/api:api_registration", 93 "//extensions/common/api:api_registration",
94 "//extensions/test:extensions_features",
94 "//net:test_support", 95 "//net:test_support",
95 "//testing/gmock", 96 "//testing/gmock",
96 "//testing/gtest", 97 "//testing/gtest",
97 "//third_party/cld_2", 98 "//third_party/cld_2",
98 ] 99 ]
99 100
100 public_deps = [ 101 public_deps = [
101 "//content/public/browser", 102 "//content/public/browser",
102 "//extensions/common/api/cast_channel:cast_channel_proto", 103 "//extensions/common/api/cast_channel:cast_channel_proto",
103 ] 104 ]
(...skipping 253 matching lines...) Expand 10 before | Expand all | Expand 10 after
357 "//testing/gtest", 358 "//testing/gtest",
358 "//third_party/hunspell", 359 "//third_party/hunspell",
359 "//third_party/icu", 360 "//third_party/icu",
360 "//third_party/libpng", 361 "//third_party/libpng",
361 "//third_party/zlib", 362 "//third_party/zlib",
362 "//ui/base:test_support", 363 "//ui/base:test_support",
363 "//ui/resources:ui_test_pak", 364 "//ui/resources:ui_test_pak",
364 "//ui/web_dialogs:test_support", 365 "//ui/web_dialogs:test_support",
365 ] 366 ]
366 } 367 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698