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

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

Issue 1895473002: PlatformNotificationService layering cleanup. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@display_manager2
Patch Set: Created 4 years, 8 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 | « no previous file | chrome/browser/notifications/native_notification_display_service.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/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
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
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 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/notifications/native_notification_display_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698