| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 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 | 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 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 }, | 8 }, |
| 9 'targets': [ | 9 'targets': [ |
| 10 { | 10 { |
| (...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 98 '../../components/components.gyp:search_engines', | 98 '../../components/components.gyp:search_engines', |
| 99 '../../components/components.gyp:security_interstitials_core', | 99 '../../components/components.gyp:security_interstitials_core', |
| 100 '../../components/components.gyp:security_state', | 100 '../../components/components.gyp:security_state', |
| 101 '../../components/components.gyp:sessions_ios', | 101 '../../components/components.gyp:sessions_ios', |
| 102 '../../components/components.gyp:signin_core_browser', | 102 '../../components/components.gyp:signin_core_browser', |
| 103 '../../components/components.gyp:signin_core_common', | 103 '../../components/components.gyp:signin_core_common', |
| 104 '../../components/components.gyp:signin_ios_browser', | 104 '../../components/components.gyp:signin_ios_browser', |
| 105 '../../components/components.gyp:spellcheck_common', | 105 '../../components/components.gyp:spellcheck_common', |
| 106 '../../components/components.gyp:ssl_config', | 106 '../../components/components.gyp:ssl_config', |
| 107 '../../components/components.gyp:suggestions', | 107 '../../components/components.gyp:suggestions', |
| 108 '../../components/components.gyp:sync_driver', | |
| 109 '../../components/components.gyp:syncable_prefs', | 108 '../../components/components.gyp:syncable_prefs', |
| 110 '../../components/components.gyp:translate_core_browser', | 109 '../../components/components.gyp:translate_core_browser', |
| 111 '../../components/components.gyp:translate_ios_browser', | 110 '../../components/components.gyp:translate_ios_browser', |
| 112 '../../components/components.gyp:undo_component', | 111 '../../components/components.gyp:undo_component', |
| 113 '../../components/components.gyp:update_client', | 112 '../../components/components.gyp:update_client', |
| 114 '../../components/components.gyp:upload_list', | 113 '../../components/components.gyp:upload_list', |
| 115 '../../components/components.gyp:user_prefs', | 114 '../../components/components.gyp:user_prefs', |
| 116 '../../components/components.gyp:variations', | 115 '../../components/components.gyp:variations', |
| 117 '../../components/components.gyp:variations_service', | 116 '../../components/components.gyp:variations_service', |
| 118 '../../components/components.gyp:version_info', | 117 '../../components/components.gyp:version_info', |
| (...skipping 624 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 743 'target_name': 'ios_chrome_browser_about_flags', | 742 'target_name': 'ios_chrome_browser_about_flags', |
| 744 'type': 'static_library', | 743 'type': 'static_library', |
| 745 'include_dirs': [ | 744 'include_dirs': [ |
| 746 '../..', | 745 '../..', |
| 747 ], | 746 ], |
| 748 'dependencies': [ | 747 'dependencies': [ |
| 749 '../../base/base.gyp:base', | 748 '../../base/base.gyp:base', |
| 750 '../../components/components.gyp:autofill_core_common', | 749 '../../components/components.gyp:autofill_core_common', |
| 751 '../../components/components.gyp:dom_distiller_core', | 750 '../../components/components.gyp:dom_distiller_core', |
| 752 '../../components/components.gyp:flags_ui', | 751 '../../components/components.gyp:flags_ui', |
| 753 '../../components/components.gyp:sync_driver', | 752 '../../components/sync.gyp:sync', |
| 754 '../../components/components_strings.gyp:components_strings', | 753 '../../components/components_strings.gyp:components_strings', |
| 755 '../../google_apis/google_apis.gyp:google_apis', | 754 '../../google_apis/google_apis.gyp:google_apis', |
| 756 '../web/ios_web.gyp:ios_web', | 755 '../web/ios_web.gyp:ios_web', |
| 757 'ios_chrome_resources.gyp:ios_strings_gen', | 756 'ios_chrome_resources.gyp:ios_strings_gen', |
| 758 ], | 757 ], |
| 759 'sources': [ | 758 'sources': [ |
| 760 'browser/about_flags.h', | 759 'browser/about_flags.h', |
| 761 'browser/about_flags.mm', | 760 'browser/about_flags.mm', |
| 762 ], | 761 ], |
| 763 'defines': [ | 762 'defines': [ |
| (...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 898 '../../components/components.gyp:omnibox_browser', | 897 '../../components/components.gyp:omnibox_browser', |
| 899 '../../components/components.gyp:rlz', | 898 '../../components/components.gyp:rlz', |
| 900 '../../components/components.gyp:search_engines', | 899 '../../components/components.gyp:search_engines', |
| 901 '../../rlz/rlz.gyp:rlz_lib', | 900 '../../rlz/rlz.gyp:rlz_lib', |
| 902 ], | 901 ], |
| 903 }, | 902 }, |
| 904 ], | 903 ], |
| 905 }], | 904 }], |
| 906 ], | 905 ], |
| 907 } | 906 } |
| OLD | NEW |