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

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

Issue 2798143004: Fix for URL opening code (Closed)
Patch Set: Fixed class name usage. Created 3 years, 6 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/public/test/repeated_notification_observer.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 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 "../public/test/mock_resource_context.cc", 89 "../public/test/mock_resource_context.cc",
90 "../public/test/mock_resource_context.h", 90 "../public/test/mock_resource_context.h",
91 "../public/test/navigation_handle_observer.cc", 91 "../public/test/navigation_handle_observer.cc",
92 "../public/test/navigation_handle_observer.h", 92 "../public/test/navigation_handle_observer.h",
93 "../public/test/navigation_simulator.cc", 93 "../public/test/navigation_simulator.cc",
94 "../public/test/navigation_simulator.h", 94 "../public/test/navigation_simulator.h",
95 "../public/test/ppapi_test_utils.cc", 95 "../public/test/ppapi_test_utils.cc",
96 "../public/test/ppapi_test_utils.h", 96 "../public/test/ppapi_test_utils.h",
97 "../public/test/render_view_test.cc", 97 "../public/test/render_view_test.cc",
98 "../public/test/render_view_test.h", 98 "../public/test/render_view_test.h",
99 "../public/test/repeated_notification_observer.cc",
100 "../public/test/repeated_notification_observer.h",
99 "../public/test/test_browser_context.cc", 101 "../public/test/test_browser_context.cc",
100 "../public/test/test_browser_context.h", 102 "../public/test/test_browser_context.h",
101 "../public/test/test_browser_thread.cc", 103 "../public/test/test_browser_thread.cc",
102 "../public/test/test_browser_thread.h", 104 "../public/test/test_browser_thread.h",
103 "../public/test/test_browser_thread_bundle.cc", 105 "../public/test/test_browser_thread_bundle.cc",
104 "../public/test/test_browser_thread_bundle.h", 106 "../public/test/test_browser_thread_bundle.h",
105 "../public/test/test_content_client_initializer.cc", 107 "../public/test/test_content_client_initializer.cc",
106 "../public/test/test_content_client_initializer.h", 108 "../public/test/test_content_client_initializer.h",
107 "../public/test/test_download_request_handler.cc", 109 "../public/test/test_download_request_handler.cc",
108 "../public/test/test_download_request_handler.h", 110 "../public/test/test_download_request_handler.h",
(...skipping 1770 matching lines...) Expand 10 before | Expand all | Expand 10 after
1879 if (is_android) { 1881 if (is_android) {
1880 deps += [ "//testing/android/native_test:native_test_native_code" ] 1882 deps += [ "//testing/android/native_test:native_test_native_code" ]
1881 } 1883 }
1882 } 1884 }
1883 1885
1884 group("fuzzers") { 1886 group("fuzzers") {
1885 deps = [ 1887 deps = [
1886 "//content/test/fuzzer", 1888 "//content/test/fuzzer",
1887 ] 1889 ]
1888 } 1890 }
OLDNEW
« no previous file with comments | « content/public/test/repeated_notification_observer.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698