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

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: use source_set 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 3258 matching lines...) Expand 10 before | Expand all | Expand 10 after
3269 '../build/android/disable_gcc_lto.gypi', 3269 '../build/android/disable_gcc_lto.gypi',
3270 ], 3270 ],
3271 'conditions': [ 3271 'conditions': [
3272 ['OS != "ios"', { 3272 ['OS != "ios"', {
3273 'dependencies': [ 3273 'dependencies': [
3274 'apps', 3274 'apps',
3275 'common_mojo_bindings', 3275 'common_mojo_bindings',
3276 'common_net', 3276 'common_net',
3277 'debugger', 3277 'debugger',
3278 'installer_util', 3278 'installer_util',
3279 '../third_party/re2/re2.gyp:re2', 3279 'metrics_constants_util_win',
3280 '../cc/cc.gyp:cc', 3280 '../cc/cc.gyp:cc',
3281 '../components/components.gyp:about_handler', 3281 '../components/components.gyp:about_handler',
3282 '../components/components.gyp:autofill_content_browser', 3282 '../components/components.gyp:autofill_content_browser',
3283 '../components/components.gyp:browsing_data', 3283 '../components/components.gyp:browsing_data',
3284 '../components/components.gyp:certificate_reporting', 3284 '../components/components.gyp:certificate_reporting',
3285 '../components/components.gyp:contextual_search_browser', 3285 '../components/components.gyp:contextual_search_browser',
3286 '../components/components.gyp:cookie_config', 3286 '../components/components.gyp:cookie_config',
3287 '../components/components.gyp:data_reduction_proxy_content_browser', 3287 '../components/components.gyp:data_reduction_proxy_content_browser',
3288 '../components/components.gyp:data_use_measurement_content', 3288 '../components/components.gyp:data_use_measurement_content',
3289 '../components/components.gyp:devtools_discovery', 3289 '../components/components.gyp:devtools_discovery',
3290 '../components/components.gyp:devtools_http_handler', 3290 '../components/components.gyp:devtools_http_handler',
3291 '../components/components.gyp:dom_distiller_content_browser', 3291 '../components/components.gyp:dom_distiller_content_browser',
3292 '../components/components.gyp:domain_reliability', 3292 '../components/components.gyp:domain_reliability',
3293 '../components/components.gyp:error_page_common', 3293 '../components/components.gyp:error_page_common',
3294 '../components/components.gyp:favicon_content', 3294 '../components/components.gyp:favicon_content',
3295 '../components/components.gyp:flags_ui', 3295 '../components/components.gyp:flags_ui',
3296 '../components/components.gyp:guest_view_browser', 3296 '../components/components.gyp:guest_view_browser',
3297 '../components/components.gyp:history_content_browser', 3297 '../components/components.gyp:history_content_browser',
3298 '../components/components.gyp:keyed_service_content', 3298 '../components/components.gyp:keyed_service_content',
3299 '../components/components.gyp:navigation_interception',
3300 '../components/components.gyp:network_hints_common',
3301 '../components/components.gyp:metrics_gpu', 3299 '../components/components.gyp:metrics_gpu',
3302 '../components/components.gyp:metrics_profiler', 3300 '../components/components.gyp:metrics_profiler',
3303 '../components/components.gyp:metrics_profiler_content', 3301 '../components/components.gyp:metrics_profiler_content',
3302 '../components/components.gyp:navigation_interception',
3304 '../components/components.gyp:net_log', 3303 '../components/components.gyp:net_log',
3304 '../components/components.gyp:network_hints_common',
3305 '../components/components.gyp:ntp_snippets', 3305 '../components/components.gyp:ntp_snippets',
3306 '../components/components.gyp:packed_ct_ev_whitelist', 3306 '../components/components.gyp:packed_ct_ev_whitelist',
3307 '../components/components.gyp:password_manager_content_browser', 3307 '../components/components.gyp:password_manager_content_browser',
3308 '../components/components.gyp:password_manager_sync_browser', 3308 '../components/components.gyp:password_manager_sync_browser',
3309 '../components/components.gyp:power', 3309 '../components/components.gyp:power',
3310 '../components/components.gyp:profile_metrics', 3310 '../components/components.gyp:profile_metrics',
3311 '../components/components.gyp:proxy_config', 3311 '../components/components.gyp:proxy_config',
3312 '../components/components.gyp:renderer_context_menu', 3312 '../components/components.gyp:renderer_context_menu',
3313 '../components/components.gyp:safe_browsing_db', 3313 '../components/components.gyp:safe_browsing_db',
3314 '../components/components.gyp:safe_json', 3314 '../components/components.gyp:safe_json',
3315 '../components/components.gyp:security_state', 3315 '../components/components.gyp:security_state',
3316 '../components/components.gyp:sessions_content', 3316 '../components/components.gyp:sessions_content',
3317 '../components/components.gyp:ssl_config',
3317 '../components/components.gyp:storage_monitor', 3318 '../components/components.gyp:storage_monitor',
3318 '../components/components.gyp:ssl_config',
3319 '../components/components.gyp:syncable_prefs', 3319 '../components/components.gyp:syncable_prefs',
3320 '../components/components.gyp:translate_content_browser', 3320 '../components/components.gyp:translate_content_browser',
3321 '../components/components.gyp:upload_list', 3321 '../components/components.gyp:upload_list',
3322 '../components/components.gyp:url_matcher', 3322 '../components/components.gyp:url_matcher',
3323 '../components/components.gyp:user_prefs_tracked', 3323 '../components/components.gyp:user_prefs_tracked',
3324 '../components/components.gyp:visitedlink_browser', 3324 '../components/components.gyp:visitedlink_browser',
3325 '../components/components.gyp:visitedlink_common', 3325 '../components/components.gyp:visitedlink_common',
3326 '../components/components.gyp:wallpaper', 3326 '../components/components.gyp:wallpaper',
3327 '../components/components.gyp:web_cache_browser', 3327 '../components/components.gyp:web_cache_browser',
3328 '../components/components.gyp:web_modal', 3328 '../components/components.gyp:web_modal',
(...skipping 17 matching lines...) Expand all
3346 '../mojo/mojo_public.gyp:mojo_cpp_bindings', 3346 '../mojo/mojo_public.gyp:mojo_cpp_bindings',
3347 '../mojo/mojo_public.gyp:mojo_js_bindings', 3347 '../mojo/mojo_public.gyp:mojo_js_bindings',
3348 '../mojo/mojo_public.gyp:mojo_message_pump_lib', 3348 '../mojo/mojo_public.gyp:mojo_message_pump_lib',
3349 '../net/net.gyp:net_extras', 3349 '../net/net.gyp:net_extras',
3350 '../net/net.gyp:net_with_v8', 3350 '../net/net.gyp:net_with_v8',
3351 '../storage/storage_browser.gyp:storage', 3351 '../storage/storage_browser.gyp:storage',
3352 '../storage/storage_common.gyp:storage_common', 3352 '../storage/storage_common.gyp:storage_common',
3353 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 3353 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
3354 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput' , 3354 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput' ,
3355 '../third_party/libyuv/libyuv.gyp:libyuv', 3355 '../third_party/libyuv/libyuv.gyp:libyuv',
3356 '../third_party/re2/re2.gyp:re2',
3356 '../third_party/smhasher/smhasher.gyp:cityhash', 3357 '../third_party/smhasher/smhasher.gyp:cityhash',
3357 '../third_party/webrtc/modules/modules.gyp:desktop_capture', 3358 '../third_party/webrtc/modules/modules.gyp:desktop_capture',
3358 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', 3359 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime',
3359 '../ui/gl/gl.gyp:gl', 3360 '../ui/gl/gl.gyp:gl',
3360 '../ui/surface/surface.gyp:surface', 3361 '../ui/surface/surface.gyp:surface',
3361 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', 3362 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs',
3362 '../v8/tools/gyp/v8.gyp:v8', 3363 '../v8/tools/gyp/v8.gyp:v8',
3363 ], 3364 ],
3364 'sources': [ 3365 'sources': [
3365 '<@(chrome_browser_non_ios_sources)', 3366 '<@(chrome_browser_non_ios_sources)',
(...skipping 835 matching lines...) Expand 10 before | Expand all | Expand 10 after
4201 '../components/components.gyp:rlz', 4202 '../components/components.gyp:rlz',
4202 '../components/components.gyp:search_engines', 4203 '../components/components.gyp:search_engines',
4203 '../rlz/rlz.gyp:rlz_lib', 4204 '../rlz/rlz.gyp:rlz_lib',
4204 'common', 4205 'common',
4205 ], 4206 ],
4206 }, 4207 },
4207 ], 4208 ],
4208 }], 4209 }],
4209 ], 4210 ],
4210 } 4211 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698