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

Side by Side Diff: extensions/BUILD.gn

Issue 1464873002: Run gn --format over all .gn files (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
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 324 matching lines...) Expand 10 before | Expand all | Expand 10 after
335 "//media/cast:test_support", 335 "//media/cast:test_support",
336 "//net", 336 "//net",
337 "//net:test_support", 337 "//net:test_support",
338 "//sdch", 338 "//sdch",
339 "//skia", 339 "//skia",
340 "//sync", 340 "//sync",
341 "//sync:test_support_sync_api", 341 "//sync:test_support_sync_api",
342 "//testing/gmock", 342 "//testing/gmock",
343 "//testing/gtest", 343 "//testing/gtest",
344 "//testing/perf", 344 "//testing/perf",
345 "//third_party/WebKit/public:blink",
345 "//third_party/cacheinvalidation", 346 "//third_party/cacheinvalidation",
346 "//third_party/icu", 347 "//third_party/icu",
347 "//third_party/leveldatabase", 348 "//third_party/leveldatabase",
348 "//third_party/libaddressinput", 349 "//third_party/libaddressinput",
349 "//third_party/libjingle", 350 "//third_party/libjingle",
350 "//third_party/safe_browsing:test_support", 351 "//third_party/safe_browsing:test_support",
351 "//third_party/WebKit/public:blink",
352 "//third_party/webrtc/modules/desktop_capture", 352 "//third_party/webrtc/modules/desktop_capture",
353 "//third_party/widevine/cdm:version_h", 353 "//third_party/widevine/cdm:version_h",
354 "//ui/accessibility:test_support", 354 "//ui/accessibility:test_support",
355 "//ui/base:test_support", 355 "//ui/base:test_support",
356 "//ui/compositor:test_support", 356 "//ui/compositor:test_support",
357 "//ui/resources", 357 "//ui/resources",
358 "//ui/web_dialogs:test_support", 358 "//ui/web_dialogs:test_support",
359 "//v8", 359 "//v8",
360 ] 360 ]
361 } 361 }
(...skipping 30 matching lines...) Expand all
392 "//testing/gtest", 392 "//testing/gtest",
393 "//third_party/hunspell", 393 "//third_party/hunspell",
394 "//third_party/icu", 394 "//third_party/icu",
395 "//third_party/libpng", 395 "//third_party/libpng",
396 "//third_party/zlib", 396 "//third_party/zlib",
397 "//ui/base:test_support", 397 "//ui/base:test_support",
398 "//ui/resources:ui_test_pak", 398 "//ui/resources:ui_test_pak",
399 "//ui/web_dialogs:test_support", 399 "//ui/web_dialogs:test_support",
400 ] 400 ]
401 } 401 }
OLDNEW
« components/BUILD.gn ('K') | « device/usb/BUILD.gn ('k') | extensions/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698