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

Side by Side Diff: chrome/android/BUILD.gn

Issue 949233003: Fix official build in GN (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@random
Patch Set: remove ppapi dep Created 5 years, 10 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 | « chrome/BUILD.gn ('k') | chrome/chrome_watcher/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/android/config.gni") 5 import("//build/config/android/config.gni")
6 import("//build/config/android/rules.gni") 6 import("//build/config/android/rules.gni")
7 import("//build/module_args/v8.gni") 7 import("//build/module_args/v8.gni")
8 import("//chrome/version.gni") 8 import("//chrome/version.gni")
9 import("//testing/test.gni") 9 import("//testing/test.gni")
10 import("//third_party/icu/config.gni") 10 import("//third_party/icu/config.gni")
(...skipping 459 matching lines...) Expand 10 before | Expand all | Expand 10 after
470 testonly = true 470 testonly = true
471 deps = [ 471 deps = [
472 ":uiautomator_tests_java", 472 ":uiautomator_tests_java",
473 ] 473 ]
474 } 474 }
475 475
476 # GYP: //chrome/chrome_android.gypi:chrome_version_java 476 # GYP: //chrome/chrome_android.gypi:chrome_version_java
477 chrome_version_java_dir = "$root_gen_dir/templates/chrome_version_java" 477 chrome_version_java_dir = "$root_gen_dir/templates/chrome_version_java"
478 chrome_version_java_file = "$chrome_version_java_dir/org/chromium/chrome/browser /ChromeVersionConstants.java" 478 chrome_version_java_file = "$chrome_version_java_dir/org/chromium/chrome/browser /ChromeVersionConstants.java"
479 process_version("chrome_version_java") { 479 process_version("chrome_version_java") {
480 source = "java/ChromeVersionConstants.java.version" 480 template_file = "java/ChromeVersionConstants.java.version"
481 output = chrome_version_java_file 481 output = chrome_version_java_file
482 extra_args = [ 482 extra_args = [
483 "-e", 483 "-e",
484 "CHANNEL=str.upper('$android_channel')", 484 "CHANNEL=str.upper('$android_channel')",
485 ] 485 ]
486 } 486 }
487 487
488 zip("chrome_version_srcjar") { 488 zip("chrome_version_srcjar") {
489 inputs = [ 489 inputs = [
490 chrome_version_java_file, 490 chrome_version_java_file,
491 ] 491 ]
492 output = "$target_gen_dir/$target_name.srcjar" 492 output = "$target_gen_dir/$target_name.srcjar"
493 base_dir = chrome_version_java_dir 493 base_dir = chrome_version_java_dir
494 } 494 }
OLDNEW
« no previous file with comments | « chrome/BUILD.gn ('k') | chrome/chrome_watcher/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698