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 111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
122 '../../components/components.gyp:webp_transcode', | 122 '../../components/components.gyp:webp_transcode', |
123 '../../components/components_resources.gyp:components_resources', | 123 '../../components/components_resources.gyp:components_resources', |
124 '../../components/components_strings.gyp:components_strings', | 124 '../../components/components_strings.gyp:components_strings', |
125 '../../components/prefs/prefs.gyp:prefs', | 125 '../../components/prefs/prefs.gyp:prefs', |
126 '../../components/url_formatter/url_formatter.gyp:url_formatter', | 126 '../../components/url_formatter/url_formatter.gyp:url_formatter', |
127 '../../google_apis/google_apis.gyp:google_apis', | 127 '../../google_apis/google_apis.gyp:google_apis', |
128 '../../net/net.gyp:net', | 128 '../../net/net.gyp:net', |
129 '../../net/net.gyp:net_extras', | 129 '../../net/net.gyp:net_extras', |
130 '../../skia/skia.gyp:skia', | 130 '../../skia/skia.gyp:skia', |
131 '../../sync/sync.gyp:sync', | 131 '../../sync/sync.gyp:sync', |
| 132 '../../third_party/brotli/brotli.gyp:brotli', |
132 '../../third_party/google_toolbox_for_mac/google_toolbox_for_mac.gyp:goo
gle_toolbox_for_mac', | 133 '../../third_party/google_toolbox_for_mac/google_toolbox_for_mac.gyp:goo
gle_toolbox_for_mac', |
133 '../../ui/base/ui_base.gyp:ui_base', | 134 '../../ui/base/ui_base.gyp:ui_base', |
134 '../../ui/gfx/gfx.gyp:gfx', | 135 '../../ui/gfx/gfx.gyp:gfx', |
135 '../../url/url.gyp:url_lib', | 136 '../../url/url.gyp:url_lib', |
136 '../provider/ios_provider_chrome.gyp:ios_provider_chrome_browser', | 137 '../provider/ios_provider_chrome.gyp:ios_provider_chrome_browser', |
137 '../web/ios_web.gyp:ios_web', | 138 '../web/ios_web.gyp:ios_web', |
138 'injected_js', | 139 'injected_js', |
139 'ios_chrome_browser_about_flags', | 140 'ios_chrome_browser_about_flags', |
140 'ios_chrome_common', | 141 'ios_chrome_common', |
141 'ios_chrome_resources.gyp:ios_chrome_resources', | 142 'ios_chrome_resources.gyp:ios_chrome_resources', |
(...skipping 724 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
866 '../../components/components.gyp:omnibox_browser', | 867 '../../components/components.gyp:omnibox_browser', |
867 '../../components/components.gyp:rlz', | 868 '../../components/components.gyp:rlz', |
868 '../../components/components.gyp:search_engines', | 869 '../../components/components.gyp:search_engines', |
869 '../../rlz/rlz.gyp:rlz_lib', | 870 '../../rlz/rlz.gyp:rlz_lib', |
870 ], | 871 ], |
871 }, | 872 }, |
872 ], | 873 ], |
873 }], | 874 }], |
874 ], | 875 ], |
875 } | 876 } |
OLD | NEW |