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

Side by Side Diff: content/test/BUILD.gn

Issue 2605743002: Use consistent types for ICC profiles (Closed)
Patch Set: No export for static lib Created 3 years, 11 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 import("//build/config/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/compiler/compiler.gni") 6 import("//build/config/compiler/compiler.gni")
7 import("//build/config/crypto.gni") 7 import("//build/config/crypto.gni")
8 import("//build/config/features.gni") 8 import("//build/config/features.gni")
9 import("//build/config/ui.gni") 9 import("//build/config/ui.gni")
10 import("//media/media_options.gni") 10 import("//media/media_options.gni")
(...skipping 461 matching lines...) Expand 10 before | Expand all | Expand 10 after
472 "//components/test_runner:test_runner", 472 "//components/test_runner:test_runner",
473 "//content/browser:for_content_tests", 473 "//content/browser:for_content_tests",
474 "//content/child:for_content_tests", 474 "//content/child:for_content_tests",
475 "//content/public/common", 475 "//content/public/common",
476 "//content/renderer:for_content_tests", 476 "//content/renderer:for_content_tests",
477 "//device/bluetooth", 477 "//device/bluetooth",
478 "//services/ui/public/cpp/gpu", 478 "//services/ui/public/cpp/gpu",
479 "//skia", 479 "//skia",
480 "//ui/accessibility:ax_gen", 480 "//ui/accessibility:ax_gen",
481 "//ui/events/blink", 481 "//ui/events/blink",
482 "//ui/gfx:test_support",
482 "//v8", 483 "//v8",
483 ] 484 ]
484 485
485 if (is_android) { 486 if (is_android) {
486 deps += [ "//content/public/test/android:test_support_content_jni_headers" ] 487 deps += [ "//content/public/test/android:test_support_content_jni_headers" ]
487 } 488 }
488 } 489 }
489 490
490 if (is_android) { 491 if (is_android) {
491 import("//build/config/android/rules.gni") 492 import("//build/config/android/rules.gni")
(...skipping 1248 matching lines...) Expand 10 before | Expand all | Expand 10 after
1740 if (is_android) { 1741 if (is_android) {
1741 deps += [ "//testing/android/native_test:native_test_native_code" ] 1742 deps += [ "//testing/android/native_test:native_test_native_code" ]
1742 } 1743 }
1743 } 1744 }
1744 1745
1745 group("fuzzers") { 1746 group("fuzzers") {
1746 deps = [ 1747 deps = [
1747 "//content/test/fuzzer", 1748 "//content/test/fuzzer",
1748 ] 1749 ]
1749 } 1750 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698