HomeSort by relevance Sort by last modified time
    Searched full:branding (Results 1 - 25 of 2290) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/remoting/host/installer/win/
parameters.json 3 "Branding": "@@BRANDING@@",
  /external/chromium/build/
branding_value.sh 7 # This is a wrapper for fetching values from the BRANDING files. Pass the
8 # value of GYP's branding variable followed by the key you want and the right
18 echo "error: expect two arguments, branding and key" >&2
33 BRANDING_FILE="${TOP}/chrome/app/theme/chromium/BRANDING"
36 BRANDING_FILE="${TOP}/chrome/app/theme/google_chrome/BRANDING"
39 echo "error: unknown branding: ${BUILD_BRANDING}" >&2
  /external/chromium_org/build/
branding_value.sh 7 # This is a wrapper for fetching values from the BRANDING files. Pass the
8 # value of GYP's branding variable followed by the key you want and the right
18 echo "error: expect two arguments, branding and key" >&2
33 BRANDING_FILE="${TOP}/chrome/app/theme/chromium/BRANDING"
36 BRANDING_FILE="${TOP}/chrome/app/theme/google_chrome/BRANDING"
39 echo "error: unknown branding: ${BUILD_BRANDING}" >&2
  /external/chromium_org/cloud_print/
cloud_print.gyp 23 ['branding == "Chrome"', {
25 'branding_path': '<(DEPTH)/chrome/app/theme/google_chrome/BRANDING',
27 }, { # else branding!="Chrome"
29 'branding_path': '<(DEPTH)/chrome/app/theme/chromium/BRANDING',
36 'extra_variable_files_arguments': [ '-f', 'BRANDING' ],
37 'extra_variable_files': [ 'BRANDING' ], # NOTE: matches that above
  /external/chromium_org/chrome/
chrome_repack_locales.gypi 8 ['branding=="Chrome"', {
10 }, { # else: branding!="Chrome"
chrome_repack_pseudo_locales.gypi 8 ['branding=="Chrome"', {
10 }, { # else: branding!="Chrome"
chrome_exe.gypi 80 [ 'branding == "Chrome"', {
86 }, { # else branding!="Chrome"
136 ['branding=="Chrome"', {
138 }, { # else: 'branding!="Chrome"
181 # 'branding' is a variable defined in common.gypi
184 ['branding=="Chrome"', {
190 }, { # else: 'branding!="Chrome"
239 '<(branding)'],
256 'CHROMIUM_SHORT_NAME': '<(branding)',
281 [ 'branding == "Chrome"',
    [all...]
version.h.in 13 // Branding Information
chrome_dll_bundle.gypi 105 ['branding=="Chrome"', {
107 }, { # else: 'branding!="Chrome"
129 '--branding=<(branding)'],
180 ['branding == "Chrome"', {
193 ['branding == "Chrome"', {
223 ['branding=="Chrome"', {
  /external/chromium_org/chrome/installer/
installer_tools.gyp 37 [ 'branding == "Chrome"', {
41 }, { # else branding!="Chrome"
mini_installer_syzygy.gyp 67 [ 'branding == "Chrome"', {
71 }, { # else branding!="Chrome"
mini_installer.gyp 132 '<(branding_dir)/BRANDING',
141 '-f', '<(branding_dir)/BRANDING',
157 [ 'branding == "Chrome"', {
161 }, { # else branding!="Chrome"
298 [ 'branding == "Chrome"', {
302 }, { # else branding!="Chrome"
  /external/chromium_org/chrome/test/base/
test_switches.cc 15 // Enable Chromium branding of the executable.
16 const char kEnableChromiumBranding[] = "enable-chromium-branding";
  /external/chromium_org/win8/delegate_execute/
delegate_execute.gyp 17 ['branding == "Chrome"', {
19 'branding_path': '../../chrome/app/theme/google_chrome/BRANDING',
21 }, { # else branding!="Chrome"
23 'branding_path': '../../chrome/app/theme/chromium/BRANDING',
  /external/chromium_org/chrome_frame/
chrome_frame_launcher.gyp 69 ['branding == "Chrome"', {
71 'branding_path': '../chrome/app/theme/google_chrome/BRANDING',
73 }, { # else branding!="Chrome"
75 'branding_path': '../chrome/app/theme/chromium/BRANDING',
82 'extra_variable_files_arguments': [ '-f', 'BRANDING' ],
83 'extra_variable_files': [ 'BRANDING' ], # NOTE: matches that above
  /external/chromium_org/chrome/installer/util/
google_chrome_binaries_distribution.h 5 // This file declares a class that contains various method related to branding.
chromium_binaries_distribution.h 5 // This file declares a class that contains various method related to branding.
  /external/chromium_org/chrome/tools/build/mac/
build_app_dmg 12 # Make sure we got the branding passed to us
14 echo "error: missing branding as an argument" >&2
  /external/chromium_org/remoting/host/
branding.cc 5 #include "remoting/host/branding.h"
13 // branding is enabled - this means also modifying the Python daemon script.
  /external/chromium_org/rlz/test/
rlz_unittest_main.cc 29 // code will remain in effect for the lifetime of the branding object.
37 rlz_lib::SupplementaryBranding branding("TEST");
  /external/chromium_org/chrome/tools/build/
repack_locales.py 21 # The gyp "branding" variable.
22 BRANDING = None
103 GRIT_DIR, '%s_strings_%s.pak' % (BRANDING, locale)))
150 global BRANDING
168 parser.add_option("-b", action="store", dest="branding",
169 help="Branding type of this build.")
185 BRANDING = options.branding
203 # Need to know the branding, unless we're just listing the outputs.
204 if not print_outputs and not BRANDING
    [all...]
  /external/chromium_org/win8/metro_driver/
metro_driver.gyp 29 ['branding == "Chrome"', {
31 'branding_path': '../../chrome/app/theme/google_chrome/BRANDING',
33 }, { # else branding!="Chrome"
35 'branding_path': '../../chrome/app/theme/chromium/BRANDING',
  /external/chromium_org/build/mac/
tweak_info_plist.py 183 def _AddBreakpadKeys(plist, branding):
185 also requires the |branding| argument."""
187 plist['BreakpadProduct'] = '%s_Mac' % branding
188 plist['BreakpadProductDisplay'] = branding
236 parser.add_option('--branding', dest='branding', action='store',
237 type='string', default=None, help='The branding of the binary')
259 if options.branding is None:
260 print >>sys.stderr, 'Use of Breakpad requires branding.'
262 _AddBreakpadKeys(plist, options.branding)
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/
keystone_promote_preflight.sh 11 # If the two branding paths are given, then the branding information is also
12 # copied and the permissions on the system branding file are set to be owned by
  /external/chromium_org/chrome/browser/mac/
keystone_promote_preflight.sh 11 # If the two branding paths are given, then the branding information is also
12 # copied and the permissions on the system branding file are set to be owned by

Completed in 1269 milliseconds

1 2 3 4 5 6 7 8 91011>>