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("//build/config/ui.gni") | 5 import("//build/config/ui.gni") |
6 import("//mojo/public/mojo.gni") | 6 import("//mojo/public/mojo.gni") |
7 import("//mojo/public/mojo_application.gni") | 7 import("//mojo/public/mojo_application.gni") |
8 import("//mojo/public/tools/bindings/mojom.gni") | 8 import("//mojo/public/tools/bindings/mojom.gni") |
9 import("//mojo/tools/embed/rules.gni") | 9 import("//mojo/tools/embed/rules.gni") |
10 import("//testing/test.gni") | 10 import("//testing/test.gni") |
(...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
197 "//base/third_party/dynamic_annotations", | 197 "//base/third_party/dynamic_annotations", |
198 "//base:base_static", | 198 "//base:base_static", |
199 "//mojo/application", | 199 "//mojo/application", |
200 "//mojo/common", | 200 "//mojo/common", |
201 "//mojo/common:tracing_impl", | 201 "//mojo/common:tracing_impl", |
202 "//mojo/data_pipe_utils", | 202 "//mojo/data_pipe_utils", |
203 "//mojo/edk/system", | 203 "//mojo/edk/system", |
204 "//mojo/public/cpp/bindings", | 204 "//mojo/public/cpp/bindings", |
205 "//mojo/public/interfaces/application", | 205 "//mojo/public/interfaces/application", |
206 "//mojo/services/network/public/interfaces", | 206 "//mojo/services/network/public/interfaces", |
207 "//mojo/services/tracing/public/interfaces", | 207 "//mojo/services/tracing/interfaces", |
208 "//services/url_response_disk_cache", | 208 "//services/url_response_disk_cache", |
209 "//shell/application_manager", | 209 "//shell/application_manager", |
210 "//url", | 210 "//url", |
211 ] | 211 ] |
212 | 212 |
213 public_deps = [ | 213 public_deps = [ |
214 ":common_lib", | 214 ":common_lib", |
215 ] | 215 ] |
216 | 216 |
217 if (is_android) { | 217 if (is_android) { |
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
354 "//mojo/public/java:application", | 354 "//mojo/public/java:application", |
355 "//mojo/public/java:bindings", | 355 "//mojo/public/java:bindings", |
356 "//mojo/public/java:system", | 356 "//mojo/public/java:system", |
357 "//mojo/services/keyboard/interfaces:interfaces_java", | 357 "//mojo/services/keyboard/interfaces:interfaces_java", |
358 "//services/authentication", | 358 "//services/authentication", |
359 "//services/location", | 359 "//services/location", |
360 "//services/intent_receiver:bindings_java", | 360 "//services/intent_receiver:bindings_java", |
361 "//services/native_viewport:interfaces_java", | 361 "//services/native_viewport:interfaces_java", |
362 "//services/nfc_message_sink:bindings_java", | 362 "//services/nfc_message_sink:bindings_java", |
363 "//services/sharing_sink:bindings_java", | 363 "//services/sharing_sink:bindings_java", |
364 "//mojo/services/nfc/public/interfaces:interfaces_java", | 364 "//mojo/services/nfc/interfaces:interfaces_java", |
365 "//services/keyboard", | 365 "//services/keyboard", |
366 "//services/native_viewport:native_viewport_java", | 366 "//services/native_viewport:native_viewport_java", |
367 ] | 367 ] |
368 } | 368 } |
369 | 369 |
370 if (is_official_build) { | 370 if (is_official_build) { |
371 icon_dir = "android/apk/res-official" | 371 icon_dir = "android/apk/res-official" |
372 } else { | 372 } else { |
373 icon_dir = "android/apk/res-dev" | 373 icon_dir = "android/apk/res-dev" |
374 } | 374 } |
(...skipping 282 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
657 ] | 657 ] |
658 | 658 |
659 deps = [ | 659 deps = [ |
660 "//base", | 660 "//base", |
661 "//mojo/application", | 661 "//mojo/application", |
662 "//mojo/application:test_support", | 662 "//mojo/application:test_support", |
663 "//mojo/common:common", | 663 "//mojo/common:common", |
664 "//mojo/public/cpp/bindings:callback", | 664 "//mojo/public/cpp/bindings:callback", |
665 "//mojo/public/cpp/environment", | 665 "//mojo/public/cpp/environment", |
666 "//mojo/public/cpp/system:system", | 666 "//mojo/public/cpp/system:system", |
667 "//mojo/services/nfc/public/interfaces", | 667 "//mojo/services/nfc/interfaces", |
668 "//shell/test:bindings", | 668 "//shell/test:bindings", |
669 ] | 669 ] |
670 } | 670 } |
671 | 671 |
672 copy("copy_symbols") { | 672 copy("copy_symbols") { |
673 testonly = true | 673 testonly = true |
674 | 674 |
675 deps = [ | 675 deps = [ |
676 ":mojo_shell", | 676 ":mojo_shell", |
677 ":mojo_shell_child", | 677 ":mojo_shell_child", |
(...skipping 11 matching lines...) Expand all Loading... |
689 "${root_out_dir}/libmojo_shell.so", | 689 "${root_out_dir}/libmojo_shell.so", |
690 ] | 690 ] |
691 } else { | 691 } else { |
692 sources += [ "${root_out_dir}/mojo_shell" ] | 692 sources += [ "${root_out_dir}/mojo_shell" ] |
693 } | 693 } |
694 | 694 |
695 outputs = [ | 695 outputs = [ |
696 "${root_out_dir}/symbols/{{source_file_part}}", | 696 "${root_out_dir}/symbols/{{source_file_part}}", |
697 ] | 697 ] |
698 } | 698 } |
OLD | NEW |