OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:runhooks
(Results
1 - 25
of
29
) sorted by null
1
2
/external/skia/site/dev/chrome/
multi_repo_trybots.md
49
To test locally, run `gclient
runhooks
` to update the Skia source code.
51
already applied some patch to it), then `gclient
runhooks
` won't successfully
53
`gclient
runhooks
`.
70
directory structure used by Chromium. When 'gclient
runhooks
' is run, the files
/libcore/ojluni/src/main/java/java/io/
DeleteOnExitHook.java
42
runHooks
();
59
static void
runHooks
() {
/external/skia/infra/bots/recipe_modules/flavor/examples/full.expected/
Build-Ubuntu-GCC-x86_64-Release-Flutter_Android.json
5
"
runhooks
"
/external/skia/infra/bots/recipe_modules/flavor/
flutter_flavor.py
28
cmd=['gclient', '
runhooks
'])
/external/webrtc/talk/app/webrtc/java/
README
17
GYP_DEFINES="build_with_libjingle=1 build_with_chromium=0 java_home=path/to/JDK" gclient
runhooks
&& \
/external/v8/gypfiles/
gyp_environment.py
7
gyp_v8 and landmines.py which run at different stages of
runhooks
. To
gyp_v8
128
print 'GYP is now disabled by default in
runhooks
.\n'
/external/libyuv/files/docs/
deprecated_builds.md
65
The sync will generate native build files for your environment using gyp (Windows: Visual Studio, OSX: XCode, Linux: make). This generation can also be forced manually: `gclient
runhooks
`
229
gclient
runhooks
293
gclient
runhooks
302
gclient
runhooks
V=1
313
gclient
runhooks
361
GYP_DEFINES='ubsan=1' gclient
runhooks
/external/webrtc/webrtc/examples/androidapp/
README
16
- Finally, run "gclient
runhooks
" to generate Android-targeting .ninja files.
/external/skia/infra/bots/recipe_modules/core/examples/full.expected/
Housekeeper-Weekly-RecreateSKPs.json
93
"
runhooks
"
100
"name": "gclient
runhooks
"
/external/skia/infra/bots/recipes/recreate_skps.expected/
Housekeeper-Nightly-RecreateSKPs_Canary.json
93
"
runhooks
"
100
"name": "gclient
runhooks
"
Housekeeper-Weekly-RecreateSKPs.json
93
"
runhooks
"
100
"name": "gclient
runhooks
"
failed_upload.json
93
"
runhooks
"
100
"name": "gclient
runhooks
"
/external/google-breakpad/
DEPS
33
# 'gclient
runhooks
' rather than 'gclient sync'.
/external/webrtc/
check_root_dir.py
29
3. Re-run gclient sync (or gclient
runhooks
)"""
sync_chromium.py
91
# Do a quick check to see if we were successful last time to make
runhooks
setup_links.py
332
Before running `gclient sync|
runhooks
` again, you must run:
348
logging.info('Completed!\n\nNow run `gclient sync|
runhooks
` again to '
493
'`gclient sync|
runhooks
`).\nPlease start another command '
/external/skia/tools/
build_command_buffer.py
47
help='Don\'t run gclient
runhooks
in the Chromium tree. Implies '
119
subprocess.check_call([gclient, '
runhooks
'], cwd=chrome_src_dir)
/external/v8/tools/mb/docs/
design_spec.md
382
### Integration w/ gclient
runhooks
384
On the bots, we will disable `gyp_chromium` as part of
runhooks
(using
388
`gyp_chromium` in
runhooks
or to disable at as above if they have no
391
runhooks
altogether).
426
runhooks
'`, it is not really meant as a developer-facing tool.
/external/skia/infra/bots/recipes/compile.expected/
Build-Mac-Clang-x86_64-Debug-CommandBuffer.json
93
"
runhooks
"
100
"name": "gclient
runhooks
"
Build-Ubuntu-GCC-x86_64-Release-Flutter_Android.json
99
"
runhooks
"
flutter_trybot.json
103
"
runhooks
"
/external/libyuv/files/
sync_chromium.py
70
# Do a quick check to see if we were successful last time to make
runhooks
setup_links.py
311
Before running `gclient sync|
runhooks
` again, you must run:
327
logging.info('Completed!\n\nNow run `gclient sync|
runhooks
` again to '
472
'`gclient sync|
runhooks
`).\nPlease start another command '
/external/skia/infra/bots/recipe_modules/core/
api.py
145
self.m.gclient.
runhooks
()
Completed in 1870 milliseconds
1
2