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

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

Issue 1299003003: [GN] Don't hardcode google_play_services dependencies (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 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 | « mandoline/app/android/BUILD.gn ('k') | no next file » | 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 363 matching lines...) Expand 10 before | Expand all | Expand 10 after
374 android_manifest = "android/apk/AndroidManifest.xml" 374 android_manifest = "android/apk/AndroidManifest.xml"
375 native_libs = [ "${shlib_prefix}mojo_runner$shlib_extension" ] 375 native_libs = [ "${shlib_prefix}mojo_runner$shlib_extension" ]
376 asset_location = mojo_runner_apptests_assets_dir 376 asset_location = mojo_runner_apptests_assets_dir
377 377
378 deps = [ 378 deps = [
379 ":build_mojo_runner_apptests_assets", 379 ":build_mojo_runner_apptests_assets",
380 ":copy_mojo_runner", 380 ":copy_mojo_runner",
381 ":java", 381 ":java",
382 ":resources", 382 ":resources",
383 "//base:base_java", 383 "//base:base_java",
384 "//third_party/android_tools:google_play_services_default_resources",
385 "//ui/platform_window/android:platform_window_java", 384 "//ui/platform_window/android:platform_window_java",
385 google_play_services_resources,
386 ] 386 ]
387 } 387 }
388 388
389 generate_mojo_shell_assets_list("build_mojo_runner_test_assets") { 389 generate_mojo_shell_assets_list("build_mojo_runner_test_assets") {
390 testonly = true 390 testonly = true
391 deps = [ 391 deps = [
392 ":copy_mojo_runner_test_assets", 392 ":copy_mojo_runner_test_assets",
393 ] 393 ]
394 dir = mojo_runner_test_assets_dir 394 dir = mojo_runner_test_assets_dir
395 } 395 }
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
481 ] 481 ]
482 482
483 deps = [ 483 deps = [
484 "//base", 484 "//base",
485 "//mojo/application/public/cpp:test_support", 485 "//mojo/application/public/cpp:test_support",
486 "//mojo/runner/test:bindings", 486 "//mojo/runner/test:bindings",
487 "//mojo/services/network/public/interfaces", 487 "//mojo/services/network/public/interfaces",
488 "//third_party/mojo/src/mojo/public/cpp/bindings:callback", 488 "//third_party/mojo/src/mojo/public/cpp/bindings:callback",
489 ] 489 ]
490 } 490 }
OLDNEW
« no previous file with comments | « mandoline/app/android/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698