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

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

Issue 1284173003: Create a about handler component. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nit Created 5 years, 4 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 | « chrome/chrome_browser.gypi ('k') | components/BUILD.gn » ('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/crypto.gni") 6 import("//build/config/crypto.gni")
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//chrome/chrome_tests.gni") 9 import("//chrome/chrome_tests.gni")
10 import("//chrome/test/base/js2gtest.gni") 10 import("//chrome/test/base/js2gtest.gni")
(...skipping 1876 matching lines...) Expand 10 before | Expand all | Expand 10 after
1887 1887
1888 defines = [ "HAS_OUT_OF_PROC_TEST_RUNNER" ] 1888 defines = [ "HAS_OUT_OF_PROC_TEST_RUNNER" ]
1889 1889
1890 deps = [ 1890 deps = [
1891 ":test_support", 1891 ":test_support",
1892 "//base", 1892 "//base",
1893 "//base:i18n", 1893 "//base:i18n",
1894 "//base/test:test_support", 1894 "//base/test:test_support",
1895 "//chrome/browser", 1895 "//chrome/browser",
1896 "//chrome/renderer", 1896 "//chrome/renderer",
1897 "//components/about_handler",
1897 "//components/autofill/content/browser/wallet:test_support", 1898 "//components/autofill/content/browser/wallet:test_support",
1898 "//components/autofill/content/renderer:test_support", 1899 "//components/autofill/content/renderer:test_support",
1899 "//media/cast:test_support", 1900 "//media/cast:test_support",
1900 "//testing/gmock", 1901 "//testing/gmock",
1901 "//testing/gtest", 1902 "//testing/gtest",
1902 "//testing/perf", 1903 "//testing/perf",
1903 ] 1904 ]
1904 1905
1905 if (is_win) { 1906 if (is_win) {
1906 configs -= [ "//build/config/win:default_incremental_linking" ] 1907 configs -= [ "//build/config/win:default_incremental_linking" ]
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
1947 "//third_party/mojo/src/mojo/edk/system", 1948 "//third_party/mojo/src/mojo/edk/system",
1948 ] 1949 ]
1949 1950
1950 if (!is_android && use_ash) { 1951 if (!is_android && use_ash) {
1951 sources += rebase_path( 1952 sources += rebase_path(
1952 chrome_tests_unit_gypi_values.chrome_test_support_unit_ash_sources, 1953 chrome_tests_unit_gypi_values.chrome_test_support_unit_ash_sources,
1953 ".", 1954 ".",
1954 "//chrome") 1955 "//chrome")
1955 } 1956 }
1956 } 1957 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | components/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698