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

Side by Side Diff: extensions/BUILD.gn

Issue 1391893003: NOT FOR REVIEW: Aura on Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
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 232 matching lines...) Expand 10 before | Expand all | Expand 10 after
243 ":test_support", 243 ":test_support",
244 "shell:app_shell_lib", 244 "shell:app_shell_lib",
245 245
246 # TODO(yoz): find the right deps 246 # TODO(yoz): find the right deps
247 "//base", 247 "//base",
248 "//base:prefs_test_support", 248 "//base:prefs_test_support",
249 "//base/test:test_support", 249 "//base/test:test_support",
250 "//components/storage_monitor:test_support", 250 "//components/storage_monitor:test_support",
251 "//content/test:test_support", 251 "//content/test:test_support",
252 "//device/bluetooth:mocks", 252 "//device/bluetooth:mocks",
253 "//device/usb:mocks", 253 #"//device/usb:mocks",
254 "//mojo/environment:chromium", 254 "//mojo/environment:chromium",
255 "//testing/gmock", 255 "//testing/gmock",
256 "//testing/gtest", 256 "//testing/gtest",
257 "//third_party/mojo/src/mojo/edk/js", 257 "//third_party/mojo/src/mojo/edk/js",
258 "//third_party/mojo/src/mojo/edk/system", 258 "//third_party/mojo/src/mojo/edk/system",
259 "//third_party/mojo/src/mojo/public/cpp/bindings", 259 "//third_party/mojo/src/mojo/public/cpp/bindings",
260 ] 260 ]
261 261
262 data_deps = [ "//third_party/mesa:osmesa" ] 262 data_deps = [ "//third_party/mesa:osmesa" ]
263 263
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
380 "//testing/gtest", 380 "//testing/gtest",
381 "//third_party/hunspell", 381 "//third_party/hunspell",
382 "//third_party/icu", 382 "//third_party/icu",
383 "//third_party/libpng", 383 "//third_party/libpng",
384 "//third_party/zlib", 384 "//third_party/zlib",
385 "//ui/base:test_support", 385 "//ui/base:test_support",
386 "//ui/resources:ui_test_pak", 386 "//ui/resources:ui_test_pak",
387 "//ui/web_dialogs:test_support", 387 "//ui/web_dialogs:test_support",
388 ] 388 ]
389 } 389 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698