OLD | NEW |
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/common/features.gni") | 10 import("//chrome/common/features.gni") |
(...skipping 1924 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1935 "$root_out_dir/test_page.css", | 1935 "$root_out_dir/test_page.css", |
1936 "$root_out_dir/test_page.css.mock-http-headers", | 1936 "$root_out_dir/test_page.css.mock-http-headers", |
1937 "$root_out_dir/test_url_loader_data/", | 1937 "$root_out_dir/test_url_loader_data/", |
1938 ] | 1938 ] |
1939 | 1939 |
1940 if (!is_mac) { | 1940 if (!is_mac) { |
1941 data += [ "$root_out_dir/locales/" ] | 1941 data += [ "$root_out_dir/locales/" ] |
1942 data_deps += [ "//chrome:packed_extra_resources" ] | 1942 data_deps += [ "//chrome:packed_extra_resources" ] |
1943 } | 1943 } |
1944 | 1944 |
| 1945 if (is_linux) { |
| 1946 data += [ "//testing/buildbot/filters/browser-side-navigation.linux.browse
r_tests.filter" ] |
| 1947 } |
| 1948 |
1945 if (!enable_one_click_signin) { | 1949 if (!enable_one_click_signin) { |
1946 sources -= [ "../browser/ui/sync/one_click_signin_links_delegate_impl_brow
sertest.cc" ] | 1950 sources -= [ "../browser/ui/sync/one_click_signin_links_delegate_impl_brow
sertest.cc" ] |
1947 } | 1951 } |
1948 if (enable_nacl) { | 1952 if (enable_nacl) { |
1949 sources += [ | 1953 sources += [ |
1950 "../browser/chrome_service_worker_browsertest.cc", | 1954 "../browser/chrome_service_worker_browsertest.cc", |
1951 "../browser/extensions/extension_nacl_browsertest.cc", | 1955 "../browser/extensions/extension_nacl_browsertest.cc", |
1952 "../browser/nacl_host/test/gdb_debug_stub_browsertest.cc", | 1956 "../browser/nacl_host/test/gdb_debug_stub_browsertest.cc", |
1953 "nacl/nacl_browsertest.cc", | 1957 "nacl/nacl_browsertest.cc", |
1954 "nacl/nacl_browsertest_uma.cc", | 1958 "nacl/nacl_browsertest_uma.cc", |
(...skipping 3021 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4976 "touch_hud", | 4980 "touch_hud", |
4977 "ui", | 4981 "ui", |
4978 ] | 4982 ] |
4979 | 4983 |
4980 if (is_linux && !is_android) { | 4984 if (is_linux && !is_android) { |
4981 deps += [ "//components/font_service:manifest" ] | 4985 deps += [ "//components/font_service:manifest" ] |
4982 packaged_services += [ "font_service" ] | 4986 packaged_services += [ "font_service" ] |
4983 } | 4987 } |
4984 } | 4988 } |
4985 } | 4989 } |
OLD | NEW |