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

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

Issue 1799923003: Add an end-to-end test that excercises Mojo with a sandbox. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 9 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/content_tests.gypi ('k') | content/shell/utility/mojo_test_impl.h » ('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/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/sanitizers/sanitizers.gni") 6 import("//build/config/sanitizers/sanitizers.gni")
7 import("//build/config/ui.gni") 7 import("//build/config/ui.gni")
8 import("//build/config/win/console_app.gni") 8 import("//build/config/win/console_app.gni")
9 import("//build/config/win/manifest.gni") 9 import("//build/config/win/manifest.gni")
10 import("//media/media_options.gni") 10 import("//media/media_options.gni")
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
169 "renderer/layout_test/leak_detector.cc", 169 "renderer/layout_test/leak_detector.cc",
170 "renderer/layout_test/leak_detector.h", 170 "renderer/layout_test/leak_detector.h",
171 "renderer/layout_test/test_media_stream_renderer_factory.cc", 171 "renderer/layout_test/test_media_stream_renderer_factory.cc",
172 "renderer/layout_test/test_media_stream_renderer_factory.h", 172 "renderer/layout_test/test_media_stream_renderer_factory.h",
173 "renderer/layout_test/test_video_frame_provider.cc", 173 "renderer/layout_test/test_video_frame_provider.cc",
174 "renderer/layout_test/test_video_frame_provider.h", 174 "renderer/layout_test/test_video_frame_provider.h",
175 "renderer/shell_content_renderer_client.cc", 175 "renderer/shell_content_renderer_client.cc",
176 "renderer/shell_content_renderer_client.h", 176 "renderer/shell_content_renderer_client.h",
177 "renderer/shell_render_view_observer.cc", 177 "renderer/shell_render_view_observer.cc",
178 "renderer/shell_render_view_observer.h", 178 "renderer/shell_render_view_observer.h",
179 "utility/mojo_test_impl.cc",
180 "utility/mojo_test_impl.h",
179 "utility/shell_content_utility_client.cc", 181 "utility/shell_content_utility_client.cc",
180 "utility/shell_content_utility_client.h", 182 "utility/shell_content_utility_client.h",
181 ] 183 ]
182 184
183 configs += [ 185 configs += [
184 ":content_shell_lib_warnings", 186 ":content_shell_lib_warnings",
185 "//build/config:precompiled_headers", 187 "//build/config:precompiled_headers",
186 188
187 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 189 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
188 "//build/config/compiler:no_size_t_to_int_warning", 190 "//build/config/compiler:no_size_t_to_int_warning",
(...skipping 21 matching lines...) Expand all
210 "//components/crash/content/app:app_breakpad_mac_win_to_be_deleted", 212 "//components/crash/content/app:app_breakpad_mac_win_to_be_deleted",
211 "//components/devtools_discovery", 213 "//components/devtools_discovery",
212 "//components/devtools_http_handler", 214 "//components/devtools_http_handler",
213 "//components/plugins/renderer", 215 "//components/plugins/renderer",
214 "//components/test_runner:test_runner", 216 "//components/test_runner:test_runner",
215 "//components/url_formatter", 217 "//components/url_formatter",
216 "//components/web_cache/renderer", 218 "//components/web_cache/renderer",
217 "//content:resources", 219 "//content:resources",
218 "//content/app/resources", 220 "//content/app/resources",
219 "//content/app/strings", 221 "//content/app/strings",
222 "//content/common:mojo_bindings",
220 "//content/gpu", 223 "//content/gpu",
221 "//content/test:layouttest_support", 224 "//content/test:layouttest_support",
222 "//device/bluetooth", 225 "//device/bluetooth",
223 "//device/bluetooth:mocks", 226 "//device/bluetooth:mocks",
224 "//gin", 227 "//gin",
225 "//gpu", 228 "//gpu",
226 "//ipc", 229 "//ipc",
227 "//media", 230 "//media",
228 "//net", 231 "//net",
229 "//net:net_resources", 232 "//net:net_resources",
(...skipping 280 matching lines...) Expand 10 before | Expand all | Expand 10 after
510 sources = [ 513 sources = [
511 "app/shell_content_main.cc", 514 "app/shell_content_main.cc",
512 "app/shell_content_main.h", 515 "app/shell_content_main.h",
513 ] 516 ]
514 517
515 deps = [ 518 deps = [
516 ":content_shell_lib", 519 ":content_shell_lib",
517 ] 520 ]
518 } 521 }
519 } 522 }
OLDNEW
« no previous file with comments | « content/content_tests.gypi ('k') | content/shell/utility/mojo_test_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698