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
3 # found in the LICENSE file.
6 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome',
7 'about_credits_file': '<(SHARED_INTERMEDIATE_DIR)/about_credits.html',
8 'additional_modules_list_file': '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/internal/additional_modules_list.txt',
9 'omnibox_mojom_file': '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/ui/webui/omnibox/omnibox.mojom.js',
13 # GN version: //chrome:extra_resources
14 'target_name': 'chrome_extra_resources',
16 # These resources end up in resources.pak because they are resources
17 # used by internal pages. Putting them in a separate pak file makes
18 # it easier for us to reference them internally.
21 # GN version: //chrome/browser/resources:memory_internals_resources
22 'action_name': 'generate_memory_internals_resources',
24 'grit_grd_file': 'browser/resources/memory_internals_resources.grd',
26 'includes': [ '../build/grit_action.gypi' ],
29 # GN version: //chrome/browser/resources:net_internals_resources
30 'action_name': 'generate_net_internals_resources',
32 'grit_grd_file': 'browser/resources/net_internals_resources.grd',
34 'includes': [ '../build/grit_action.gypi' ],
37 # GN version: //chrome/browser/resources:invalidations_resources
38 'action_name': 'generate_invalidations_resources',
40 'grit_grd_file': 'browser/resources/invalidations_resources.grd',
42 'includes': ['../build/grit_action.gypi' ],
45 # GN version: //chrome/browser/resources:password_manager_internals_resources
46 'action_name': 'generate_password_manager_internals_resources',
48 'grit_grd_file': 'browser/resources/password_manager_internals_resources.grd',
50 'includes': [ '../build/grit_action.gypi' ],
53 # GN version: //chrome/browser/resources:signin_internals_resources
54 'action_name': 'generate_signin_internals_resources',
56 'grit_grd_file': 'browser/resources/signin_internals_resources.grd',
58 'includes': ['../build/grit_action.gypi' ],
61 # GN version: //chrome/browser/resources:sync_internals_resources
62 'action_name': 'generate_sync_internals_resources',
64 'grit_grd_file': 'browser/resources/sync_internals_resources.grd',
66 'includes': [ '../build/grit_action.gypi' ],
69 # GN version: //chrome/browser/resources:translate_internals_resources
70 'action_name': 'generate_translate_internals_resources',
72 'grit_grd_file': 'browser/resources/translate_internals_resources.grd',
74 'includes': [ '../build/grit_action.gypi' ],
77 'includes': [ '../build/grit_target.gypi' ],
81 '../components/components_resources.gyp:components_resources',
82 '../content/browser/devtools/devtools_resources.gyp:devtools_resources',
83 '../content/browser/tracing/tracing_resources.gyp:tracing_resources',
84 'browser/devtools/webrtc_device_provider_resources.gyp:webrtc_device_provider_resources',
88 # GN version: //chrome/browser/resources:component_extension_resources
89 'action_name': 'generate_component_extension_resources',
91 'grit_grd_file': 'browser/resources/component_extension_resources.grd',
93 'includes': [ '../build/grit_action.gypi' ],
96 # GN version: //chrome/browser/resources:options_resources
97 'action_name': 'generate_options_resources',
99 'grit_grd_file': 'browser/resources/options_resources.grd',
101 'includes': [ '../build/grit_action.gypi' ],
104 # GN version: //chrome/browser/resources:settings_resources
105 'action_name': 'generate_settings_resources',
107 'grit_grd_file': 'browser/resources/settings/settings_resources.grd',
109 'includes': [ '../build/grit_action.gypi' ],
114 # GN version: //chrome/browser/resources:extension_resource_demo
115 'destination': '<(PRODUCT_DIR)/resources/extension/demo',
117 'browser/resources/extension_resource/demo/library.js',
122 ['chromeos==1 and disable_nacl==0 and disable_nacl_untrusted==0', {
124 'browser/resources/chromeos/chromevox/chromevox.gyp:chromevox',
127 ['enable_extensions==1', {
130 # GN version: //chrome/browser/resources:quota_internals_resources
131 'action_name': 'generate_quota_internals_resources',
133 'grit_grd_file': 'browser/resources/quota_internals_resources.grd',
135 'includes': [ '../build/grit_action.gypi' ],
138 # GN version: //chrome/browser/resources:sync_file_system_internals_resources
139 'action_name': 'generate_sync_file_system_internals_resources',
141 'grit_grd_file': 'browser/resources/sync_file_system_internals_resources.grd',
143 'includes': [ '../build/grit_action.gypi' ],
150 # GN version: //chrome/browser:chrome_internal_resources_gen
151 'target_name': 'chrome_internal_resources_gen',
154 ['branding=="Chrome"', {
157 'action_name': 'generate_transform_additional_modules_list',
159 'additional_modules_input_path':
160 'browser/internal/resources/additional_modules_list.input',
161 'additional_modules_py_path':
162 'browser/internal/transform_additional_modules_list.py',
165 '<(additional_modules_input_path)',
168 '<(additional_modules_list_file)',
172 '<(additional_modules_py_path)',
173 '<(additional_modules_input_path)',
176 'message': 'Transforming additional modules list',
183 # TODO(mark): It would be better if each static library that needed
184 # to run grit would list its own .grd files, but unfortunately some
185 # of the static libraries currently have circular dependencies among
188 # GN version: //chrome:resources
189 'target_name': 'chrome_resources',
193 'chrome_internal_resources_gen',
194 'chrome_web_ui_mojo_bindings.gyp:web_ui_mojo_bindings',
198 # GN version: //chrome/browser:resources
199 'action_name': 'generate_browser_resources',
201 'grit_grd_file': 'browser/browser_resources.grd',
202 'grit_additional_defines': [
203 '-E', 'about_credits_file=<(about_credits_file)',
204 '-E', 'additional_modules_list_file=<(additional_modules_list_file)',
205 '-E', 'omnibox_mojom_file=<(omnibox_mojom_file)',
208 'includes': [ '../build/grit_action.gypi' ],
211 # GN version: //chrome/common:resources
212 'action_name': 'generate_common_resources',
214 'grit_grd_file': 'common/common_resources.grd',
216 'includes': [ '../build/grit_action.gypi' ],
219 # GN version: //chrome/renderer:resources
220 'action_name': 'generate_renderer_resources',
222 'grit_grd_file': 'renderer/resources/renderer_resources.grd',
224 'includes': [ '../build/grit_action.gypi' ],
228 ['enable_extensions==1', {
231 # GN version: //chrome/common:extensions_api_resources
232 'action_name': 'generate_extensions_api_resources',
234 'grit_grd_file': 'common/extensions_api_resources.grd',
236 'includes': [ '../build/grit_action.gypi' ],
241 'includes': [ '../build/grit_target.gypi' ],
244 # TODO(mark): It would be better if each static library that needed
245 # to run grit would list its own .grd files, but unfortunately some
246 # of the static libraries currently have circular dependencies among
249 # GN version: //chrome:strings
250 'target_name': 'chrome_strings',
254 # GN version: //chrome/app/resources:locale_settings
255 'action_name': 'generate_locale_settings',
257 'grit_grd_file': 'app/resources/locale_settings.grd',
259 'includes': [ '../build/grit_action.gypi' ],
262 # GN version: //chrome/app:chromium_strings
263 'action_name': 'generate_chromium_strings',
265 'grit_grd_file': 'app/chromium_strings.grd',
267 'includes': [ '../build/grit_action.gypi' ],
270 # GN version: //chrome/app:generated_resources
271 'action_name': 'generate_generated_resources',
273 'grit_grd_file': 'app/generated_resources.grd',
275 'includes': [ '../build/grit_action.gypi' ],
278 # GN version: //chrome/app:google_chrome_strings
279 'action_name': 'generate_google_chrome_strings',
281 'grit_grd_file': 'app/google_chrome_strings.grd',
283 'includes': [ '../build/grit_action.gypi' ],
288 # GN version: //chrome/app:make_generated_resources_map
289 'target_name': 'chrome_strings_map',
291 'dependencies': [ 'chrome_strings', ],
294 'action_name': 'generate_resources_map',
296 'browser/metrics/variations/generate_resources_map.py',
297 '<(grit_out_dir)/grit/generated_resources.h'
300 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/metrics/variations/generated_resources_map.cc',
304 'browser/metrics/variations/generate_resources_map.py',
305 '<(grit_out_dir)/grit/generated_resources.h',
306 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/metrics/variations/generated_resources_map.cc'
308 'message': 'Generating generated resources map.',
313 # GN version: //chrome/app/resources:platform_locale_settings
314 'target_name': 'platform_locale_settings',
319 'platform_locale_settings_grd':
320 'app/resources/locale_settings_win.grd',
325 'platform_locale_settings_grd':
326 'app/resources/locale_settings_<(branding_path_component)os.grd',
328 'platform_locale_settings_grd':
329 'app/resources/locale_settings_linux.grd',
333 ['os_posix == 1 and OS != "mac" and OS != "ios" and OS != "linux"', {
334 'platform_locale_settings_grd':
335 'app/resources/locale_settings_linux.grd',
337 ['OS == "mac" or OS == "ios"', {
338 'platform_locale_settings_grd':
339 'app/resources/locale_settings_mac.grd',
345 'action_name': 'generate_platform_locale_settings',
347 'grit_grd_file': '<(platform_locale_settings_grd)',
349 'includes': [ '../build/grit_action.gypi' ],
352 'includes': [ '../build/grit_target.gypi' ],
355 # GN version: //chrome/app/theme:theme_resources
356 'target_name': 'theme_resources',
359 '../ui/resources/ui_resources.gyp:ui_resources',
360 'chrome_unscaled_resources',
364 'action_name': 'generate_theme_resources',
366 'grit_grd_file': 'app/theme/theme_resources.grd',
368 'includes': [ '../build/grit_action.gypi' ],
371 'includes': [ '../build/grit_target.gypi' ],
374 # GN version: //chrome:packed_extra_resources
375 'target_name': 'packed_extra_resources',
378 'chrome_extra_resources',
383 'includes': ['chrome_repack_resources.gypi']
387 ['OS != "mac" and OS != "ios"', {
388 # We'll install the resource files to the product directory. The Mac
389 # copies the results over as bundle resources in its own special way.
392 'destination': '<(PRODUCT_DIR)',
394 '<(SHARED_INTERMEDIATE_DIR)/repack/resources.pak'
402 # GN version: //chrome:packed_resources
403 'target_name': 'packed_resources',
405 'dependencies': [ # Update duplicate logic in repack_locales.py
406 # MSVS needs the dependencies explictly named, Make is able to
407 # derive the dependencies from the output files.
410 'platform_locale_settings',
412 '<(DEPTH)/components/components_strings.gyp:components_strings',
413 '<(DEPTH)/net/net.gyp:net_resources',
414 '<(DEPTH)/ui/resources/ui_resources.gyp:ui_resources',
415 '<(DEPTH)/ui/strings/ui_strings.gyp:ui_strings',
419 # GN version: //chrome:repack_locales_pack
420 'action_name': 'repack_locales_pack',
422 'pak_locales': '<(locales)',
424 'includes': ['chrome_repack_locales.gypi']
427 # GN version: //chrome:repack_pseudo_locales_pack
428 'action_name': 'repack_pseudo_locales_pack',
430 'pak_locales': '<(pseudo_locales)',
432 'includes': ['chrome_repack_locales.gypi']
435 'includes': ['chrome_repack_chrome_100_percent.gypi']
438 'includes': ['chrome_repack_chrome_200_percent.gypi']
441 'includes': ['chrome_repack_chrome_material_100_percent.gypi']
444 'includes': ['chrome_repack_chrome_material_200_percent.gypi']
447 'conditions': [ # GN version: chrome_repack_locales.gni template("_repack_one_locale")
449 'dependencies': [ # Update duplicate logic in repack_locales.py
450 '<(DEPTH)/content/app/resources/content_resources.gyp:content_resources',
451 '<(DEPTH)/content/app/strings/content_strings.gyp:content_strings',
452 '<(DEPTH)/device/bluetooth/bluetooth_strings.gyp:bluetooth_strings',
453 '<(DEPTH)/third_party/WebKit/public/blink_resources.gyp:blink_resources',
456 'dependencies': [ # Update duplicate logic in repack_locales.py
457 '<(DEPTH)/ios/chrome/ios_chrome_resources.gyp:ios_strings_resources_gen',
461 'includes': ['chrome_repack_chrome_300_percent.gypi']
466 'dependencies': [ # Update duplicate logic in repack_locales.py
467 '<(DEPTH)/ash/ash_resources.gyp:ash_resources',
468 '<(DEPTH)/ash/ash_strings.gyp:ash_strings',
471 ['toolkit_views==1', {
473 '<(DEPTH)/ui/views/resources/views_resources.gyp:views_resources',
477 'dependencies': [ # Update duplicate logic in repack_locales.py
478 '<(DEPTH)/remoting/remoting.gyp:remoting_resources',
479 '<(DEPTH)/ui/chromeos/ui_chromeos.gyp:ui_chromeos_resources',
480 '<(DEPTH)/ui/chromeos/ui_chromeos.gyp:ui_chromeos_strings',
483 ['enable_autofill_dialog==1 and OS!="android"', {
484 'dependencies': [ # Update duplicate logic in repack_locales.py
485 '<(DEPTH)/third_party/libaddressinput/libaddressinput.gyp:libaddressinput_strings',
488 ['enable_extensions==1', {
489 'dependencies': [ # Update duplicate logic in repack_locales.py
490 '<(DEPTH)/extensions/extensions_strings.gyp:extensions_strings',
493 ['enable_app_list==1', {
495 '<(DEPTH)/ui/app_list/resources/app_list_resources.gyp:app_list_resources',
498 ['OS != "mac" and OS != "ios"', {
499 # Copy pak files to the product directory. These files will be picked
500 # up by the following installer scripts:
501 # - Windows: chrome/installer/mini_installer/chrome.release
502 # - Linux: chrome/installer/linux/internal/common/installer.include
503 # Ensure that the above scripts are updated when adding or removing
505 # Copying files to the product directory is not needed on the Mac
506 # since the framework build phase will copy them into the framework
510 'destination': '<(PRODUCT_DIR)',
512 '<(SHARED_INTERMEDIATE_DIR)/repack/chrome_100_percent.pak'
516 'destination': '<(PRODUCT_DIR)/locales',
518 '<!@pymod_do_main(repack_locales -o -p <(OS) -g <(grit_out_dir) -s <(SHARED_INTERMEDIATE_DIR) -x <(SHARED_INTERMEDIATE_DIR) <(locales))'
522 'destination': '<(PRODUCT_DIR)/pseudo_locales',
524 '<!@pymod_do_main(repack_locales -o -p <(OS) -g <(grit_out_dir) -s <(SHARED_INTERMEDIATE_DIR) -x <(SHARED_INTERMEDIATE_DIR) <(pseudo_locales))'
529 ['branding=="Chrome"', {
532 # This location is for the Windows and Linux builds. For
533 # Windows, the chrome.release file ensures that these files
534 # are copied into the installer. Note that we have a separate
535 # section in chrome_dll.gyp to copy these files for Mac, as it
536 # needs to be dropped inside the framework.
537 'destination': '<(PRODUCT_DIR)/default_apps',
538 'files': ['<@(default_apps_list)']
542 ['enable_hidpi == 1', {
545 'destination': '<(PRODUCT_DIR)',
547 '<(SHARED_INTERMEDIATE_DIR)/repack/chrome_200_percent.pak',
552 ['enable_topchrome_md == 1', {
555 'destination': '<(PRODUCT_DIR)',
557 '<(SHARED_INTERMEDIATE_DIR)/repack/chrome_material_100_percent.pak',
562 ['enable_hidpi == 1 and enable_topchrome_md == 1', {
565 'destination': '<(PRODUCT_DIR)',
567 '<(SHARED_INTERMEDIATE_DIR)/repack/chrome_material_200_percent.pak',
573 }], # end OS != "mac" and OS != "ios"
577 # GN version: //chrome/app/theme:chrome_unscaled_resources
578 'target_name': 'chrome_unscaled_resources',
582 'action_name': 'generate_chrome_unscaled_resources',
584 'grit_grd_file': 'app/theme/chrome_unscaled_resources.grd',
586 'includes': [ '../build/grit_action.gypi' ],
589 'includes': [ '../build/grit_target.gypi' ],
592 # GN version: //chrome/browser/resources:options_test_resources
593 'target_name': 'options_test_resources',
597 'action_name': 'generate_options_test_resources',
599 'grit_grd_file': 'browser/resources/options_test_resources.grd',
601 'includes': [ '../build/grit_action.gypi' ],
604 'includes': [ '../build/grit_target.gypi' ],
607 # GN version: //chrome/test/data/resources:webui_test_resources
608 'target_name': 'webui_test_resources',
612 'action_name': 'generate_webui_test_resources',
614 'grit_grd_file': 'test/data/webui_test_resources.grd',
616 'includes': [ '../build/grit_action.gypi' ],
619 'includes': [ '../build/grit_target.gypi' ],
622 # GN version: //chrome:browser_tests_pak
623 'target_name': 'browser_tests_pak',
626 'options_test_resources',
627 'webui_test_resources',
631 'action_name': 'repack_browser_tests_pak',
634 '<(SHARED_INTERMEDIATE_DIR)/chrome/options_test_resources.pak',
635 '<(SHARED_INTERMEDIATE_DIR)/chrome/webui_test_resources.pak',
637 'pak_output': '<(PRODUCT_DIR)/browser_tests.pak',
639 'includes': [ '../build/repack_action.gypi' ],
644 # GN version: //chrome/browser:about_credits
645 'target_name': 'about_credits',
650 'generator_path': '../tools/licenses.py',
652 'action_name': 'generate_about_credits',
654 # TODO(phajdan.jr): make licenses.py print license input files so
655 # about:credits gets rebuilt when one changes.
657 'browser/resources/about_credits.tmpl',
658 'browser/resources/about_credits_entry.tmpl',
661 '<(about_credits_file)',
663 'hard_dependency': 1,
667 '<(about_credits_file)',
669 'message': 'Generating about:credits',