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")
17 # TODO(GYP) for Windows need to the the reorder-imports step which probably
18 # means adding another target and renaming this to chrome_initial like in GYP.
19 executable("chrome") {
20 # Because the sources list varies so significantly per-platform, generally
21 # each platform lists its own files rather than relying on filtering or
22 # removing unused files.
24 "app/chrome_exe_resource.h",
29 # TODO(GYP) mac_bundle_resources, xcode_settings
31 # TODO(GYP) order_profiling, order_text_section
35 "app/chrome_exe_main_win.cc",
38 "app/signature_validator_win.cc",
39 "app/signature_validator_win.h",
40 "//content/app/startup_helper_win.cc",
42 deps += [ "//ui/gfx" ]
43 } else if (use_aura) {
44 # Non-Windows aura entrypoint.
45 sources += [ "app/chrome_exe_main_aura.cc" ]
49 # TODO(GYP) manpage action
52 "app/chrome_dll_resource.h",
54 "app/chrome_main_delegate.cc",
55 "app/chrome_main_delegate.h",
59 # On Linux, link the dependencies (libraries) that make up actual
60 # Chromium functionality directly into the executable.
61 ":browser_dependencies",
62 ":child_dependencies",
65 # Needed to use the master_preferences functions
66 "//chrome/installer/util",
67 "//content/public/app:both",
70 # Needed for chrome_main.cc initialization of libraries.
71 configs += [ "//build/config/linux:pangocairo" ]
73 # TODO(GYP) ['profiling==0 and linux_disable_pie==0', {
81 "//build/config/linux:x11",
82 "//build/config/linux:xext",
89 "app/chrome_exe_main_mac.cc",
91 # TODO(GYP) lots more stuff in the is_mac block.
94 ":packed_extra_resources",
97 # Copy Flash Player files to PRODUCT_DIR if applicable. Let the .gyp
98 # file decide what to do on a per-OS basis; on Mac, internal plugins
99 # go inside the framework, so this dependency is in chrome_dll.gypi.
100 #'../third_party/adobe/flash/flash_player.gyp:flapper_binaries', TODO(GYP)
102 # Copy CDM files to PRODUCT_DIR if applicable. Let the .gyp
103 # file decide what to do on a per-OS basis; on Mac, internal plugins
104 # go inside the framework, so this dependency is in chrome_dll.gypi.
105 #'../third_party/widevine/cdm/widevine_cdm.gyp:widevinecdmadapter', TODO(GYP)
108 # TODO(GYP) some stuff from GYP including chrome_multiple_dll.
114 # On Mac this is done in chrome_dll.gypi.
115 datadeps += [ "//pdf" ]
117 # TODO(GYP) pdf linux symbols
123 shared_library("main_dll") {
124 configs += [ "//build/config/compiler:wexit_time_destructors" ]
127 ":browser_dependencies",
131 output_name = "chrome"
134 "app/chrome_command_ids.h",
136 "app/chrome_dll_resource.h",
137 "app/chrome_main.cc",
138 "app/chrome_main_delegate.cc",
139 "app/chrome_main_delegate.h",
140 "app/close_handle_hook_win.cc",
141 "app/close_handle_hook_win.h",
142 "app/delay_load_hook_win.cc",
143 "app/delay_load_hook_win.h",
144 "//base/win/dllmain.cc",
148 # On Windows, link the dependencies (libraries) that make up actual
149 # Chromium functionality into this .dll.
150 #'chrome_version_resources', TODO(GYP)
151 "//chrome/app/theme:chrome_unscaled_resources",
152 "//content/app/resources",
154 "//net:net_resources",
157 #'<(DEPTH)/chrome_elf/chrome_elf.gyp:chrome_elf' ] TODO(GYP)
159 if (enable_configuration_policy) {
160 deps += [ "//components/policy" ]
162 if (cpu_arch == "x86") {
163 # Add a dependency to custom import library for user32 delay imports only
165 #deps += [ 'chrome_user32_delay_imports' ] TODO(GYP)
168 # TODO(GYP) incremental linking flags in debug builds
169 #'LinkIncremental': '<(msvs_large_module_debug_link_mode)',
171 # TODO(GYP) Lots of VCLinkerTool stuff on Windows.
173 # TODO(GYP) chrome_pgo_phase on Windows.
177 deps += [ "//ui/compositor" ]
180 #TODO(GYP) add chrome_multiple_dll support
181 if (false) { #chrome_multiple_dll) {
182 defines = [ "CHROME_MULTIPLE_DLL_BROWSER" ]
184 "//content/public/app:browser",
188 ":child_dependencies",
189 "//content/public/app:both",
193 if (cld_version == 0 || cld_version == 2) {
195 "//third_party/cld_2",
200 #['OS=="mac" and component!="shared_library"', { TODO(GYP)
201 # 'includes': [ 'chrome_dll_bundle.gypi' ],
204 # TODO(GYP) Lots of other stuff in the OS=="mac" block.
208 # GYP version: chromium_browser_dependencies variable in chrome.gyp
209 group("browser_dependencies") {
217 "//ppapi:ppapi_host",
221 if (printing_mode != 0) {
222 deps += [ "//printing" ]
223 if (printing_mode == 1) {
224 deps += [ "//chrome/service" ]
229 # GYP version: chromium_child_dependencies variable in chrome.gyp
230 group("child_dependencies") {
237 "//chrome/browser/devtools",
241 "//content/public/child",
242 "//third_party/WebKit/public:blink_devtools_frontend_resources",
248 # TODO(brettw) this duplicates "//chrome/common:version" which applies to
250 process_version("version_header") {
251 # TODO(brettW) this should have more reduced visibility, but chrome/browser
252 # currently depends on this.
253 #visibility = [ ":*" ]
254 source = "version.h.in"
255 # TODO(brettw) this should move to $target_gen_dir/version.h and
256 # source files including it should reference it via "chrome/version.h"
257 output = "$root_gen_dir/version.h"
261 # GYP version: chrome/chrome_resources.gyp:chrome_resources
264 # Note: GYP lists some dependencies in addition to these actions. However,
265 # these are just dependencies for the actions themselves, which our actions
266 # list individually when needed.
267 "//chrome/browser:resources",
268 "//chrome/common:resources",
269 "//chrome/renderer:resources",
272 if (enable_extensions) {
273 deps += [ "//chrome/common:extensions_api_resources" ]
277 # GYP version: chrome/chrome_resources.gyp:chrome_extra_resources
278 group("extra_resources") {
280 "//chrome/browser/resources:invalidations_resources",
281 "//chrome/browser/resources:memory_internals_resources",
282 "//chrome/browser/resources:net_internals_resources",
283 "//chrome/browser/resources:password_manager_internals_resources",
284 "//chrome/browser/resources:signin_internals_resources",
285 "//chrome/browser/resources:sync_internals_resources",
286 "//chrome/browser/resources:translate_internals_resources",
290 "//chrome/browser/resources:component_extension_resources",
291 "//chrome/browser/resources:options_resources",
295 if (enable_chromevox_next) {
297 #'browser/resources/chromeos/chromevox2/chromevox.gyp:chromevox2', TODO(GYP)
301 #'browser/resources/chromeos/chromevox/chromevox.gyp:chromevox', TODO(GYP)
305 if (enable_extensions) {
307 "//chrome/browser/resources:quota_internals_resources",
308 "//chrome/browser/resources:sync_file_system_internals_resources",
313 group("packed_resources") {
315 ":repack_locales_pack",
316 ":repack_pseudo_locales_pack",
317 ":repack_chrome_100_percent",
320 # TODO(GYP) if (is_chrome_branded) {
321 # ... copy default_apps from default_apps_list
324 deps += [ ":repack_chrome_200_percent" ]
328 repack("packed_extra_resources") {
329 visibility = [ "./*" ]
331 "$root_gen_dir/chrome/browser_resources.pak",
332 "$root_gen_dir/chrome/chrome_unscaled_resources.pak",
333 "$root_gen_dir/chrome/common_resources.pak",
334 "$root_gen_dir/chrome/invalidations_resources.pak",
335 "$root_gen_dir/chrome/memory_internals_resources.pak",
336 "$root_gen_dir/chrome/net_internals_resources.pak",
337 "$root_gen_dir/chrome/password_manager_internals_resources.pak",
338 "$root_gen_dir/chrome/signin_internals_resources.pak",
339 "$root_gen_dir/chrome/sync_internals_resources.pak",
340 "$root_gen_dir/chrome/translate_internals_resources.pak",
341 "$root_gen_dir/components/components_resources.pak",
342 "$root_gen_dir/net/net_resources.pak",
343 "$root_gen_dir/ui/resources/webui_resources.pak",
346 "//chrome/browser:resources",
347 "//chrome/app/theme:chrome_unscaled_resources",
348 "//chrome/common:resources",
349 "//chrome/browser/resources:invalidations_resources",
350 "//chrome/browser/resources:memory_internals_resources",
351 "//chrome/browser/resources:net_internals_resources",
352 "//chrome/browser/resources:password_manager_internals_resources",
353 "//chrome/browser/resources:signin_internals_resources",
354 "//chrome/browser/resources:sync_internals_resources",
355 "//chrome/browser/resources:translate_internals_resources",
356 "//components/resources",
357 "//net:net_resources",
361 if (!is_ios && !is_android) {
362 # New paks should be added here by default.
364 "$root_gen_dir/webkit/devtools_resources.pak",
365 "$root_gen_dir/chrome/component_extension_resources.pak",
366 "$root_gen_dir/chrome/options_resources.pak",
367 "$root_gen_dir/chrome/quota_internals_resources.pak",
368 "$root_gen_dir/chrome/sync_file_system_internals_resources.pak",
371 "//content/browser/devtools:devtools_resources",
372 "//chrome/browser/resources:component_extension_resources",
373 "//chrome/browser/resources:options_resources",
374 "//chrome/browser/resources:quota_internals_resources",
375 "//chrome/browser/resources:sync_file_system_internals_resources",
380 "$root_gen_dir/blink/public/resources/blink_resources.pak",
381 "$root_gen_dir/content/browser/tracing/tracing_resources.pak",
382 "$root_gen_dir/content/content_resources.pak",
386 sources += [ "$root_gen_dir/ui/file_manager/file_manager_resources.pak" ]
387 deps += [ "//ui/file_manager:resources" ]
389 if (enable_extensions) {
391 "$root_gen_dir/chrome/extensions_api_resources.pak",
392 "$root_gen_dir/extensions/extensions_renderer_resources.pak",
393 "$root_gen_dir/extensions/extensions_resources.pak",
395 deps += [ "//chrome/common:extensions_api_resources" ]
398 # GYP outputs the file in the gen/repack directory. On non-Mac/iOS platforms
399 # it them copies it. This skipes the copy step and writes it to the final
401 if (is_mac || is_ios) {
402 output = "$root_gen_dir/repack/resources.pak"
404 output = "$root_out_dir/resources.pak"
408 # Collects per-locale grit files from many sources into global per-locale files.
409 chrome_repack_locales("repack_locales_pack") {
410 visibility = [ ":*" ]
412 input_locales = locales
415 output_locales = locales_as_mac_outputs
417 output_locales = locales
421 chrome_repack_locales("repack_pseudo_locales_pack") {
422 visibility = [ ":*" ]
424 input_locales = [ "fake-bidi" ]
427 output_locales = [ "fake_bidi" ] # Mac uses underscores.
429 output_locales = [ "fake-bidi" ]
433 # Generates a rule to repack a set of resources, substituting a given string
434 # in for the percentage (e.g. "100", "200"). It generates the repacked files in
435 # the "gen" directory, and then introduces a copy rule to copy it to the root
438 # It's not clear why this two-step dance is necessary as opposed to just
439 # generating the file in the destination. However, this is what the GYP build
440 # does, and for maintenance purposes, this keeps the same files in the same
441 # place between the two builds when possible.
445 # String to substitute for the percentage.
446 template("chrome_repack_percent") {
447 percent = invoker.percent
449 repack_name = "${target_name}_repack"
450 repack_output_file = "$root_gen_dir/repack/chrome_${percent}_percent.pak"
452 copy_name = target_name
454 repack(repack_name) {
455 visibility = [ ":$copy_name" ]
456 # All sources should also have deps for completeness.
458 "$root_gen_dir/components/components_resources_${percent}_percent.pak",
459 "$root_gen_dir/ui/resources/ui_resources_${percent}_percent.pak",
460 "$root_gen_dir/chrome/renderer_resources_${percent}_percent.pak",
461 "$root_gen_dir/chrome/theme_resources_${percent}_percent.pak",
465 "//chrome/app/theme:theme_resources",
466 "//chrome/renderer:resources",
467 "//components/strings",
468 "//net:net_resources",
473 "$root_gen_dir/content/app/resources/content_resources_${percent}_percent.pak",
475 deps += [ "//content:resources" ]
478 sources += [ "$root_gen_dir/ash/resources/ash_resources_${percent}_percent.pak" ]
479 deps += [ "//ash/resources" ]
483 "$root_gen_dir/athena/resources/athena_resources_${percent}_percent.pak",
485 deps += [ "//athena/resources" ]
489 "$root_gen_dir/ui/chromeos/resources/ui_chromeos_resources_${percent}_percent.pak",
491 deps += [ "//ui/chromeos/resources" ]
493 if (enable_extensions) {
495 "$root_gen_dir/extensions/extensions_browser_resources_${percent}_percent.pak",
499 output = repack_output_file
503 visibility = [ ":*" ]
504 deps = [ ":$repack_name" ]
505 sources = [ repack_output_file ]
506 outputs = [ "$root_build_dir/chrome_${percent}_percent.pak" ]
510 chrome_repack_percent("repack_chrome_100_percent") {
515 chrome_repack_percent("repack_chrome_200_percent") {
520 # GYP version: chrome/chrome_resources.gyp:chrome_strings
523 "//chrome/app:chromium_strings",
524 "//chrome/app:generated_resources",
525 "//chrome/app:google_chrome_strings",
526 "//chrome/app/resources:locale_settings",
532 # GYP: //chrome/chrome.gyp:content_setting_java
533 java_cpp_enum("content_setting_javagen") {
535 "../components/content_settings/core/common/content_settings.h"
538 "org/chromium/chrome/browser/ContentSetting.java",
542 # GYP: //chrome/chrome.gyp:content_settings_type_java
543 java_cpp_enum("content_settings_type_javagen") {
545 "../components/content_settings/core/common/content_settings_types.h"
548 "org/chromium/chrome/browser/ContentSettingsType.java",
552 # GYP: //chrome/chrome.gyp:page_info_connection_type_java
553 java_cpp_enum("page_info_connection_type_javagen") {
555 "browser/ui/android/website_settings_popup_android.h"
558 "org/chromium/chrome/browser/PageInfoConnectionType.java",
562 # GYP: //chrome/chrome_android.gypi:chrome_android_core
563 static_library("chrome_android_core") {
565 "app/android/chrome_android_initializer.cc",
566 "app/android/chrome_android_initializer.h",
567 "app/android/chrome_main_delegate_android.cc",
568 "app/android/chrome_main_delegate_android.h",
569 "app/chrome_main_delegate.cc",
570 "app/chrome_main_delegate.h",
574 android_ndk_include_dir,
584 "//chrome/browser/ui",
588 "//components/enhanced_bookmarks",
589 "//content/public/app:browser",