| OLD | NEW |
| 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 112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 123 "//components/devtools_service/public/interfaces", | 123 "//components/devtools_service/public/interfaces", |
| 124 "//mojo/application/public/cpp", | 124 "//mojo/application/public/cpp", |
| 125 "//mojo/common:tracing_impl", | 125 "//mojo/common:tracing_impl", |
| 126 "//mojo/message_pump", | 126 "//mojo/message_pump", |
| 127 "//mojo/package_manager", | 127 "//mojo/package_manager", |
| 128 "//mojo/services/network/public/interfaces", | 128 "//mojo/services/network/public/interfaces", |
| 129 "//mojo/services/tracing/public/cpp", | 129 "//mojo/services/tracing/public/cpp", |
| 130 "//mojo/services/tracing/public/interfaces", | 130 "//mojo/services/tracing/public/interfaces", |
| 131 "//mojo/shell", | 131 "//mojo/shell", |
| 132 "//mojo/util:filename_util", | 132 "//mojo/util:filename_util", |
| 133 "//third_party/mojo/src/mojo/edk/system", | |
| 134 "//ui/gl", | 133 "//ui/gl", |
| 135 "//url", | 134 "//url", |
| 136 ] | 135 ] |
| 137 | 136 |
| 137 if (use_chrome_edk) { |
| 138 deps += [ "//mojo/edk/system" ] |
| 139 } else { |
| 140 deps += [ "//third_party/mojo/src/mojo/edk/system" ] |
| 141 } |
| 142 |
| 138 if (is_linux && !is_android) { | 143 if (is_linux && !is_android) { |
| 139 sources += [ | 144 sources += [ |
| 140 "linux_sandbox.cc", | 145 "linux_sandbox.cc", |
| 141 "linux_sandbox.h", | 146 "linux_sandbox.h", |
| 142 ] | 147 ] |
| 143 | 148 |
| 144 deps += [ | 149 deps += [ |
| 145 "//sandbox/linux:sandbox", | 150 "//sandbox/linux:sandbox", |
| 146 "//sandbox/linux:sandbox_services", | 151 "//sandbox/linux:sandbox_services", |
| 147 ] | 152 ] |
| (...skipping 292 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 440 "//mojo/application/public/cpp", | 445 "//mojo/application/public/cpp", |
| 441 "//mojo/common", | 446 "//mojo/common", |
| 442 "//mojo/environment:chromium", | 447 "//mojo/environment:chromium", |
| 443 "//mojo/fetcher", | 448 "//mojo/fetcher", |
| 444 "//mojo/message_pump", | 449 "//mojo/message_pump", |
| 445 "//mojo/package_manager", | 450 "//mojo/package_manager", |
| 446 "//mojo/services/test_service:bindings", | 451 "//mojo/services/test_service:bindings", |
| 447 "//mojo/shell", | 452 "//mojo/shell", |
| 448 "//mojo/util:filename_util", | 453 "//mojo/util:filename_util", |
| 449 "//testing/gtest", | 454 "//testing/gtest", |
| 450 "//third_party/mojo/src/mojo/edk/system", | |
| 451 "//third_party/mojo/src/mojo/public/cpp/bindings", | 455 "//third_party/mojo/src/mojo/public/cpp/bindings", |
| 452 "//url", | 456 "//url", |
| 453 ] | 457 ] |
| 454 | 458 |
| 459 if (use_chrome_edk) { |
| 460 deps += [ "//mojo/edk/system" ] |
| 461 } else { |
| 462 deps += [ "//third_party/mojo/src/mojo/edk/system" ] |
| 463 } |
| 464 |
| 455 data_deps = [ | 465 data_deps = [ |
| 456 "//mojo/services/test_service:test_app", | 466 "//mojo/services/test_service:test_app", |
| 457 "//mojo/services/test_service:test_request_tracker_app", | 467 "//mojo/services/test_service:test_request_tracker_app", |
| 458 ] | 468 ] |
| 459 | 469 |
| 460 if (is_android) { | 470 if (is_android) { |
| 461 sources += [ "android/background_application_loader_unittest.cc" ] | 471 sources += [ "android/background_application_loader_unittest.cc" ] |
| 462 | 472 |
| 463 deps += [ ":jni_headers" ] | 473 deps += [ ":jni_headers" ] |
| 464 | 474 |
| (...skipping 17 matching lines...) Expand all Loading... |
| 482 ] | 492 ] |
| 483 | 493 |
| 484 deps = [ | 494 deps = [ |
| 485 "//base", | 495 "//base", |
| 486 "//mojo/application/public/cpp:test_support", | 496 "//mojo/application/public/cpp:test_support", |
| 487 "//mojo/runner/test:bindings", | 497 "//mojo/runner/test:bindings", |
| 488 "//mojo/services/network/public/interfaces", | 498 "//mojo/services/network/public/interfaces", |
| 489 "//third_party/mojo/src/mojo/public/cpp/bindings:callback", | 499 "//third_party/mojo/src/mojo/public/cpp/bindings:callback", |
| 490 ] | 500 ] |
| 491 } | 501 } |
| OLD | NEW |