Searched defs:third_party (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/bindings/scripts/
H A Dblink_idl_lexer.py60 # PLY is in Chromium src/third_party/ply
62 third_party = os.path.join(module_path, os.pardir, os.pardir, os.pardir, os.pardir) variable
64 sys.path.insert(1, third_party)
68 tools_dir = os.path.join(third_party, os.pardir, 'tools')
H A Dblink_idl_parser.py60 # PLY is in Chromium src/third_party/ply
62 third_party = os.path.join(module_path, os.pardir, os.pardir, os.pardir, os.pardir) variable
64 sys.path.insert(1, third_party)
/external/chromium_org/android_webview/tools/
H A Dwebview_licenses.py32 # Import third_party/PRESUBMIT.py via imp to avoid importing a random
35 third_party = \
37 os.path.join(REPOSITORY_ROOT, 'third_party', 'PRESUBMIT.py')) variable
69 if not third_party.LicenseIsCompatibleWithAndroid(InputApi(), license):
111 excluded_dirs_list = [d for d in excluded_dirs_list if not 'third_party' in d]
113 excluded_dirs_list.append('third_party')
221 os.path.join('third_party', 'adobe'),
224 os.path.join('third_party', 'bidichecker'),
226 os.path.join('third_party', 'gles2_conform'),
228 os.path.join('third_party', 'llv
[all...]
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dsamples_data_source.py12 import third_party.json_schema_compiler.json_comment_eater as json_comment_eater namespace
H A Dapi_data_source.py16 import third_party.json_schema_compiler.json_parse as json_parse namespace
17 import third_party.json_schema_compiler.model as model namespace
19 from third_party.json_schema_compiler.memoize import memoize
/external/chromium_org/components/policy/core/common/
H A Dconfig_dir_policy_loader.cc162 scoped_ptr<base::Value> third_party; local
163 if (dictionary_value->Remove("3rdparty", &third_party))
164 Merge3rdPartyPolicy(third_party.get(), level, bundle);
/external/chromium_org/ppapi/generators/
H A Didl_lexer.py24 # Try to load the ply module, if not, then assume it is in the third_party
31 third_party = os.path.join(module_path, '..', '..', 'third_party') variable
32 sys.path.append(third_party)
/external/chromium_org/tools/idl_parser/
H A Didl_lexer.py21 # Try to load the ply module, if not, then assume it is in the third_party
30 third_party = os.path.join(module_path, '..', '..', 'third_party') variable
31 sys.path.append(third_party)
H A Didl_parser.py40 # Try to load the ply module, if not, then assume it is in the third_party
50 third_party = os.path.join(module_path, os.par, os.par, 'third_party') variable
51 sys.path.append(third_party)
/external/chromium_org/ash/system/tray/
H A Dsystem_tray_delegate.h103 bool third_party; member in struct:ash::IMEInfo
/external/chromium_org/chrome/browser/extensions/api/declarative_webrequest/
H A Dwebrequest_condition_attribute.cc732 bool third_party = false; // Dummy value, gets overwritten. local
733 if (!value->GetAsBoolean(&third_party)) {
740 new WebRequestConditionAttributeThirdParty(third_party));

Completed in 473 milliseconds