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 'variables': { | 8 'variables': { |
| 9 'version_py_path': 'tools/build/version.py', | 9 'version_py_path': 'tools/build/version.py', |
| 10 'version_path': 'VERSION', | 10 'version_path': 'VERSION', |
| (...skipping 859 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 870 'direct_dependent_settings': { | 870 'direct_dependent_settings': { |
| 871 'include_dirs': [ | 871 'include_dirs': [ |
| 872 '<(SHARED_INTERMEDIATE_DIR)/chrome_version', | 872 '<(SHARED_INTERMEDIATE_DIR)/chrome_version', |
| 873 ], | 873 ], |
| 874 }, | 874 }, |
| 875 'sources': [ | 875 'sources': [ |
| 876 'app/chrome_exe.ver', | 876 'app/chrome_exe.ver', |
| 877 'app/chrome_dll.ver', | 877 'app/chrome_dll.ver', |
| 878 'app/nacl64_exe.ver', | 878 'app/nacl64_exe.ver', |
| 879 'app/other.ver', | 879 'app/other.ver', |
| 880 'app/app_host_exe.ver', | |
|
grt (UTC plus 2)
2012/09/14 14:26:52
sort
huangs
2012/09/14 16:34:24
Done.
| |
| 880 ], | 881 ], |
| 881 'rules': [ | 882 'rules': [ |
| 882 { | 883 { |
| 883 'rule_name': 'version', | 884 'rule_name': 'version', |
| 884 'extension': 'ver', | 885 'extension': 'ver', |
| 885 'variables': { | 886 'variables': { |
| 886 'lastchange_path': | 887 'lastchange_path': |
| 887 '<(DEPTH)/build/util/LASTCHANGE', | 888 '<(DEPTH)/build/util/LASTCHANGE', |
| 888 'template_input_path': 'app/chrome_version.rc.version', | 889 'template_input_path': 'app/chrome_version.rc.version', |
| 889 }, | 890 }, |
| (...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1091 'variables': { | 1092 'variables': { |
| 1092 'package_name': 'chrome', | 1093 'package_name': 'chrome', |
| 1093 'java_in_dir': '../chrome/android/java', | 1094 'java_in_dir': '../chrome/android/java', |
| 1094 }, | 1095 }, |
| 1095 'includes': [ '../build/java.gypi' ], | 1096 'includes': [ '../build/java.gypi' ], |
| 1096 }, | 1097 }, |
| 1097 ]}, # 'targets' | 1098 ]}, # 'targets' |
| 1098 ], # OS=="android" | 1099 ], # OS=="android" |
| 1099 ], # 'conditions' | 1100 ], # 'conditions' |
| 1100 } | 1101 } |
| OLD | NEW |