| 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 26 matching lines...) Expand all Loading... |
| 37 }, | 37 }, |
| 38 { | 38 { |
| 39 # GN version: //ios/chrome/browser | 39 # GN version: //ios/chrome/browser |
| 40 'target_name': 'ios_chrome_browser', | 40 'target_name': 'ios_chrome_browser', |
| 41 'type': 'static_library', | 41 'type': 'static_library', |
| 42 'include_dirs': [ | 42 'include_dirs': [ |
| 43 '../..', | 43 '../..', |
| 44 ], | 44 ], |
| 45 'dependencies': [ | 45 'dependencies': [ |
| 46 '../../base/base.gyp:base', | 46 '../../base/base.gyp:base', |
| 47 '../../base/base.gyp:base_prefs', |
| 47 '../../breakpad/breakpad.gyp:breakpad_client', | 48 '../../breakpad/breakpad.gyp:breakpad_client', |
| 48 '../../components/components.gyp:language_usage_metrics', | 49 '../../components/components.gyp:language_usage_metrics', |
| 49 '../../components/components.gyp:about_handler', | 50 '../../components/components.gyp:about_handler', |
| 50 '../../components/components.gyp:autofill_core_browser', | 51 '../../components/components.gyp:autofill_core_browser', |
| 51 '../../components/components.gyp:autofill_core_common', | 52 '../../components/components.gyp:autofill_core_common', |
| 52 '../../components/components.gyp:autofill_ios_browser', | 53 '../../components/components.gyp:autofill_ios_browser', |
| 53 '../../components/components.gyp:bookmarks_browser', | 54 '../../components/components.gyp:bookmarks_browser', |
| 54 '../../components/components.gyp:browser_sync_browser', | 55 '../../components/components.gyp:browser_sync_browser', |
| 55 '../../components/components.gyp:browser_sync_common', | 56 '../../components/components.gyp:browser_sync_common', |
| 56 '../../components/components.gyp:certificate_reporting', | 57 '../../components/components.gyp:certificate_reporting', |
| (...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 110 '../../components/components.gyp:upload_list', | 111 '../../components/components.gyp:upload_list', |
| 111 '../../components/components.gyp:variations', | 112 '../../components/components.gyp:variations', |
| 112 '../../components/components.gyp:variations_service', | 113 '../../components/components.gyp:variations_service', |
| 113 '../../components/components.gyp:version_info', | 114 '../../components/components.gyp:version_info', |
| 114 '../../components/components.gyp:version_ui', | 115 '../../components/components.gyp:version_ui', |
| 115 '../../components/components.gyp:web_resource', | 116 '../../components/components.gyp:web_resource', |
| 116 '../../components/components.gyp:webdata_services', | 117 '../../components/components.gyp:webdata_services', |
| 117 '../../components/components.gyp:webp_transcode', | 118 '../../components/components.gyp:webp_transcode', |
| 118 '../../components/components_resources.gyp:components_resources', | 119 '../../components/components_resources.gyp:components_resources', |
| 119 '../../components/components_strings.gyp:components_strings', | 120 '../../components/components_strings.gyp:components_strings', |
| 120 '../../components/prefs/prefs.gyp:prefs', | |
| 121 '../../components/url_formatter/url_formatter.gyp:url_formatter', | 121 '../../components/url_formatter/url_formatter.gyp:url_formatter', |
| 122 '../../google_apis/google_apis.gyp:google_apis', | 122 '../../google_apis/google_apis.gyp:google_apis', |
| 123 '../../net/net.gyp:net', | 123 '../../net/net.gyp:net', |
| 124 '../../skia/skia.gyp:skia', | 124 '../../skia/skia.gyp:skia', |
| 125 '../../sync/sync.gyp:sync', | 125 '../../sync/sync.gyp:sync', |
| 126 '../../third_party/google_toolbox_for_mac/google_toolbox_for_mac.gyp:goo
gle_toolbox_for_mac', | 126 '../../third_party/google_toolbox_for_mac/google_toolbox_for_mac.gyp:goo
gle_toolbox_for_mac', |
| 127 '../../ui/base/ui_base.gyp:ui_base', | 127 '../../ui/base/ui_base.gyp:ui_base', |
| 128 '../../ui/gfx/gfx.gyp:gfx', | 128 '../../ui/gfx/gfx.gyp:gfx', |
| 129 '../../url/url.gyp:url_lib', | 129 '../../url/url.gyp:url_lib', |
| 130 '../provider/ios_provider_chrome.gyp:ios_provider_chrome_browser', | 130 '../provider/ios_provider_chrome.gyp:ios_provider_chrome_browser', |
| (...skipping 728 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 859 'variables': { | 859 'variables': { |
| 860 'proto_in_dir': 'browser/safe_browsing', | 860 'proto_in_dir': 'browser/safe_browsing', |
| 861 'proto_out_dir': 'ios/chrome/browser/safe_browsing', | 861 'proto_out_dir': 'ios/chrome/browser/safe_browsing', |
| 862 }, | 862 }, |
| 863 'includes': [ '../../build/protoc.gypi' ], | 863 'includes': [ '../../build/protoc.gypi' ], |
| 864 }, | 864 }, |
| 865 ], | 865 ], |
| 866 }], | 866 }], |
| 867 ], | 867 ], |
| 868 } | 868 } |
| OLD | NEW |