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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 1009943004: Remove dependency on //components/feedback on iOS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 9 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
« no previous file with comments | « chrome/browser/ui/BUILD.gn ('k') | chrome/chrome_browser_ui.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 2906 matching lines...) Expand 10 before | Expand all | Expand 10 after
2917 '../components/components.gyp:component_metrics_proto', 2917 '../components/components.gyp:component_metrics_proto',
2918 '../components/components.gyp:component_updater', 2918 '../components/components.gyp:component_updater',
2919 '../components/components.gyp:content_settings_core_browser', 2919 '../components/components.gyp:content_settings_core_browser',
2920 '../components/components.gyp:content_settings_core_common', 2920 '../components/components.gyp:content_settings_core_common',
2921 '../components/components.gyp:crx_file', 2921 '../components/components.gyp:crx_file',
2922 '../components/components.gyp:data_reduction_proxy_core_browser', 2922 '../components/components.gyp:data_reduction_proxy_core_browser',
2923 '../components/components.gyp:domain_reliability', 2923 '../components/components.gyp:domain_reliability',
2924 '../components/components.gyp:enhanced_bookmarks', 2924 '../components/components.gyp:enhanced_bookmarks',
2925 '../components/components.gyp:favicon_base', 2925 '../components/components.gyp:favicon_base',
2926 '../components/components.gyp:favicon_core_browser', 2926 '../components/components.gyp:favicon_core_browser',
2927 '../components/components.gyp:feedback_component',
2928 '../components/components.gyp:gcm_driver', 2927 '../components/components.gyp:gcm_driver',
2929 '../components/components.gyp:google_core_browser', 2928 '../components/components.gyp:google_core_browser',
2930 '../components/components.gyp:handoff', 2929 '../components/components.gyp:handoff',
2931 '../components/components.gyp:history_core_browser', 2930 '../components/components.gyp:history_core_browser',
2932 '../components/components.gyp:history_core_common', 2931 '../components/components.gyp:history_core_common',
2933 '../components/components.gyp:infobars_core', 2932 '../components/components.gyp:infobars_core',
2934 '../components/components.gyp:invalidation', 2933 '../components/components.gyp:invalidation',
2935 '../components/components.gyp:metrics', 2934 '../components/components.gyp:metrics',
2936 '../components/components.gyp:metrics_gpu', 2935 '../components/components.gyp:metrics_gpu',
2937 '../components/components.gyp:metrics_net', 2936 '../components/components.gyp:metrics_net',
(...skipping 457 matching lines...) Expand 10 before | Expand all | Expand 10 after
3395 'sources': [ '<@(chrome_browser_session_service_sources)' ], 3394 'sources': [ '<@(chrome_browser_session_service_sources)' ],
3396 }], 3395 }],
3397 ['OS!="android" and OS!="ios" and chromeos==0', { 3396 ['OS!="android" and OS!="ios" and chromeos==0', {
3398 'sources': [ '<@(chrome_browser_desktop_sources)' ], 3397 'sources': [ '<@(chrome_browser_desktop_sources)' ],
3399 }], 3398 }],
3400 ['OS=="android" or OS=="ios"', { 3399 ['OS=="android" or OS=="ios"', {
3401 'sources': [ '<@(chrome_browser_mobile_sources)' ], 3400 'sources': [ '<@(chrome_browser_mobile_sources)' ],
3402 }, { # OS!="android" and OS!="ios" 3401 }, { # OS!="android" and OS!="ios"
3403 'sources': [ '<@(chrome_browser_non_mobile_sources)' ], 3402 'sources': [ '<@(chrome_browser_non_mobile_sources)' ],
3404 'dependencies': [ 3403 'dependencies': [
3404 '../components/components.gyp:feedback_component',
3405 '../device/core/core.gyp:device_core', 3405 '../device/core/core.gyp:device_core',
3406 '../device/usb/usb.gyp:device_usb', 3406 '../device/usb/usb.gyp:device_usb',
3407 '../net/net.gyp:net_browser_services', 3407 '../net/net.gyp:net_browser_services',
3408 ] 3408 ]
3409 }], 3409 }],
3410 ['OS=="android"', { 3410 ['OS=="android"', {
3411 'dependencies': [ 3411 'dependencies': [
3412 '../components/components.gyp:cdm_browser', 3412 '../components/components.gyp:cdm_browser',
3413 '../components/components.gyp:data_reduction_proxy_content', 3413 '../components/components.gyp:data_reduction_proxy_content',
3414 '../components/components.gyp:enhanced_bookmarks', 3414 '../components/components.gyp:enhanced_bookmarks',
3415 '../components/components.gyp:web_contents_delegate_android', 3415 '../components/components.gyp:web_contents_delegate_android',
3416 '../components/components_resources.gyp:components_resources', 3416 '../components/components_resources.gyp:components_resources',
3417 '../third_party/android_opengl/etc1/etc1.gyp:etc1', 3417 '../third_party/android_opengl/etc1/etc1.gyp:etc1',
3418 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ util', 3418 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ util',
3419 'chrome_browser_jni_headers', 3419 'chrome_browser_jni_headers',
3420 ], 3420 ],
3421 'dependencies!': [ 3421 'dependencies!': [
3422 '../components/components.gyp:feedback_component',
3423 '../components/components.gyp:storage_monitor', 3422 '../components/components.gyp:storage_monitor',
3424 '../components/components.gyp:web_modal', 3423 '../components/components.gyp:web_modal',
3425 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput' , 3424 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput' ,
3426 ], 3425 ],
3427 'sources': [ '<@(chrome_browser_android_sources)' ], 3426 'sources': [ '<@(chrome_browser_android_sources)' ],
3428 'defines': [ 'ENABLE_DATA_REDUCTION_PROXY_DEBUGGING' ], 3427 'defines': [ 'ENABLE_DATA_REDUCTION_PROXY_DEBUGGING' ],
3429 }], 3428 }],
3430 ['OS=="mac"', { 3429 ['OS=="mac"', {
3431 'dependencies': [ 3430 'dependencies': [
3432 '../third_party/google_toolbox_for_mac/google_toolbox_for_mac.gyp:go ogle_toolbox_for_mac', 3431 '../third_party/google_toolbox_for_mac/google_toolbox_for_mac.gyp:go ogle_toolbox_for_mac',
(...skipping 329 matching lines...) Expand 10 before | Expand all | Expand 10 after
3762 'variables': { 3761 'variables': {
3763 'proto_in_dir': 'browser/sync_file_system/drive_backend', 3762 'proto_in_dir': 'browser/sync_file_system/drive_backend',
3764 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 3763 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
3765 }, 3764 },
3766 'includes': [ '../build/protoc.gypi' ] 3765 'includes': [ '../build/protoc.gypi' ]
3767 }, 3766 },
3768 ], 3767 ],
3769 },], 3768 },],
3770 ], 3769 ],
3771 } 3770 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/BUILD.gn ('k') | chrome/chrome_browser_ui.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698