| 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 3110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3121 '../third_party/re2/re2.gyp:re2', | 3121 '../third_party/re2/re2.gyp:re2', |
| 3122 '../cc/cc.gyp:cc', | 3122 '../cc/cc.gyp:cc', |
| 3123 '../components/components.gyp:autofill_content_browser', | 3123 '../components/components.gyp:autofill_content_browser', |
| 3124 '../components/components.gyp:browsing_data', | 3124 '../components/components.gyp:browsing_data', |
| 3125 '../components/components.gyp:data_reduction_proxy_content_browser', | 3125 '../components/components.gyp:data_reduction_proxy_content_browser', |
| 3126 '../components/components.gyp:devtools_discovery', | 3126 '../components/components.gyp:devtools_discovery', |
| 3127 '../components/components.gyp:devtools_http_handler', | 3127 '../components/components.gyp:devtools_http_handler', |
| 3128 '../components/components.gyp:dom_distiller_content', | 3128 '../components/components.gyp:dom_distiller_content', |
| 3129 '../components/components.gyp:favicon_content', | 3129 '../components/components.gyp:favicon_content', |
| 3130 '../components/components.gyp:history_content_browser', | 3130 '../components/components.gyp:history_content_browser', |
| 3131 '../components/components.gyp:image_decoder_mojo_bindings', |
| 3131 '../components/components.gyp:keyed_service_content', | 3132 '../components/components.gyp:keyed_service_content', |
| 3132 '../components/components.gyp:navigation_interception', | 3133 '../components/components.gyp:navigation_interception', |
| 3133 '../components/components.gyp:packed_ct_ev_whitelist', | 3134 '../components/components.gyp:packed_ct_ev_whitelist', |
| 3134 '../components/components.gyp:password_manager_content_browser', | 3135 '../components/components.gyp:password_manager_content_browser', |
| 3135 '../components/components.gyp:plugins_common', | 3136 '../components/components.gyp:plugins_common', |
| 3136 '../components/components.gyp:power', | 3137 '../components/components.gyp:power', |
| 3137 '../components/components.gyp:precache_content', | 3138 '../components/components.gyp:precache_content', |
| 3138 '../components/components.gyp:sessions_content', | 3139 '../components/components.gyp:sessions_content', |
| 3139 '../components/components.gyp:storage_monitor', | 3140 '../components/components.gyp:storage_monitor', |
| 3140 '../components/components.gyp:translate_content_browser', | 3141 '../components/components.gyp:translate_content_browser', |
| (...skipping 724 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3865 'variables': { | 3866 'variables': { |
| 3866 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3867 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
| 3867 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3868 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
| 3868 }, | 3869 }, |
| 3869 'includes': [ '../build/protoc.gypi' ] | 3870 'includes': [ '../build/protoc.gypi' ] |
| 3870 }, | 3871 }, |
| 3871 ], | 3872 ], |
| 3872 },], | 3873 },], |
| 3873 ], | 3874 ], |
| 3874 } | 3875 } |
| OLD | NEW |