| 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 3132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3143 '../components/components.gyp:enhanced_bookmarks', | 3143 '../components/components.gyp:enhanced_bookmarks', |
| 3144 '../components/components.gyp:favicon_base', | 3144 '../components/components.gyp:favicon_base', |
| 3145 '../components/components.gyp:favicon_core', | 3145 '../components/components.gyp:favicon_core', |
| 3146 '../components/components.gyp:gcm_driver', | 3146 '../components/components.gyp:gcm_driver', |
| 3147 '../components/components.gyp:google_core_browser', | 3147 '../components/components.gyp:google_core_browser', |
| 3148 '../components/components.gyp:handoff', | 3148 '../components/components.gyp:handoff', |
| 3149 '../components/components.gyp:history_core_browser', | 3149 '../components/components.gyp:history_core_browser', |
| 3150 '../components/components.gyp:history_core_common', | 3150 '../components/components.gyp:history_core_common', |
| 3151 '../components/components.gyp:infobars_core', | 3151 '../components/components.gyp:infobars_core', |
| 3152 '../components/components.gyp:instance_id', | 3152 '../components/components.gyp:instance_id', |
| 3153 '../components/components.gyp:invalidation', | 3153 '../components/components.gyp:invalidation_impl', |
| 3154 '../components/components.gyp:metrics', | 3154 '../components/components.gyp:metrics', |
| 3155 '../components/components.gyp:metrics_gpu', | 3155 '../components/components.gyp:metrics_gpu', |
| 3156 '../components/components.gyp:metrics_net', | 3156 '../components/components.gyp:metrics_net', |
| 3157 '../components/components.gyp:metrics_profiler', | 3157 '../components/components.gyp:metrics_profiler', |
| 3158 '../components/components.gyp:navigation_metrics', | 3158 '../components/components.gyp:navigation_metrics', |
| 3159 '../components/components.gyp:network_time', | 3159 '../components/components.gyp:network_time', |
| 3160 '../components/components.gyp:offline_pages', | 3160 '../components/components.gyp:offline_pages', |
| 3161 '../components/components.gyp:omnibox', | 3161 '../components/components.gyp:omnibox', |
| 3162 '../components/components.gyp:os_crypt', | 3162 '../components/components.gyp:os_crypt', |
| 3163 '../components/components.gyp:password_manager_core_browser', | 3163 '../components/components.gyp:password_manager_core_browser', |
| (...skipping 890 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4054 'variables': { | 4054 'variables': { |
| 4055 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 4055 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
| 4056 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 4056 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
| 4057 }, | 4057 }, |
| 4058 'includes': [ '../build/protoc.gypi' ] | 4058 'includes': [ '../build/protoc.gypi' ] |
| 4059 }, | 4059 }, |
| 4060 ], | 4060 ], |
| 4061 },], | 4061 },], |
| 4062 ], | 4062 ], |
| 4063 } | 4063 } |
| OLD | NEW |