| 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 109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 120 '../../components/components.gyp:webdata_services', | 120 '../../components/components.gyp:webdata_services', |
| 121 '../../components/components_resources.gyp:components_resources', | 121 '../../components/components_resources.gyp:components_resources', |
| 122 '../../components/components_strings.gyp:components_strings', | 122 '../../components/components_strings.gyp:components_strings', |
| 123 '../../components/prefs/prefs.gyp:prefs', | 123 '../../components/prefs/prefs.gyp:prefs', |
| 124 '../../components/url_formatter/url_formatter.gyp:url_formatter', | 124 '../../components/url_formatter/url_formatter.gyp:url_formatter', |
| 125 '../../google_apis/google_apis.gyp:google_apis', | 125 '../../google_apis/google_apis.gyp:google_apis', |
| 126 '../../net/net.gyp:net', | 126 '../../net/net.gyp:net', |
| 127 '../../net/net.gyp:net_extras', | 127 '../../net/net.gyp:net_extras', |
| 128 '../../services/shell/shell_public.gyp:shell_public', | 128 '../../services/shell/shell_public.gyp:shell_public', |
| 129 '../../skia/skia.gyp:skia', | 129 '../../skia/skia.gyp:skia', |
| 130 '../../sync/sync.gyp:sync', | 130 '../../components/sync.gyp:sync', |
| 131 '../../third_party/brotli/brotli.gyp:brotli', | 131 '../../third_party/brotli/brotli.gyp:brotli', |
| 132 '../../third_party/google_toolbox_for_mac/google_toolbox_for_mac.gyp:goo
gle_toolbox_for_mac', | 132 '../../third_party/google_toolbox_for_mac/google_toolbox_for_mac.gyp:goo
gle_toolbox_for_mac', |
| 133 '../../third_party/libwebp/libwebp.gyp:libwebp_dec', | 133 '../../third_party/libwebp/libwebp.gyp:libwebp_dec', |
| 134 '../../ui/base/ui_base.gyp:ui_base', | 134 '../../ui/base/ui_base.gyp:ui_base', |
| 135 '../../ui/gfx/gfx.gyp:gfx', | 135 '../../ui/gfx/gfx.gyp:gfx', |
| 136 '../../url/url.gyp:url_lib', | 136 '../../url/url.gyp:url_lib', |
| 137 '../provider/ios_provider_chrome.gyp:ios_provider_chrome_browser', | 137 '../provider/ios_provider_chrome.gyp:ios_provider_chrome_browser', |
| 138 '../web/ios_web.gyp:ios_web', | 138 '../web/ios_web.gyp:ios_web', |
| 139 'injected_js', | 139 'injected_js', |
| 140 'ios_chrome_browser_about_flags', | 140 'ios_chrome_browser_about_flags', |
| (...skipping 754 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 895 '../../components/components.gyp:omnibox_browser', | 895 '../../components/components.gyp:omnibox_browser', |
| 896 '../../components/components.gyp:rlz', | 896 '../../components/components.gyp:rlz', |
| 897 '../../components/components.gyp:search_engines', | 897 '../../components/components.gyp:search_engines', |
| 898 '../../rlz/rlz.gyp:rlz_lib', | 898 '../../rlz/rlz.gyp:rlz_lib', |
| 899 ], | 899 ], |
| 900 }, | 900 }, |
| 901 ], | 901 ], |
| 902 }], | 902 }], |
| 903 ], | 903 ], |
| 904 } | 904 } |
| OLD | NEW |