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

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

Issue 2151583003: [Extensions] Add extension feature generation code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Include fix Created 4 years, 5 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("//chrome/chrome_tests.gni") 10 import("//chrome/chrome_tests.gni")
(...skipping 1819 matching lines...) Expand 10 before | Expand all | Expand 10 after
1830 "//device/bluetooth:mocks", 1830 "//device/bluetooth:mocks",
1831 "//device/core:mocks", 1831 "//device/core:mocks",
1832 "//device/usb:test_support", 1832 "//device/usb:test_support",
1833 "//gpu:test_support", 1833 "//gpu:test_support",
1834 "//media:test_support", 1834 "//media:test_support",
1835 "//third_party/leveldatabase", 1835 "//third_party/leveldatabase",
1836 "//third_party/libaddressinput", 1836 "//third_party/libaddressinput",
1837 "//third_party/libjingle", 1837 "//third_party/libjingle",
1838 "//third_party/libphonenumber", 1838 "//third_party/libphonenumber",
1839 "//third_party/webrtc/modules/desktop_capture", 1839 "//third_party/webrtc/modules/desktop_capture",
1840 "//tools/json_schema_compiler/test", 1840 "//tools/json_schema_compiler/test:schema_test",
1841 "//ui/gl", 1841 "//ui/gl",
1842 "//v8", 1842 "//v8",
1843 ] 1843 ]
1844 } 1844 }
1845 1845
1846 if (is_mac) { 1846 if (is_mac) {
1847 data_deps += [ "//chrome:chrome_framework" ] 1847 data_deps += [ "//chrome:chrome_framework" ]
1848 data += [ "$root_out_dir/Chromium Framework.framework/" ] 1848 data += [ "$root_out_dir/Chromium Framework.framework/" ]
1849 } else { 1849 } else {
1850 data_deps += [ "//chrome:packed_extra_resources" ] 1850 data_deps += [ "//chrome:packed_extra_resources" ]
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
1932 1932
1933 if (enable_extensions) { 1933 if (enable_extensions) {
1934 sources += rebase_path( 1934 sources += rebase_path(
1935 chrome_tests_unit_gypi_values.chrome_unit_tests_extensions_sources, 1935 chrome_tests_unit_gypi_values.chrome_unit_tests_extensions_sources,
1936 ".", 1936 ".",
1937 "//chrome") 1937 "//chrome")
1938 deps += [ 1938 deps += [
1939 "//chrome/common/extensions/api", 1939 "//chrome/common/extensions/api",
1940 "//extensions:extensions_resources", 1940 "//extensions:extensions_resources",
1941 "//extensions/strings", 1941 "//extensions/strings",
1942 "//tools/json_schema_compiler/test:features_generation_test",
1942 ] 1943 ]
1943 if (enable_service_discovery) { 1944 if (enable_service_discovery) {
1944 sources += rebase_path( 1945 sources += rebase_path(
1945 chrome_tests_unit_gypi_values.chrome_unit_tests_extensions_service _discovery_sources, 1946 chrome_tests_unit_gypi_values.chrome_unit_tests_extensions_service _discovery_sources,
1946 ".", 1947 ".",
1947 "//chrome") 1948 "//chrome")
1948 } 1949 }
1949 if (!is_chromeos) { 1950 if (!is_chromeos) {
1950 sources += rebase_path( 1951 sources += rebase_path(
1951 chrome_tests_unit_gypi_values.chrome_unit_tests_extensions_non_chr omeos_sources, 1952 chrome_tests_unit_gypi_values.chrome_unit_tests_extensions_non_chr omeos_sources,
(...skipping 515 matching lines...) Expand 10 before | Expand all | Expand 10 after
2467 if (is_android) { 2468 if (is_android) {
2468 android_library("unit_tests_java") { 2469 android_library("unit_tests_java") {
2469 java_files = [ "android/unit_tests_apk/src/org/chromium/chrome/unit_tests_ap k/ChromeNativeTestApplication.java" ] 2470 java_files = [ "android/unit_tests_apk/src/org/chromium/chrome/unit_tests_ap k/ChromeNativeTestApplication.java" ]
2470 deps = [ 2471 deps = [
2471 "//base:base_java", 2472 "//base:base_java",
2472 "//chrome/android:chrome_java", 2473 "//chrome/android:chrome_java",
2473 "//content/public/android:content_java", 2474 "//content/public/android:content_java",
2474 ] 2475 ]
2475 } 2476 }
2476 } 2477 }
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/common_extension_api_unittest.cc ('k') | extensions/common/features/api_feature.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698