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/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/common/features.gni") | 9 import("//chrome/common/features.gni") |
10 import("//media/media_options.gni") | 10 import("//media/media_options.gni") |
(...skipping 1085 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1096 "download/test_download_shelf.cc", | 1096 "download/test_download_shelf.cc", |
1097 "download/test_download_shelf.h", | 1097 "download/test_download_shelf.h", |
1098 "media/fake_desktop_media_list.cc", | 1098 "media/fake_desktop_media_list.cc", |
1099 "media/fake_desktop_media_list.h", | 1099 "media/fake_desktop_media_list.h", |
1100 "net/dns_probe_test_util.cc", | 1100 "net/dns_probe_test_util.cc", |
1101 "net/dns_probe_test_util.h", | 1101 "net/dns_probe_test_util.h", |
1102 "net/url_request_mock_util.cc", | 1102 "net/url_request_mock_util.cc", |
1103 "net/url_request_mock_util.h", | 1103 "net/url_request_mock_util.h", |
1104 "notifications/notification_test_util.cc", | 1104 "notifications/notification_test_util.cc", |
1105 "notifications/notification_test_util.h", | 1105 "notifications/notification_test_util.h", |
| 1106 "notifications/stub_notification_platform_bridge.cc", |
| 1107 "notifications/stub_notification_platform_bridge.h", |
1106 "profile_resetter/profile_resetter_test_base.cc", | 1108 "profile_resetter/profile_resetter_test_base.cc", |
1107 "profile_resetter/profile_resetter_test_base.h", | 1109 "profile_resetter/profile_resetter_test_base.h", |
1108 "search_engines/template_url_service_factory_test_util.cc", | 1110 "search_engines/template_url_service_factory_test_util.cc", |
1109 "search_engines/template_url_service_factory_test_util.h", | 1111 "search_engines/template_url_service_factory_test_util.h", |
1110 "search_engines/template_url_service_test_util.cc", | 1112 "search_engines/template_url_service_test_util.cc", |
1111 "search_engines/template_url_service_test_util.h", | 1113 "search_engines/template_url_service_test_util.h", |
1112 "sessions/session_restore_test_helper.cc", | 1114 "sessions/session_restore_test_helper.cc", |
1113 "sessions/session_restore_test_helper.h", | 1115 "sessions/session_restore_test_helper.h", |
1114 "sessions/session_service_test_helper.cc", | 1116 "sessions/session_service_test_helper.cc", |
1115 "sessions/session_service_test_helper.h", | 1117 "sessions/session_service_test_helper.h", |
(...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1335 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") | 1337 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") |
1336 deps = [ | 1338 deps = [ |
1337 "//components/google/core/browser", | 1339 "//components/google/core/browser", |
1338 "//components/omnibox/browser", | 1340 "//components/omnibox/browser", |
1339 "//components/rlz", | 1341 "//components/rlz", |
1340 "//components/search_engines", | 1342 "//components/search_engines", |
1341 "//rlz:rlz_lib", | 1343 "//rlz:rlz_lib", |
1342 ] | 1344 ] |
1343 } | 1345 } |
1344 } | 1346 } |
OLD | NEW |