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 217 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
228 "android/ui_application_loader_android.h", | 228 "android/ui_application_loader_android.h", |
229 "android/url_response_disk_cache_delegate_impl.cc", | 229 "android/url_response_disk_cache_delegate_impl.cc", |
230 "android/url_response_disk_cache_delegate_impl.h", | 230 "android/url_response_disk_cache_delegate_impl.h", |
231 ] | 231 ] |
232 | 232 |
233 deps += [ | 233 deps += [ |
234 ":jni_headers", | 234 ":jni_headers", |
235 ":run_android_application_function", | 235 ":run_android_application_function", |
236 "//mojo/application:content_handler", | 236 "//mojo/application:content_handler", |
237 "//mojo/services/content_handler/interfaces", | 237 "//mojo/services/content_handler/interfaces", |
238 "//mojo/services/gpu/public/interfaces", | 238 "//mojo/services/gpu/interfaces", |
239 "//mojo/services/native_viewport/public/interfaces", | 239 "//mojo/services/native_viewport/interfaces", |
240 "//services/gles2", | 240 "//services/gles2", |
241 "//services/native_viewport:lib", | 241 "//services/native_viewport:lib", |
242 ] | 242 ] |
243 } | 243 } |
244 | 244 |
245 if (is_mac) { | 245 if (is_mac) { |
246 sources -= [ | 246 sources -= [ |
247 "url_response_disk_cache_loader.cc", | 247 "url_response_disk_cache_loader.cc", |
248 "url_response_disk_cache_loader.h", | 248 "url_response_disk_cache_loader.h", |
249 ] | 249 ] |
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
347 ] | 347 ] |
348 | 348 |
349 deps = [ | 349 deps = [ |
350 ":resources", | 350 ":resources", |
351 "//base:base_java", | 351 "//base:base_java", |
352 "//mojo/android:system_java", | 352 "//mojo/android:system_java", |
353 "//mojo/public/interfaces/application:application_java", | 353 "//mojo/public/interfaces/application:application_java", |
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/public/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/public/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 ] |
(...skipping 262 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
630 ] | 630 ] |
631 | 631 |
632 deps = [ | 632 deps = [ |
633 "//base", | 633 "//base", |
634 "//mojo/application", | 634 "//mojo/application", |
635 "//mojo/application:test_support", | 635 "//mojo/application:test_support", |
636 "//mojo/data_pipe_utils", | 636 "//mojo/data_pipe_utils", |
637 "//mojo/public/cpp/bindings:callback", | 637 "//mojo/public/cpp/bindings:callback", |
638 "//mojo/public/cpp/environment", | 638 "//mojo/public/cpp/environment", |
639 "//mojo/public/cpp/system:system", | 639 "//mojo/public/cpp/system:system", |
640 "//mojo/services/http_server/public/cpp", | 640 "//mojo/services/http_server/cpp", |
641 "//mojo/services/http_server/public/interfaces", | 641 "//mojo/services/http_server/interfaces", |
642 "//mojo/services/network/public/interfaces", | 642 "//mojo/services/network/public/interfaces", |
643 "//shell/test:bindings", | 643 "//shell/test:bindings", |
644 ":embed_pingable", | 644 ":embed_pingable", |
645 ] | 645 ] |
646 | 646 |
647 data_deps = [ "//services/http_server:http_server($default_toolchain)" ] | 647 data_deps = [ "//services/http_server:http_server($default_toolchain)" ] |
648 } | 648 } |
649 | 649 |
650 mojo_native_application("shell_nfc_apptests") { | 650 mojo_native_application("shell_nfc_apptests") { |
651 output_name = "shell_nfc_apptests" | 651 output_name = "shell_nfc_apptests" |
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after 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 |