1 # Copyright 2014 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.
5 import("//build/config/features.gni")
6 import("//build/config/locales.gni")
7 import("//build/config/ui.gni")
8 import("//chrome/chrome_repack_locales.gni")
9 import("//chrome/version.gni")
12 import("//build/config/android/rules.gni")
16 # TODO(GYP) for Windows need to the the reorder-imports step which probably
17 # means adding another target and renaming this to chrome_initial like in GYP.
18 executable("chrome") {
19 # Because the sources list varies so significantly per-platform, generally
20 # each platform lists its own files rather than relying on filtering or
21 # removing unused files.
23 "app/chrome_exe_resource.h",
28 # TODO(GYP) mac_bundle_resources, xcode_settings
30 # TODO(GYP) order_profiling, order_text_section
34 "$target_gen_dir/chrome_exe_version.rc",
35 "//content/app/startup_helper_win.cc",
36 "//content/public/common/content_switches.cc",
37 "app/chrome_crash_reporter_client.cc",
38 "app/chrome_crash_reporter_client.h",
40 "app/chrome_exe_main_win.cc",
41 "app/chrome_watcher_client_win.cc",
42 "app/chrome_watcher_client_win.h",
43 "app/chrome_watcher_command_line_win.cc",
44 "app/chrome_watcher_command_line_win.h",
47 "app/signature_validator_win.cc",
48 "app/signature_validator_win.h",
49 "common/crash_keys.cc",
50 "common/crash_keys.h'",
53 ":chrome_version_resources",
57 # 'chrome_nacl_win64" TODO(GYP)
58 # '../win8/delegate_execute/delegate_execute.gyp:*', TODO(GYP)
59 # '../win8/metro_driver/metro_driver.gyp:metro_driver', TODO(GYP)
61 "//breakpad:breakpad_handler",
62 "//breakpad:breakpad_sender",
63 "//chrome/browser:chrome_process_finder",
64 "//chrome/chrome_watcher",
65 "//chrome/chrome_watcher:client",
66 "//chrome/installer/util",
68 "//components/browser_watcher:browser_watcher_client",
69 "//components/crash/app",
78 configs -= [ "//build/config/win:console" ]
79 configs += [ "//build/config/win:windowed" ]
80 } else if (use_aura) {
81 # Non-Windows aura entrypoint.
82 sources += [ "app/chrome_exe_main_aura.cc" ]
87 "app/chrome_dll_resource.h",
89 "app/chrome_main_delegate.cc",
90 "app/chrome_main_delegate.h",
94 # On Linux, link the dependencies (libraries) that make up actual
95 # Chromium functionality directly into the executable.
96 ":browser_dependencies",
97 ":child_dependencies",
101 # Needed to use the master_preferences functions
102 "//chrome/installer/util",
103 "//content/public/app:both",
106 # Needed for chrome_main.cc initialization of libraries.
107 configs += [ "//build/config/linux:pangocairo" ]
109 # TODO(GYP) ['profiling==0 and linux_disable_pie==0', {
117 "//build/config/linux:x11",
118 "//build/config/linux:xext",
124 sources += [ "app/chrome_exe_main_mac.cc" ]
125 # TODO(GYP) lots more stuff in the is_mac block.
128 ":packed_extra_resources",
130 "//components/startup_metric_utils",
132 # Precompiled plugins that need to get copied to the output directory.
133 # On Mac, internal plugins go inside the framework, so these
134 # dependencies are on chrome.dll.
135 "//third_party/adobe/flash:flapper_binaries",
136 "//third_party/widevine/cdm:adapter",
138 # TODO(GYP) some stuff from GYP including chrome_multiple_dll.
141 if (is_linux && enable_plugins) {
147 shared_library("main_dll") {
148 configs += [ "//build/config/compiler:wexit_time_destructors" ]
151 ":browser_dependencies",
155 output_name = "chrome"
158 "//base/win/dllmain.cc",
159 "app/chrome_command_ids.h",
161 "app/chrome_dll_resource.h",
162 "app/chrome_main.cc",
163 "app/chrome_main_delegate.cc",
164 "app/chrome_main_delegate.h",
165 "app/close_handle_hook_win.cc",
166 "app/close_handle_hook_win.h",
167 "app/delay_load_hook_win.cc",
168 "app/delay_load_hook_win.h",
172 # On Windows, link the dependencies (libraries) that make up actual
173 # Chromium functionality into this .dll.
174 ":chrome_version_resources",
175 "//chrome/app/theme:chrome_unscaled_resources",
177 "//content/app/resources",
179 "//net:net_resources",
183 if (enable_configuration_policy) {
184 deps += [ "//components/policy" ]
186 if (current_cpu == "x86") {
187 # Add a dependency to custom import library for user32 delay imports only
189 #deps += [ 'chrome_user32_delay_imports' ] TODO(GYP)
192 # This is a large module that can't do incremental linking in some cases.
193 configs -= [ "//build/config/win:default_incremental_linking" ]
194 configs += [ "//build/config/win:default_large_module_incremental_linking" ]
196 # TODO(GYP) Lots of VCLinkerTool stuff on Windows.
198 # TODO(GYP) chrome_pgo_phase on Windows.
202 deps += [ "//ui/compositor" ]
205 #TODO(GYP) add chrome_multiple_dll support
206 if (false) { #chrome_multiple_dll) {
207 defines = [ "CHROME_MULTIPLE_DLL_BROWSER" ]
208 deps += [ "//content/public/app:browser" ]
211 ":child_dependencies",
212 "//content/public/app:both",
216 if (cld_version == 0 || cld_version == 2) {
217 deps += [ "//third_party/cld_2" ]
221 #['OS=="mac" and component!="shared_library"', { TODO(GYP)
222 # 'includes': [ 'chrome_dll_bundle.gypi' ],
224 # TODO(GYP) Lots of other stuff in the OS=="mac" block.
227 if (enable_plugins) {
232 # GYP version: chromium_browser_dependencies variable in chrome.gyp
233 group("browser_dependencies") {
240 deps += [ "//ppapi/host" ]
243 if (enable_basic_printing || enable_print_preview) {
244 deps += [ "//printing" ]
245 if (enable_print_preview) {
246 deps += [ "//chrome/service" ]
251 # GYP version: chromium_child_dependencies variable in chrome.gyp
252 group("child_dependencies") {
259 "//chrome/browser/devtools",
264 "//content/public/child",
265 "//third_party/WebKit/public:blink_devtools_frontend_resources",
268 if (cld_version == 0 || cld_version == 2) {
269 deps += [ "//third_party/cld_2:cld2_platform_impl" ]
273 deps += [ "//components/nacl/renderer/plugin:nacl_trusted_plugin" ]
275 if (enable_remoting) {
276 deps += [ "//remoting/client/plugin" ]
281 # TODO(brettw) this duplicates "//chrome/common:version" which applies to
283 process_version("version_header") {
284 # TODO(brettW) this should have more reduced visibility, but chrome/browser
285 # currently depends on this.
286 #visibility = [ ":*" ]
288 # This one just uses the custom template and no separate sources.
290 template_file = "version.h.in"
292 # TODO(brettw) this should move to $target_gen_dir/version.h and
293 # source files including it should reference it via "chrome/version.h"
294 output = "$root_gen_dir/version.h"
297 process_version("chrome_exe_version") {
299 "app/chrome_exe.ver",
301 output = "$target_gen_dir/chrome_exe_version.rc"
304 process_version("chrome_dll_version") {
306 "app/chrome_dll.ver",
308 output = "$target_gen_dir/chrome_dll_version.rc"
311 process_version("nacl64_exe_version") {
313 "app/nacl64_exe.ver",
315 output = "$target_gen_dir/nacl64_exe_version.rc"
318 process_version("other_version") {
322 output = "$target_gen_dir/other_version.rc"
325 group("chrome_version_resources") {
327 ":chrome_exe_version",
328 ":chrome_dll_version",
329 ":nacl64_exe_version",
334 source_set("image_pre_reader") {
336 "app/image_pre_reader_win.cc",
337 "app/image_pre_reader_win.h",
345 # GYP version: chrome/chrome_resources.gyp:chrome_resources
348 # Note: GYP lists some dependencies in addition to these actions. However,
349 # these are just dependencies for the actions themselves, which our actions
350 # list individually when needed.
351 "//chrome/browser:resources",
352 "//chrome/common:resources",
353 "//chrome/renderer:resources",
356 if (enable_extensions) {
357 deps += [ "//chrome/common:extensions_api_resources" ]
361 # GYP version: chrome/chrome_resources.gyp:chrome_extra_resources
362 group("extra_resources") {
364 "//chrome/browser/resources:invalidations_resources",
365 "//chrome/browser/resources:memory_internals_resources",
366 "//chrome/browser/resources:net_internals_resources",
367 "//chrome/browser/resources:password_manager_internals_resources",
368 "//chrome/browser/resources:signin_internals_resources",
369 "//chrome/browser/resources:sync_internals_resources",
370 "//chrome/browser/resources:translate_internals_resources",
374 "//chrome/browser/resources:component_extension_resources",
375 "//chrome/browser/resources:options_resources",
376 "//chrome/browser/resources:settings_resources",
380 if (enable_chromevox_next) {
382 #'browser/resources/chromeos/chromevox2/chromevox.gyp:chromevox2', TODO(GYP)
386 #'browser/resources/chromeos/chromevox/chromevox.gyp:chromevox', TODO(GYP)
390 if (enable_extensions) {
392 "//chrome/browser/resources:quota_internals_resources",
393 "//chrome/browser/resources:sync_file_system_internals_resources",
398 if (is_chrome_branded) {
399 copy("default_apps") {
400 visibility = [ ":packed_resources" ]
402 "browser/resources/default_apps/docs.crx",
403 "browser/resources/default_apps/drive.crx",
404 "browser/resources/default_apps/external_extensions.json",
405 "browser/resources/default_apps/gmail.crx",
406 "browser/resources/default_apps/search.crx",
407 "browser/resources/default_apps/youtube.crx",
410 "$root_out_dir/default_apps/{{source_file_part}}",
415 group("packed_resources") {
417 ":repack_locales_pack",
418 ":repack_pseudo_locales_pack",
419 ":repack_chrome_100_percent",
422 if (is_chrome_branded) {
423 deps += [ ":default_apps" ]
427 deps += [ ":repack_chrome_200_percent" ]
431 repack("packed_extra_resources") {
432 visibility = [ "./*" ]
434 "$root_gen_dir/chrome/browser_resources.pak",
435 "$root_gen_dir/chrome/chrome_unscaled_resources.pak",
436 "$root_gen_dir/chrome/common_resources.pak",
437 "$root_gen_dir/chrome/invalidations_resources.pak",
438 "$root_gen_dir/chrome/memory_internals_resources.pak",
439 "$root_gen_dir/chrome/net_internals_resources.pak",
440 "$root_gen_dir/chrome/password_manager_internals_resources.pak",
441 "$root_gen_dir/chrome/signin_internals_resources.pak",
442 "$root_gen_dir/chrome/sync_internals_resources.pak",
443 "$root_gen_dir/chrome/translate_internals_resources.pak",
444 "$root_gen_dir/components/components_resources.pak",
445 "$root_gen_dir/net/net_resources.pak",
446 "$root_gen_dir/ui/resources/webui_resources.pak",
449 "//chrome/browser:resources",
450 "//chrome/app/theme:chrome_unscaled_resources",
451 "//chrome/common:resources",
452 "//chrome/browser/resources:invalidations_resources",
453 "//chrome/browser/resources:memory_internals_resources",
454 "//chrome/browser/resources:net_internals_resources",
455 "//chrome/browser/resources:password_manager_internals_resources",
456 "//chrome/browser/resources:signin_internals_resources",
457 "//chrome/browser/resources:sync_internals_resources",
458 "//chrome/browser/resources:translate_internals_resources",
459 "//components/resources",
460 "//net:net_resources",
464 if (!is_ios && !is_android) {
465 # New paks should be added here by default.
467 "$root_gen_dir/blink/devtools_resources.pak",
468 "$root_gen_dir/chrome/component_extension_resources.pak",
469 "$root_gen_dir/chrome/options_resources.pak",
470 "$root_gen_dir/chrome/quota_internals_resources.pak",
471 "$root_gen_dir/chrome/settings_resources.pak",
472 "$root_gen_dir/chrome/sync_file_system_internals_resources.pak",
473 "$root_gen_dir/chrome/webrtc_device_provider_resources.pak",
476 "//chrome/browser/devtools:webrtc_device_provider_resources",
477 "//chrome/browser/resources:component_extension_resources",
478 "//chrome/browser/resources:options_resources",
479 "//chrome/browser/resources:settings_resources",
480 "//chrome/browser/resources:quota_internals_resources",
481 "//chrome/browser/resources:sync_file_system_internals_resources",
482 "//content/browser/devtools:devtools_resources",
487 "$root_gen_dir/content/browser/tracing/tracing_resources.pak",
488 "$root_gen_dir/content/content_resources.pak",
492 sources += [ "$root_gen_dir/ui/file_manager/file_manager_resources.pak" ]
493 sources += [ "$root_gen_dir/ui/oobe/oobe_resources.pak" ]
494 deps += [ "//ui/file_manager:resources" ]
495 deps += [ "//ui/oobe:resources" ]
497 if (enable_extensions) {
499 "$root_gen_dir/chrome/extensions_api_resources.pak",
500 "$root_gen_dir/extensions/extensions_renderer_resources.pak",
501 "$root_gen_dir/extensions/extensions_resources.pak",
503 deps += [ "//chrome/common:extensions_api_resources" ]
506 # GYP outputs the file in the gen/repack directory. On non-Mac/iOS platforms
507 # it them copies it. This skipes the copy step and writes it to the final
509 if (is_mac || is_ios) {
510 output = "$root_gen_dir/repack/resources.pak"
512 output = "$root_out_dir/resources.pak"
516 # GYP version: chrome/chrome_resources.gyp:browser_tests_pak
517 repack("browser_tests_pak") {
519 "$root_gen_dir/chrome/options_test_resources.pak",
521 output = "$root_out_dir/browser_tests.pak"
524 # Collects per-locale grit files from many sources into global per-locale files.
525 chrome_repack_locales("repack_locales_pack") {
526 visibility = [ ":*" ]
528 input_locales = locales
531 output_locales = locales_as_mac_outputs
533 output_locales = locales
537 chrome_repack_locales("repack_pseudo_locales_pack") {
538 visibility = [ ":*" ]
540 input_locales = [ "fake-bidi" ]
543 output_locales = [ "fake_bidi" ] # Mac uses underscores.
545 output_locales = [ "fake-bidi" ]
549 # Generates a rule to repack a set of resources, substituting a given string
550 # in for the percentage (e.g. "100", "200"). It generates the repacked files in
551 # the "gen" directory, and then introduces a copy rule to copy it to the root
554 # It's not clear why this two-step dance is necessary as opposed to just
555 # generating the file in the destination. However, this is what the GYP build
556 # does, and for maintenance purposes, this keeps the same files in the same
557 # place between the two builds when possible.
561 # String to substitute for the percentage.
562 template("chrome_repack_percent") {
563 percent = invoker.percent
565 repack_name = "${target_name}_repack"
566 repack_output_file = "$root_gen_dir/repack/chrome_${percent}_percent.pak"
568 copy_name = target_name
570 repack(repack_name) {
571 visibility = [ ":$copy_name" ]
573 # All sources should also have deps for completeness.
575 "$root_gen_dir/chrome/renderer_resources_${percent}_percent.pak",
576 "$root_gen_dir/chrome/theme_resources_${percent}_percent.pak",
577 "$root_gen_dir/components/components_resources_${percent}_percent.pak",
578 "$root_gen_dir/ui/resources/ui_resources_${percent}_percent.pak",
582 "//chrome/app/theme:theme_resources",
583 "//chrome/renderer:resources",
584 "//components/strings",
585 "//net:net_resources",
590 "$root_gen_dir/blink/public/resources/blink_resources_${percent}_percent.pak",
591 "$root_gen_dir/content/app/resources/content_resources_${percent}_percent.pak",
593 deps += [ "//content:resources" ]
597 [ "$root_gen_dir/ash/resources/ash_resources_${percent}_percent.pak" ]
598 deps += [ "//ash/resources" ]
601 sources += [ "$root_gen_dir/ui/chromeos/resources/ui_chromeos_resources_${percent}_percent.pak" ]
602 deps += [ "//ui/chromeos/resources" ]
604 if (enable_extensions) {
605 sources += [ "$root_gen_dir/extensions/extensions_browser_resources_${percent}_percent.pak" ]
608 output = repack_output_file
612 visibility = [ ":*" ]
620 "$root_build_dir/chrome_${percent}_percent.pak",
625 chrome_repack_percent("repack_chrome_100_percent") {
630 chrome_repack_percent("repack_chrome_200_percent") {
635 # GYP version: chrome/chrome_resources.gyp:chrome_strings
638 "//chrome/app:chromium_strings",
639 "//chrome/app:generated_resources",
640 "//chrome/app:google_chrome_strings",
641 "//chrome/app/resources:locale_settings",
646 # GYP: //chrome/chrome.gyp:content_setting_java
647 java_cpp_enum("content_setting_javagen") {
649 "../components/content_settings/core/common/content_settings.h",
652 "org/chromium/chrome/browser/ContentSetting.java",
656 # GYP: //chrome/chrome.gyp:content_settings_type_java
657 java_cpp_enum("content_settings_type_javagen") {
659 "../components/content_settings/core/common/content_settings_types.h",
662 "org/chromium/chrome/browser/ContentSettingsType.java",
666 # GYP: //chrome/chrome.gyp:page_info_connection_type_java
667 java_cpp_enum("page_info_connection_type_javagen") {
669 "browser/ui/android/website_settings_popup_android.h",
672 "org/chromium/chrome/browser/PageInfoConnectionType.java",
676 # GYP: //chrome/chrome_android.gypi:chrome_android_core
677 static_library("chrome_android_core") {
679 "app/android/chrome_android_initializer.cc",
680 "app/android/chrome_android_initializer.h",
681 "app/android/chrome_jni_onload.cc",
682 "app/android/chrome_jni_onload.h",
683 "app/android/chrome_main_delegate_android.cc",
684 "app/android/chrome_main_delegate_android.h",
685 "app/chrome_main_delegate.cc",
686 "app/chrome_main_delegate.h",
689 include_dirs = [ android_ndk_include_dir ]
698 "//chrome/browser/ui",
703 "//components/enhanced_bookmarks",
704 "//content/public/app:both",
711 if (is_chrome_branded) {
712 name = "Google Chrome"
713 filename = "google-chrome"
714 confdir = "google-chrome"
717 filename = "chromium-browser"
721 script = "//chrome/tools/build/linux/sed.py"
722 infile = "app/resources/manpage.1.in"
727 outfile = "$root_out_dir/chrome.1"
733 rebase_path(infile, root_build_dir),
734 rebase_path(outfile, root_build_dir),
735 "-e s/@@NAME@@/$name/",
736 "-e s/@@FILENAME@@/$filename/",
737 "-e s/@@CONFDIR@@/$confdir/",