Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'variables': { | 5 'variables': { |
| 6 'chromium_code': 1, | 6 'chromium_code': 1, |
| 7 | 7 |
| 8 # Define the common dependencies that contain all the actual | 8 # Define the common dependencies that contain all the actual |
| 9 # Chromium functionality. This list gets pulled in below by | 9 # Chromium functionality. This list gets pulled in below by |
| 10 # the link of the actual chrome (or chromium) executable on | 10 # the link of the actual chrome (or chromium) executable on |
| (...skipping 649 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 660 }, | 660 }, |
| 661 'includes': [ | 661 'includes': [ |
| 662 '../build/java_strings_grd.gypi', | 662 '../build/java_strings_grd.gypi', |
| 663 ], | 663 ], |
| 664 }, | 664 }, |
| 665 { | 665 { |
| 666 # GN: //chrome/android:chrome_locale_paks | 666 # GN: //chrome/android:chrome_locale_paks |
| 667 'target_name': 'chrome_locale_paks', | 667 'target_name': 'chrome_locale_paks', |
| 668 'type': 'none', | 668 'type': 'none', |
| 669 'variables': { | 669 'variables': { |
| 670 'package_name': 'chrome_locale_paks', | |
|
newt (away)
2015/09/03 01:09:09
The poorly named package_name variable needs to be
Nico
2015/09/03 01:49:00
Thanks for this comment!
| |
| 670 'locale_pak_files': [ '<@(chrome_android_pak_locale_resources)' ], | 671 'locale_pak_files': [ '<@(chrome_android_pak_locale_resources)' ], |
| 671 }, | 672 }, |
| 672 'includes': [ | 673 'includes': [ |
| 673 'chrome_android_paks.gypi', | 674 'chrome_android_paks.gypi', |
| 674 '../build/android/locale_pak_resources.gypi', | 675 '../build/android/locale_pak_resources.gypi', |
| 675 ], | 676 ], |
| 676 }, | 677 }, |
| 677 { | 678 { |
| 678 # GN: //chrome:content_setting_javagen | 679 # GN: //chrome:content_setting_javagen |
| 679 'target_name': 'content_setting_java', | 680 'target_name': 'content_setting_java', |
| (...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 835 '<(DEPTH)/third_party/kasko' | 836 '<(DEPTH)/third_party/kasko' |
| 836 ], | 837 ], |
| 837 }, | 838 }, |
| 838 }, | 839 }, |
| 839 }, | 840 }, |
| 840 }, | 841 }, |
| 841 ], | 842 ], |
| 842 }], | 843 }], |
| 843 ], # 'conditions' | 844 ], # 'conditions' |
| 844 } | 845 } |
| OLD | NEW |