Home
last modified time | relevance | path

Searched refs:cef_version (Results 1 – 14 of 14) sorted by relevance

/third_party/cef/tools/cefbuilds/
Dcef_json_builder.py166 def _query_chromium_version(self, cef_version): argument
170 git_hash = cef_version[-7:]
196 def set_chromium_version(self, cef_version, chromium_version=None): argument
199 if not self.is_valid_version(cef_version):
200 raise Exception('Invalid CEF version: %s' % cef_version)
203 if cef_version in self._versions:
205 return self._versions[cef_version]
207 if cef_version.find('+chromium') > 0:
210 chromium_version = cef_version[cef_version.rfind('-') + 1:]
212 chromium_version = self._query_chromium_version(cef_version)
[all …]
Dcef_json_builder_example.py87 cef_version = sys.argv[3] variable
88 if not cef_json_builder.is_valid_version(cef_version):
89 sys.stderr.write('Invalid CEF version: %s\n' % cef_version)
107 builder.set_chromium_version(cef_version, chromium_version)
132 new_files.extend(create_fake_files(platform, cef_version))
/third_party/cef/tools/
Dcef_version.py123 cef_version = self.get_cef_version_components()
128 'MAJOR': int(cef_version['CEF_MAJOR']),
133 '%s.%s.%s.%s' % (cef_version['CEF_MAJOR'], chrome_version['BUILD'],
Dmake_version_header.sh2 python tools/make_version_header.py include/cef_version.h
Dmake_version_header.bat2 python.bat tools\make_version_header.py include\cef_version.h
Dmake_version_header.py7 from cef_version import VersionFormatter
Dmake_distrib.py7 from cef_version import VersionFormatter
/third_party/cef/
D.gitignore55 /include/cef_version.h
Dcef_paths2.gypi41 'include/cef_version.h',
DBUILD.gn269 exec_script("//cef/tools/cef_version.py", [ "plist" ], "trim string", [])
273 exec_script("//cef/tools/cef_version.py", [ "dylib" ], "trim string", [])
/third_party/cef/tests/ceftests/resources/win/
Dceftests.rc12 #include "include/cef_version.h"
/third_party/cef/libcef_dll/
Dlibcef_dll.rc12 #include "include/cef_version.h"
/third_party/cef/tests/cefclient/resources/win/
Dcefclient.rc12 #include "include/cef_version.h"
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch5930 - "//cef/tools/cef_version.py", [ "plist" ], "trim string", [])
5932 + exec_script("//cef/tools/cef_version.py", [ "plist" ], "trim string", [])
5936 - "//cef/tools/cef_version.py", [ "dylib" ], "trim string", [])
5938 + exec_script("//cef/tools/cef_version.py", [ "dylib" ], "trim string", [])
12766 #include "include/cef_version.h"