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

Side by Side Diff: mojo/runner/BUILD.gn

Issue 1342093002: Mandoline: let html_viewer handle more contents (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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 | « mojo/fetcher/network_fetcher_unittest.cc ('k') | mojo/runner/context.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("//mojo/generate_mojo_shell_assets_list.gni") 5 import("//mojo/generate_mojo_shell_assets_list.gni")
6 import("//mojo/public/mojo_application.gni") 6 import("//mojo/public/mojo_application.gni")
7 import("//testing/test.gni") 7 import("//testing/test.gni")
8 import("//third_party/mojo/src/mojo/public/tools/bindings/mojom.gni") 8 import("//third_party/mojo/src/mojo/public/tools/bindings/mojom.gni")
9 9
10 # We don't support building in the component build since mojo apps are 10 # We don't support building in the component build since mojo apps are
(...skipping 399 matching lines...) Expand 10 before | Expand all | Expand 10 after
410 deps = [ 410 deps = [
411 "//mojo/application/public/interfaces", 411 "//mojo/application/public/interfaces",
412 ] 412 ]
413 413
414 import_dirs = [ "//mojo/services" ] 414 import_dirs = [ "//mojo/services" ]
415 } 415 }
416 416
417 test("mojo_runner_unittests") { 417 test("mojo_runner_unittests") {
418 sources = [ 418 sources = [
419 "../fetcher/about_fetcher_unittest.cc", 419 "../fetcher/about_fetcher_unittest.cc",
420 "../fetcher/network_fetcher_unittest.cc",
420 "../fetcher/url_resolver_unittest.cc", 421 "../fetcher/url_resolver_unittest.cc",
421 "child_process_host_unittest.cc", 422 "child_process_host_unittest.cc",
422 "data_pipe_peek_unittest.cc", 423 "data_pipe_peek_unittest.cc",
423 "in_process_native_runner_unittest.cc", 424 "in_process_native_runner_unittest.cc",
424 "native_runner_unittest.cc", 425 "native_runner_unittest.cc",
425 "shell_test_base.cc", 426 "shell_test_base.cc",
426 "shell_test_base.h", 427 "shell_test_base.h",
427 "shell_test_base_android.cc", 428 "shell_test_base_android.cc",
428 "shell_test_base_unittest.cc", 429 "shell_test_base_unittest.cc",
429 "shell_test_main.cc", 430 "shell_test_main.cc",
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
478 ] 479 ]
479 480
480 deps = [ 481 deps = [
481 "//base", 482 "//base",
482 "//mojo/application/public/cpp:test_support", 483 "//mojo/application/public/cpp:test_support",
483 "//mojo/runner/test:bindings", 484 "//mojo/runner/test:bindings",
484 "//mojo/services/network/public/interfaces", 485 "//mojo/services/network/public/interfaces",
485 "//third_party/mojo/src/mojo/public/cpp/bindings:callback", 486 "//third_party/mojo/src/mojo/public/cpp/bindings:callback",
486 ] 487 ]
487 } 488 }
OLDNEW
« no previous file with comments | « mojo/fetcher/network_fetcher_unittest.cc ('k') | mojo/runner/context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698