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

Side by Side Diff: extensions/BUILD.gn

Issue 1487433002: Add more components to "gn check", work on dom_distiller. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Review comments Created 5 years 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
« components/BUILD.gn ('K') | « components/search/BUILD.gn ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 301 matching lines...) Expand 10 before | Expand all | Expand 10 after
312 "//base/allocator", 312 "//base/allocator",
313 "//base/test:test_support", 313 "//base/test:test_support",
314 "//chrome/browser", 314 "//chrome/browser",
315 "//chrome/browser/resources:extension_resource_demo", 315 "//chrome/browser/resources:extension_resource_demo",
316 "//chrome/common/extensions/api", 316 "//chrome/common/extensions/api",
317 "//chrome/renderer", 317 "//chrome/renderer",
318 "//components/autofill/content/browser:risk_proto", 318 "//components/autofill/content/browser:risk_proto",
319 "//components/autofill/content/browser/wallet:test_support", 319 "//components/autofill/content/browser/wallet:test_support",
320 "//components/autofill/content/renderer:test_support", 320 "//components/autofill/content/renderer:test_support",
321 "//components/captive_portal:test_support", 321 "//components/captive_portal:test_support",
322 "//components/dom_distiller/content:content_browser", 322 "//components/dom_distiller/content/browser",
323 "//components/dom_distiller/core:test_support", 323 "//components/dom_distiller/core:test_support",
324 "//components/guest_view/browser:test_support", 324 "//components/guest_view/browser:test_support",
325 "//components/resources", 325 "//components/resources",
326 "//components/strings", 326 "//components/strings",
327 "//components/translate/core/common", 327 "//components/translate/core/common",
328 "//components/user_manager:test_support", 328 "//components/user_manager:test_support",
329 "//crypto:platform", 329 "//crypto:platform",
330 "//crypto:test_support", 330 "//crypto:test_support",
331 "//device/bluetooth:mocks", 331 "//device/bluetooth:mocks",
332 "//device/serial:test_support", 332 "//device/serial:test_support",
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
394 "//testing/gtest", 394 "//testing/gtest",
395 "//third_party/hunspell", 395 "//third_party/hunspell",
396 "//third_party/icu", 396 "//third_party/icu",
397 "//third_party/libpng", 397 "//third_party/libpng",
398 "//third_party/zlib", 398 "//third_party/zlib",
399 "//ui/base:test_support", 399 "//ui/base:test_support",
400 "//ui/resources:ui_test_pak", 400 "//ui/resources:ui_test_pak",
401 "//ui/web_dialogs:test_support", 401 "//ui/web_dialogs:test_support",
402 ] 402 ]
403 } 403 }
OLDNEW
« components/BUILD.gn ('K') | « components/search/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698