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

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

Issue 2868793003: RE-add the ability to delete notification ids unknown by the display service. (Closed)
Patch Set: Created 3 years, 7 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 | « content/shell/browser/layout_test/layout_test_permission_manager.cc ('k') | no next file » | 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/chromecast_build.gni") 6 import("//build/config/chromecast_build.gni")
7 import("//build/config/compiler/compiler.gni") 7 import("//build/config/compiler/compiler.gni")
8 import("//build/config/crypto.gni") 8 import("//build/config/crypto.gni")
9 import("//build/config/features.gni") 9 import("//build/config/features.gni")
10 import("//build/config/ui.gni") 10 import("//build/config/ui.gni")
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
162 "mock_google_streaming_server.cc", 162 "mock_google_streaming_server.cc",
163 "mock_google_streaming_server.h", 163 "mock_google_streaming_server.h",
164 "mock_keyboard.cc", 164 "mock_keyboard.cc",
165 "mock_keyboard.h", 165 "mock_keyboard.h",
166 "mock_keyboard_driver_win.cc", 166 "mock_keyboard_driver_win.cc",
167 "mock_keyboard_driver_win.h", 167 "mock_keyboard_driver_win.h",
168 "mock_leveldb_database.cc", 168 "mock_leveldb_database.cc",
169 "mock_leveldb_database.h", 169 "mock_leveldb_database.h",
170 "mock_permission_manager.cc", 170 "mock_permission_manager.cc",
171 "mock_permission_manager.h", 171 "mock_permission_manager.h",
172 "mock_platform_notification_service.cc",
173 "mock_platform_notification_service.h",
172 "mock_render_process.cc", 174 "mock_render_process.cc",
173 "mock_render_process.h", 175 "mock_render_process.h",
174 "mock_ssl_host_state_delegate.cc", 176 "mock_ssl_host_state_delegate.cc",
175 "mock_ssl_host_state_delegate.h", 177 "mock_ssl_host_state_delegate.h",
176 "mock_webassociatedurlloader.cc", 178 "mock_webassociatedurlloader.cc",
177 "mock_webassociatedurlloader.h", 179 "mock_webassociatedurlloader.h",
178 "mock_webblob_registry_impl.cc", 180 "mock_webblob_registry_impl.cc",
179 "mock_webblob_registry_impl.h", 181 "mock_webblob_registry_impl.h",
180 "mock_webclipboard_impl.cc", 182 "mock_webclipboard_impl.cc",
181 "mock_webclipboard_impl.h", 183 "mock_webclipboard_impl.h",
(...skipping 1650 matching lines...) Expand 10 before | Expand all | Expand 10 after
1832 if (is_android) { 1834 if (is_android) {
1833 deps += [ "//testing/android/native_test:native_test_native_code" ] 1835 deps += [ "//testing/android/native_test:native_test_native_code" ]
1834 } 1836 }
1835 } 1837 }
1836 1838
1837 group("fuzzers") { 1839 group("fuzzers") {
1838 deps = [ 1840 deps = [
1839 "//content/test/fuzzer", 1841 "//content/test/fuzzer",
1840 ] 1842 ]
1841 } 1843 }
OLDNEW
« no previous file with comments | « content/shell/browser/layout_test/layout_test_permission_manager.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698