Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(381)

Side by Side Diff: chrome/chrome_browser.gypi

Issue 1630923002: Remove PRODUCT_STRING_PATH from chrome_constants.h on Windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@c2_rm_PSP_profile_resetter
Patch Set: nit Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 # Copyright 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 # All .cc, .h, .m, and .mm files under browser except for: 7 # All .cc, .h, .m, and .mm files under browser except for:
8 # * tests and mocks. 8 # * tests and mocks.
9 # * code below browser/chromeos 9 # * code below browser/chromeos
10 # * code below browser/extensions 10 # * code below browser/extensions
(...skipping 3275 matching lines...) Expand 10 before | Expand all | Expand 10 after
3286 # crbug.com/422251 3286 # crbug.com/422251
3287 '../build/android/disable_gcc_lto.gypi', 3287 '../build/android/disable_gcc_lto.gypi',
3288 ], 3288 ],
3289 'conditions': [ 3289 'conditions': [
3290 ['OS != "ios"', { 3290 ['OS != "ios"', {
3291 'dependencies': [ 3291 'dependencies': [
3292 'common_mojo_bindings', 3292 'common_mojo_bindings',
3293 'common_net', 3293 'common_net',
3294 'debugger', 3294 'debugger',
3295 'installer_util', 3295 'installer_util',
3296 'metrics_constants_util_win',
3296 '../cc/cc.gyp:cc', 3297 '../cc/cc.gyp:cc',
3297 '../components/components.gyp:about_handler', 3298 '../components/components.gyp:about_handler',
3298 '../components/components.gyp:autofill_content_browser', 3299 '../components/components.gyp:autofill_content_browser',
3299 '../components/components.gyp:browsing_data', 3300 '../components/components.gyp:browsing_data',
3300 '../components/components.gyp:certificate_reporting', 3301 '../components/components.gyp:certificate_reporting',
3301 '../components/components.gyp:contextual_search_browser', 3302 '../components/components.gyp:contextual_search_browser',
3302 '../components/components.gyp:cookie_config', 3303 '../components/components.gyp:cookie_config',
3303 '../components/components.gyp:data_reduction_proxy_content_browser', 3304 '../components/components.gyp:data_reduction_proxy_content_browser',
3304 '../components/components.gyp:data_use_measurement_content', 3305 '../components/components.gyp:data_use_measurement_content',
3305 '../components/components.gyp:devtools_discovery', 3306 '../components/components.gyp:devtools_discovery',
3306 '../components/components.gyp:devtools_http_handler', 3307 '../components/components.gyp:devtools_http_handler',
3307 '../components/components.gyp:dom_distiller_content_browser', 3308 '../components/components.gyp:dom_distiller_content_browser',
3308 '../components/components.gyp:domain_reliability', 3309 '../components/components.gyp:domain_reliability',
3309 '../components/components.gyp:error_page_common', 3310 '../components/components.gyp:error_page_common',
3310 '../components/components.gyp:favicon_content', 3311 '../components/components.gyp:favicon_content',
3311 '../components/components.gyp:flags_ui', 3312 '../components/components.gyp:flags_ui',
3312 '../components/components.gyp:guest_view_browser', 3313 '../components/components.gyp:guest_view_browser',
3313 '../components/components.gyp:history_content_browser', 3314 '../components/components.gyp:history_content_browser',
3314 '../components/components.gyp:keyed_service_content', 3315 '../components/components.gyp:keyed_service_content',
3315 '../components/components.gyp:navigation_interception',
3316 '../components/components.gyp:network_hints_common',
3317 '../components/components.gyp:metrics_gpu', 3316 '../components/components.gyp:metrics_gpu',
3318 '../components/components.gyp:metrics_profiler', 3317 '../components/components.gyp:metrics_profiler',
3319 '../components/components.gyp:metrics_profiler_content', 3318 '../components/components.gyp:metrics_profiler_content',
3319 '../components/components.gyp:navigation_interception',
3320 '../components/components.gyp:net_log', 3320 '../components/components.gyp:net_log',
3321 '../components/components.gyp:network_hints_common',
3321 '../components/components.gyp:ntp_snippets', 3322 '../components/components.gyp:ntp_snippets',
3322 '../components/components.gyp:packed_ct_ev_whitelist', 3323 '../components/components.gyp:packed_ct_ev_whitelist',
3323 '../components/components.gyp:password_manager_content_browser', 3324 '../components/components.gyp:password_manager_content_browser',
3324 '../components/components.gyp:password_manager_sync_browser', 3325 '../components/components.gyp:password_manager_sync_browser',
3325 '../components/components.gyp:power', 3326 '../components/components.gyp:power',
3326 '../components/components.gyp:profile_metrics', 3327 '../components/components.gyp:profile_metrics',
3327 '../components/components.gyp:proxy_config', 3328 '../components/components.gyp:proxy_config',
3328 '../components/components.gyp:renderer_context_menu', 3329 '../components/components.gyp:renderer_context_menu',
3329 '../components/components.gyp:safe_browsing_db', 3330 '../components/components.gyp:safe_browsing_db',
3330 '../components/components.gyp:safe_json', 3331 '../components/components.gyp:safe_json',
3331 '../components/components.gyp:security_state', 3332 '../components/components.gyp:security_state',
3332 '../components/components.gyp:sessions_content', 3333 '../components/components.gyp:sessions_content',
3334 '../components/components.gyp:ssl_config',
3333 '../components/components.gyp:storage_monitor', 3335 '../components/components.gyp:storage_monitor',
3334 '../components/components.gyp:ssl_config',
3335 '../components/components.gyp:syncable_prefs', 3336 '../components/components.gyp:syncable_prefs',
3336 '../components/components.gyp:translate_content_browser', 3337 '../components/components.gyp:translate_content_browser',
3337 '../components/components.gyp:upload_list', 3338 '../components/components.gyp:upload_list',
3338 '../components/components.gyp:url_matcher', 3339 '../components/components.gyp:url_matcher',
3339 '../components/components.gyp:user_prefs_tracked', 3340 '../components/components.gyp:user_prefs_tracked',
3340 '../components/components.gyp:visitedlink_browser', 3341 '../components/components.gyp:visitedlink_browser',
3341 '../components/components.gyp:visitedlink_common', 3342 '../components/components.gyp:visitedlink_common',
3342 '../components/components.gyp:wallpaper', 3343 '../components/components.gyp:wallpaper',
3343 '../components/components.gyp:web_cache_browser', 3344 '../components/components.gyp:web_cache_browser',
3344 '../components/components.gyp:web_resource', 3345 '../components/components.gyp:web_resource',
(...skipping 13 matching lines...) Expand all
3358 '../mojo/mojo_base.gyp:mojo_url_type_converters', 3359 '../mojo/mojo_base.gyp:mojo_url_type_converters',
3359 '../mojo/mojo_edk.gyp:mojo_system_impl', 3360 '../mojo/mojo_edk.gyp:mojo_system_impl',
3360 '../mojo/mojo_public.gyp:mojo_cpp_bindings', 3361 '../mojo/mojo_public.gyp:mojo_cpp_bindings',
3361 '../mojo/mojo_public.gyp:mojo_js_bindings', 3362 '../mojo/mojo_public.gyp:mojo_js_bindings',
3362 '../mojo/mojo_public.gyp:mojo_message_pump_lib', 3363 '../mojo/mojo_public.gyp:mojo_message_pump_lib',
3363 '../net/net.gyp:net_extras', 3364 '../net/net.gyp:net_extras',
3364 '../net/net.gyp:net_with_v8', 3365 '../net/net.gyp:net_with_v8',
3365 '../services/shell/shell.gyp:shell_public', 3366 '../services/shell/shell.gyp:shell_public',
3366 '../storage/storage_browser.gyp:storage', 3367 '../storage/storage_browser.gyp:storage',
3367 '../storage/storage_common.gyp:storage_common', 3368 '../storage/storage_common.gyp:storage_common',
3368 '../third_party/re2/re2.gyp:re2',
3369 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 3369 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
3370 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput' , 3370 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput' ,
3371 '../third_party/libyuv/libyuv.gyp:libyuv', 3371 '../third_party/libyuv/libyuv.gyp:libyuv',
3372 '../third_party/re2/re2.gyp:re2',
3372 '../third_party/smhasher/smhasher.gyp:cityhash', 3373 '../third_party/smhasher/smhasher.gyp:cityhash',
3373 '../third_party/webrtc/modules/modules.gyp:desktop_capture', 3374 '../third_party/webrtc/modules/modules.gyp:desktop_capture',
3374 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', 3375 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime',
3375 '../ui/gl/gl.gyp:gl', 3376 '../ui/gl/gl.gyp:gl',
3376 '../ui/surface/surface.gyp:surface', 3377 '../ui/surface/surface.gyp:surface',
3377 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', 3378 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs',
3378 '../v8/tools/gyp/v8.gyp:v8', 3379 '../v8/tools/gyp/v8.gyp:v8',
3379 ], 3380 ],
3380 'sources': [ 3381 'sources': [
3381 '<@(chrome_browser_non_ios_sources)', 3382 '<@(chrome_browser_non_ios_sources)',
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
3458 }], 3459 }],
3459 ['OS=="mac"', { 3460 ['OS=="mac"', {
3460 'dependencies': [ 3461 'dependencies': [
3461 'app_shim', 3462 'app_shim',
3462 'browser_app_shim', 3463 'browser_app_shim',
3463 ], 3464 ],
3464 'sources': [ '<@(chrome_browser_mac_sources)' ] 3465 'sources': [ '<@(chrome_browser_mac_sources)' ]
3465 }], 3466 }],
3466 ['OS=="win"', { 3467 ['OS=="win"', {
3467 'dependencies': [ 3468 'dependencies': [
3468 'file_pre_reader', 3469 'file_pre_reader',
grt (UTC plus 2) 2016/04/15 15:29:32 how about putting the metrics_constants_util_win d
gab 2016/04/15 18:14:06 Replied below.
3469 ], 3470 ],
3470 }], 3471 }],
3471 ['OS=="mac" or OS=="android"', { 3472 ['OS=="mac" or OS=="android"', {
3472 'sources': [ 3473 'sources': [
3473 '<@(chrome_browser_password_manager_mac_android_sources)', 3474 '<@(chrome_browser_password_manager_mac_android_sources)',
3474 ], 3475 ],
3475 }], 3476 }],
3476 ['chromeos==1', { 3477 ['chromeos==1', {
3477 'sources!': [ 3478 'sources!': [
3478 'browser/signin/chrome_signin_status_metrics_provider_delegate.cc', 3479 'browser/signin/chrome_signin_status_metrics_provider_delegate.cc',
(...skipping 350 matching lines...) Expand 10 before | Expand all | Expand 10 after
3829 # Temporary fix to break the browser target into smaller chunks so it 3830 # Temporary fix to break the browser target into smaller chunks so it
3830 # will link with goma builds. 3831 # will link with goma builds.
3831 ['OS=="win" and chromium_win_pch==0', { 3832 ['OS=="win" and chromium_win_pch==0', {
3832 'msvs_shard': 4, 3833 'msvs_shard': 4,
3833 }], 3834 }],
3834 ['OS=="win"', { 3835 ['OS=="win"', {
3835 'sources': [ '<@(chrome_browser_win_sources)' ], 3836 'sources': [ '<@(chrome_browser_win_sources)' ],
3836 'include_dirs': [ 3837 'include_dirs': [
3837 '<(DEPTH)/third_party/wtl/include', 3838 '<(DEPTH)/third_party/wtl/include',
3838 ], 3839 ],
3839 'dependencies': [ 3840 'dependencies': [
grt (UTC plus 2) 2016/04/15 15:29:32 ignore previous comment. don't the metrics_constan
gab 2016/04/15 18:14:06 No, I put the dependency in the same target that i
3840 'chrome_process_finder', 3841 'chrome_process_finder',
3841 'chrome_watcher_client', 3842 'chrome_watcher_client',
3842 'installer_util_strings', 3843 'installer_util_strings',
3843 'kasko_util', 3844 'kasko_util',
3844 '../chrome/common_constants.gyp:version_header', 3845 '../chrome/common_constants.gyp:version_header',
3845 '../chrome_elf/chrome_elf.gyp:chrome_elf', 3846 '../chrome_elf/chrome_elf.gyp:chrome_elf',
3846 '../chrome_elf/chrome_elf.gyp:chrome_elf_constants', 3847 '../chrome_elf/chrome_elf.gyp:chrome_elf_constants',
3847 '../chrome_elf/chrome_elf.gyp:dll_hash', 3848 '../chrome_elf/chrome_elf.gyp:dll_hash',
3848 '../components/components.gyp:browser_watcher', 3849 '../components/components.gyp:browser_watcher',
3849 '../components/components.gyp:browser_watcher_client', 3850 '../components/components.gyp:browser_watcher_client',
(...skipping 373 matching lines...) Expand 10 before | Expand all | Expand 10 after
4223 '../components/components.gyp:rlz', 4224 '../components/components.gyp:rlz',
4224 '../components/components.gyp:search_engines', 4225 '../components/components.gyp:search_engines',
4225 '../rlz/rlz.gyp:rlz_lib', 4226 '../rlz/rlz.gyp:rlz_lib',
4226 'common', 4227 'common',
4227 ], 4228 ],
4228 }, 4229 },
4229 ], 4230 ],
4230 }], 4231 }],
4231 ], 4232 ],
4232 } 4233 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698