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

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

Issue 2609093002: Revert of Use consistent types for ICC profiles (Closed)
Patch Set: 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
« no previous file with comments | « content/renderer/render_widget_owner_delegate.h ('k') | content/test/layouttest_support.cc » ('j') | 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 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",
483 "//v8", 482 "//v8",
484 ] 483 ]
485 484
486 if (is_android) { 485 if (is_android) {
487 deps += [ "//content/public/test/android:test_support_content_jni_headers" ] 486 deps += [ "//content/public/test/android:test_support_content_jni_headers" ]
488 } 487 }
489 } 488 }
490 489
491 if (is_android) { 490 if (is_android) {
492 import("//build/config/android/rules.gni") 491 import("//build/config/android/rules.gni")
(...skipping 1248 matching lines...) Expand 10 before | Expand all | Expand 10 after
1741 if (is_android) { 1740 if (is_android) {
1742 deps += [ "//testing/android/native_test:native_test_native_code" ] 1741 deps += [ "//testing/android/native_test:native_test_native_code" ]
1743 } 1742 }
1744 } 1743 }
1745 1744
1746 group("fuzzers") { 1745 group("fuzzers") {
1747 deps = [ 1746 deps = [
1748 "//content/test/fuzzer", 1747 "//content/test/fuzzer",
1749 ] 1748 ]
1750 } 1749 }
OLDNEW
« no previous file with comments | « content/renderer/render_widget_owner_delegate.h ('k') | content/test/layouttest_support.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698