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

Side by Side Diff: third_party/WebKit/Source/platform/BUILD.gn

Issue 1421473010: Replace most uses of asset_location with android_assets() template (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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 | « net/BUILD.gn ('k') | third_party/WebKit/Source/web/BUILD.gn » ('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("//build/config/ui.gni") 5 import("//build/config/ui.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 import("//third_party/WebKit/Source/build/scripts/scripts.gni") 7 import("//third_party/WebKit/Source/build/scripts/scripts.gni")
8 import("//third_party/WebKit/Source/config.gni") 8 import("//third_party/WebKit/Source/config.gni")
9 import("//third_party/WebKit/Source/platform/platform.gni") 9 import("//third_party/WebKit/Source/platform/platform.gni")
10 import("//third_party/WebKit/Source/platform/platform_generated.gni") 10 import("//third_party/WebKit/Source/platform/platform_generated.gni")
(...skipping 340 matching lines...) Expand 10 before | Expand all | Expand 10 after
351 "//base/test:test_support", 351 "//base/test:test_support",
352 "//testing/gmock", 352 "//testing/gmock",
353 "//testing/gtest", 353 "//testing/gtest",
354 "//third_party/WebKit/Source/wtf", 354 "//third_party/WebKit/Source/wtf",
355 "//third_party/WebKit/Source/wtf:test_support", 355 "//third_party/WebKit/Source/wtf:test_support",
356 "//content/test:test_support", 356 "//content/test:test_support",
357 ] 357 ]
358 if (is_android) { 358 if (is_android) {
359 apk_deps = [ 359 apk_deps = [
360 "//base:base_java", 360 "//base:base_java",
361 "//content/shell/android:copy_content_shell_assets", 361 "//content/shell/android:content_shell_assets",
362 "//net/android:net_java", 362 "//net/android:net_java",
363 ] 363 ]
364 apk_asset_location = "$root_build_dir/content_shell/assets"
365 } 364 }
366 } 365 }
367 366
368 test("platform_unittests") { 367 test("platform_unittests") {
369 visibility = [] # Allow re-assignment of list. 368 visibility = [] # Allow re-assignment of list.
370 visibility = [ "*" ] 369 visibility = [ "*" ]
371 output_name = "blink_platform_unittests" 370 output_name = "blink_platform_unittests"
372 371
373 sources = platform_test_files 372 sources = platform_test_files
374 373
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
430 } 429 }
431 430
432 if (current_cpu == "x86" || current_cpu == "x64") { 431 if (current_cpu == "x86" || current_cpu == "x64") {
433 source_set("blink_x86_sse") { 432 source_set("blink_x86_sse") {
434 sources = blink_platform_sse_files 433 sources = blink_platform_sse_files
435 deps = [ 434 deps = [
436 ":blink_common", 435 ":blink_common",
437 ] 436 ]
438 } 437 }
439 } 438 }
OLDNEW
« no previous file with comments | « net/BUILD.gn ('k') | third_party/WebKit/Source/web/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698