OLD | NEW |
---|---|
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 3219 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
3230 'installer_util', | 3230 'installer_util', |
3231 '../third_party/re2/re2.gyp:re2', | 3231 '../third_party/re2/re2.gyp:re2', |
3232 '../cc/cc.gyp:cc', | 3232 '../cc/cc.gyp:cc', |
3233 '../components/components.gyp:about_handler', | 3233 '../components/components.gyp:about_handler', |
3234 '../components/components.gyp:autofill_content_browser', | 3234 '../components/components.gyp:autofill_content_browser', |
3235 '../components/components.gyp:browsing_data', | 3235 '../components/components.gyp:browsing_data', |
3236 '../components/components.gyp:data_reduction_proxy_content_browser', | 3236 '../components/components.gyp:data_reduction_proxy_content_browser', |
3237 '../components/components.gyp:devtools_discovery', | 3237 '../components/components.gyp:devtools_discovery', |
3238 '../components/components.gyp:devtools_http_handler', | 3238 '../components/components.gyp:devtools_http_handler', |
3239 '../components/components.gyp:dom_distiller_content_browser', | 3239 '../components/components.gyp:dom_distiller_content_browser', |
3240 '../components/components.gyp:dom_distiller_content_renderer', | |
jochen (gone - plz use gerrit)
2015/09/08 12:27:30
same here
mdjones
2015/09/08 16:32:32
Moved to chrome/chrome_renderer.gypi
| |
3240 '../components/components.gyp:error_page_common', | 3241 '../components/components.gyp:error_page_common', |
3241 '../components/components.gyp:favicon_content', | 3242 '../components/components.gyp:favicon_content', |
3242 '../components/components.gyp:guest_view_browser', | 3243 '../components/components.gyp:guest_view_browser', |
3243 '../components/components.gyp:history_content_browser', | 3244 '../components/components.gyp:history_content_browser', |
3244 '../components/components.gyp:keyed_service_content', | 3245 '../components/components.gyp:keyed_service_content', |
3245 '../components/components.gyp:navigation_interception', | 3246 '../components/components.gyp:navigation_interception', |
3246 '../components/components.gyp:network_hints_common', | 3247 '../components/components.gyp:network_hints_common', |
3247 '../components/components.gyp:packed_ct_ev_whitelist', | 3248 '../components/components.gyp:packed_ct_ev_whitelist', |
3248 '../components/components.gyp:password_manager_content_browser', | 3249 '../components/components.gyp:password_manager_content_browser', |
3249 '../components/components.gyp:password_manager_sync_browser', | 3250 '../components/components.gyp:password_manager_sync_browser', |
(...skipping 867 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
4117 '../components/components.gyp:omnibox_browser', | 4118 '../components/components.gyp:omnibox_browser', |
4118 '../components/components.gyp:rlz', | 4119 '../components/components.gyp:rlz', |
4119 '../components/components.gyp:search_engines', | 4120 '../components/components.gyp:search_engines', |
4120 '../rlz/rlz.gyp:rlz_lib', | 4121 '../rlz/rlz.gyp:rlz_lib', |
4121 ], | 4122 ], |
4122 }, | 4123 }, |
4123 ], | 4124 ], |
4124 }], | 4125 }], |
4125 ], | 4126 ], |
4126 } | 4127 } |
OLD | NEW |