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

Side by Side Diff: extensions/BUILD.gn

Issue 2409423002: Move ENABLE_PEPPER_CDMS to a buildflag header. (Closed)
Patch Set: Fix and format Created 4 years, 2 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/test/BUILD.gn ('k') | media/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("//testing/test.gni") 4 import("//testing/test.gni")
5 import("//tools/grit/grit_rule.gni") 5 import("//tools/grit/grit_rule.gni")
6 import("//tools/grit/repack.gni") 6 import("//tools/grit/repack.gni")
7 7
8 assert(enable_extensions) 8 assert(enable_extensions)
9 9
10 group("extensions_resources") { 10 group("extensions_resources") {
(...skipping 287 matching lines...) Expand 10 before | Expand all | Expand 10 after
298 "//testing/gmock", 298 "//testing/gmock",
299 "//testing/gtest", 299 "//testing/gtest",
300 "//testing/perf", 300 "//testing/perf",
301 "//third_party/WebKit/public:blink", 301 "//third_party/WebKit/public:blink",
302 "//third_party/cacheinvalidation", 302 "//third_party/cacheinvalidation",
303 "//third_party/icu", 303 "//third_party/icu",
304 "//third_party/leveldatabase", 304 "//third_party/leveldatabase",
305 "//third_party/libaddressinput", 305 "//third_party/libaddressinput",
306 "//third_party/libjingle", 306 "//third_party/libjingle",
307 "//third_party/webrtc/modules/desktop_capture", 307 "//third_party/webrtc/modules/desktop_capture",
308 "//third_party/widevine/cdm:version_h", 308 "//third_party/widevine/cdm:headers",
309 "//ui/accessibility:test_support", 309 "//ui/accessibility:test_support",
310 "//ui/base:test_support", 310 "//ui/base:test_support",
311 "//ui/compositor:test_support", 311 "//ui/compositor:test_support",
312 "//ui/resources", 312 "//ui/resources",
313 "//ui/web_dialogs:test_support", 313 "//ui/web_dialogs:test_support",
314 "//v8", 314 "//v8",
315 ] 315 ]
316 316
317 if (is_chromeos) { 317 if (is_chromeos) {
318 deps += [ "//components/user_manager:test_support" ] 318 deps += [ "//components/user_manager:test_support" ]
(...skipping 30 matching lines...) Expand all
349 "//testing/gtest", 349 "//testing/gtest",
350 "//third_party/hunspell", 350 "//third_party/hunspell",
351 "//third_party/icu", 351 "//third_party/icu",
352 "//third_party/libpng", 352 "//third_party/libpng",
353 "//third_party/zlib", 353 "//third_party/zlib",
354 "//ui/base:test_support", 354 "//ui/base:test_support",
355 "//ui/resources:ui_test_pak", 355 "//ui/resources:ui_test_pak",
356 "//ui/web_dialogs:test_support", 356 "//ui/web_dialogs:test_support",
357 ] 357 ]
358 } 358 }
OLDNEW
« no previous file with comments | « content/test/BUILD.gn ('k') | media/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698