| 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 3194 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 3205             'common_mojo_bindings', | 3205             'common_mojo_bindings', | 
| 3206             'common_net', | 3206             'common_net', | 
| 3207             'debugger', | 3207             'debugger', | 
| 3208             'installer_util', | 3208             'installer_util', | 
| 3209             '../third_party/re2/re2.gyp:re2', | 3209             '../third_party/re2/re2.gyp:re2', | 
| 3210             '../cc/cc.gyp:cc', | 3210             '../cc/cc.gyp:cc', | 
| 3211             '../components/components.gyp:about_handler', | 3211             '../components/components.gyp:about_handler', | 
| 3212             '../components/components.gyp:autofill_content_browser', | 3212             '../components/components.gyp:autofill_content_browser', | 
| 3213             '../components/components.gyp:browsing_data', | 3213             '../components/components.gyp:browsing_data', | 
| 3214             '../components/components.gyp:certificate_reporting', | 3214             '../components/components.gyp:certificate_reporting', | 
|  | 3215             '../components/components.gyp:contextual_search_browser', | 
| 3215             '../components/components.gyp:cookie_config', | 3216             '../components/components.gyp:cookie_config', | 
| 3216             '../components/components.gyp:data_reduction_proxy_content_browser', | 3217             '../components/components.gyp:data_reduction_proxy_content_browser', | 
| 3217             '../components/components.gyp:data_use_measurement_content', | 3218             '../components/components.gyp:data_use_measurement_content', | 
| 3218             '../components/components.gyp:devtools_discovery', | 3219             '../components/components.gyp:devtools_discovery', | 
| 3219             '../components/components.gyp:devtools_http_handler', | 3220             '../components/components.gyp:devtools_http_handler', | 
| 3220             '../components/components.gyp:dom_distiller_content_browser', | 3221             '../components/components.gyp:dom_distiller_content_browser', | 
| 3221             '../components/components.gyp:error_page_common', | 3222             '../components/components.gyp:error_page_common', | 
| 3222             '../components/components.gyp:favicon_content', | 3223             '../components/components.gyp:favicon_content', | 
| 3223             '../components/components.gyp:flags_ui', | 3224             '../components/components.gyp:flags_ui', | 
| 3224             '../components/components.gyp:guest_view_browser', | 3225             '../components/components.gyp:guest_view_browser', | 
| (...skipping 880 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 4105             '../components/components.gyp:omnibox_browser', | 4106             '../components/components.gyp:omnibox_browser', | 
| 4106             '../components/components.gyp:rlz', | 4107             '../components/components.gyp:rlz', | 
| 4107             '../components/components.gyp:search_engines', | 4108             '../components/components.gyp:search_engines', | 
| 4108             '../rlz/rlz.gyp:rlz_lib', | 4109             '../rlz/rlz.gyp:rlz_lib', | 
| 4109           ], | 4110           ], | 
| 4110         }, | 4111         }, | 
| 4111       ], | 4112       ], | 
| 4112     }], | 4113     }], | 
| 4113   ], | 4114   ], | 
| 4114 } | 4115 } | 
| OLD | NEW | 
|---|