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

Side by Side Diff: extensions/BUILD.gn

Issue 2413103004: Remove third_party/libjingle and update GN targets. (Closed)
Patch Set: Fix rebase mistake Created 3 years, 9 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') | jingle/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("//extensions/features/features.gni")
5 import("//testing/test.gni") 5 import("//testing/test.gni")
6 import("//tools/grit/grit_rule.gni") 6 import("//tools/grit/grit_rule.gni")
7 import("//tools/grit/repack.gni") 7 import("//tools/grit/repack.gni")
8 8
9 assert(enable_extensions) 9 assert(enable_extensions)
10 10
(...skipping 294 matching lines...) Expand 10 before | Expand all | Expand 10 after
305 "//sdch", 305 "//sdch",
306 "//skia", 306 "//skia",
307 "//testing/gmock", 307 "//testing/gmock",
308 "//testing/gtest", 308 "//testing/gtest",
309 "//testing/perf", 309 "//testing/perf",
310 "//third_party/WebKit/public:blink", 310 "//third_party/WebKit/public:blink",
311 "//third_party/cacheinvalidation", 311 "//third_party/cacheinvalidation",
312 "//third_party/icu", 312 "//third_party/icu",
313 "//third_party/leveldatabase", 313 "//third_party/leveldatabase",
314 "//third_party/libaddressinput", 314 "//third_party/libaddressinput",
315 "//third_party/libjingle",
316 "//third_party/webrtc/modules/desktop_capture", 315 "//third_party/webrtc/modules/desktop_capture",
316 "//third_party/webrtc_overrides",
317 "//third_party/widevine/cdm:headers", 317 "//third_party/widevine/cdm:headers",
318 "//ui/accessibility:test_support", 318 "//ui/accessibility:test_support",
319 "//ui/base:test_support", 319 "//ui/base:test_support",
320 "//ui/compositor:test_support", 320 "//ui/compositor:test_support",
321 "//ui/resources", 321 "//ui/resources",
322 "//ui/web_dialogs:test_support", 322 "//ui/web_dialogs:test_support",
323 "//v8", 323 "//v8",
324 ] 324 ]
325 325
326 if (is_chromeos) { 326 if (is_chromeos) {
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
358 "//testing/gtest", 358 "//testing/gtest",
359 "//third_party/hunspell", 359 "//third_party/hunspell",
360 "//third_party/icu", 360 "//third_party/icu",
361 "//third_party/libpng", 361 "//third_party/libpng",
362 "//third_party/zlib", 362 "//third_party/zlib",
363 "//ui/base:test_support", 363 "//ui/base:test_support",
364 "//ui/resources:ui_test_pak", 364 "//ui/resources:ui_test_pak",
365 "//ui/web_dialogs:test_support", 365 "//ui/web_dialogs:test_support",
366 ] 366 ]
367 } 367 }
OLDNEW
« no previous file with comments | « content/test/BUILD.gn ('k') | jingle/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698